Wednesday, May 04, 2005

Promise 20276

After reading dmesg:

PDC20276: IDE controller at PCI slot 0000:00:0f.0
ACPI: PCI interrupt 0000:00:0f.0[A] -> GSI 10 (level, low) -> IRQ 10
PDC20276: chipset revision 1
PDC20276: 100% native mode on irq 10
PDC20276: neither IDE port enabled (BIOS)

I decided this feature may be necessary so I enabled it in the kernel:

<*> PROMISE PDC202{68|69|70|71|75|76|77} support
[*] Enable controller even if disabled by BIOS <-- (this is what im talking about)

It worked. dmesg now reads:

PDC20276: chipset revision 1
PDC20276: 100% native mode on irq 10
ide2: BM-DMA at 0xc400-0xc407, BIOS settings: hde:pio, hdf:pio
ide3: BM-DMA at 0xc408-0xc40f, BIOS settings: hdg:pio, hdh:pio
Probing IDE interface ide2...
hde: WDC WD2000JB-00DUA3, ATA DISK drive
ide2 at 0xb400-0xb407,0xb802 on irq 10
Probing IDE interface ide3...
hdg: DVDRW DRW-3S163, ATAPI CD/DVD-ROM drive
hdh: IOMEGA ZIP 250 ATAPI, ATAPI FLOPPY drive
ide3 at 0xbc00-0xbc07,0xc002 on irq 10

Mounted and works fine!!!! It feels soooo good to solve stuff.

No comments: