I use 2.4.6-ac4, with the following hand-made patch in
drivers/pci/quirks.c:
- if (rev < 0x40 && rev > 0x42)
+ if (rev < 0x40 || rev > 0x42)
It stops right after:
hdd: LG CD-RW CED-8080B, ATAPI CD/DVD-ROM drive
I have a VIA686b, lspci and all on demand.
Xav
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/