lkml.org 
[lkml]   [1999]   [Apr]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Limit of 6 IDE interfaces?
Dan Hollis wrote:
..
>
> Is it possible, with any combination of hardware in the entire world,
> to run more than 6 ide channels in a system. And if not, is it a
> limitation of the ide driver or a limitation of PC architecture.

Yes it is possible.
But the current kernels have a driver limit of 6.
It is easy to increase this limit,I by adding more major
numbers (each IDE interface (drive pair) requires a major number).

Create the new majors: IDE6_MAJOR, IDE7_MAJOR, .. as many as needed.
Then just grep for all occurances of the existing IDE5_MAJOR
in linux/drivers/block/*.[ch], and add equivalent code/entries
for the new MAJORs.

Recompile and reboot. Presto.

--
mlord@pobox.com
(I wrote most of this stuff)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:51    [W:0.198 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site