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/