Le Dimanche 2 Novembre 2003 09:18, Benjamin Herrenschmidt a écrit : > > ide0: Found Apple Keylargo ATA-4 controller, bus ID 2. > > Probing IDE interface ide0. > > ide0: Bus empty, interface released.
> Weird.... Keylargo ATA-4 isn't the ATA100, the ATA-100 is on UniNorth > (U2) on these machines and is called ATA-6. It should have been probed > before KeyLargo, but maybe that doesn't work. Do you get other ide > related messages ? Yes. Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2. ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx after that there is 2 lignes with adb:, and the 3 lignes i sent before (ide0 released). then: ide0: Found Apple KeyLargo ATA-4 controller, bus ID 2 and it attach the CDROM as hda... To compare, the 2.4.23-pre7-ben0 say: Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx PCI: Enabling device 20:0d.0 (0000 -> 0002) PCI: Enabling bus mastering for device 20:0d.0 ide0: Found Apple UniNorth ATA-6 controller, bus ID 3 ide1: Found Apple KeyLargo ATA-4 controller, bus ID 2 ide2: Found Apple KeyLargo ATA-3 controller, bus ID 0 Probing IDE interface ide0... hda: ST360021A, ATA DISK drive hda: Enabling Ultra DMA 5 Probing IDE interface ide1... Probing IDE interface ide2... hde: PHILIPS CDD5101, ATAPI CD/DVD-ROM drive hde: Enabling MultiWord DMA 2 ide0 at 0xd111c000-0xd111c007,0xd111c160 on irq 39 ide2 at 0xd1123000-0xd1123007,0xd1123160 on irq 20 hda: attached ide-disk driver. hda: host protected area => 1 hda: 120103200 sectors (61493 MB) w/2048KiB Cache, CHS=119150/16/63, UDMA(100) ide-cd: passing drive hde to ide-scsi emulation. hde: attached ide-scsi driver. Strange is the revision of E-IDE driver: 7.00alpha2 in 2.6.0-test9 and 7.00beta4-2.4 in 2.4.23. Not ? -- Fleny68