"Robert" == Robert Hancock <hancockr@xxxxxxx> writes:
JimC> but [I] never managed to determine the CONFIG that used ata_piix rather
JimC> than the old ide drivers. Each attempt left me with a kernel which
JimC> could not mount its root....
Robert> If you build them into the kernel, it should just work..
Agreed. It should.
But if I leave in CONFIG_IDE=y, CONFIG_BLK_DEV_PIIX=y I get root on
0x0302 rather than 0x0802 even when I also have CONFIG_SCSI_SATA=y
and CONFIG_SCSI_ATA_PIIX=y.
If the first two are not set then the kernel cannot find anything.
My understanding is that with Alan's patch everything should be
using major 8, and that CONFIG_IDE is no longer required, yes?