Re: ACPI + Floppy detection problem in 2.6.8.1-mm4

From: Bjorn Helgaas
Date: Wed Aug 25 2004 - 11:29:29 EST


> inserting floppy driver for 2.6.8.1-mm4
> acpi_floppy_resource: 6 ioports at 0x3f0
> acpi_floppy_resource: 1 ioports at 0x3f7
> floppy: controller ACPI FDC0 at I/O 0x3f0-0x3f5, 0x3f7-0x3f7 irq 6 dma channel 2
> Floppy drive(s): fd0 is 1.44M
> floppy0: no floppy controllers found

Yup, the current -mm4 code assumes that if you have 6 ports in
the first region, they are 0x3f2-0x3f7. But your BIOS reports
6 ports at 0x3f0-0x3f5.

So I guess we'll have to do something like Petr's approach of
ignoring the low three bits. Thanks for the report. I'll send
you a patch to try shortly.

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