Messages in this thread Patch in this message |  | | Date | Mon, 15 Oct 2001 10:21:10 +0200 | From | Marcus Meissner <> | Subject | PATCH: sonypi wrongly claims ownership of ISA and ACPI bridges |
| |
Hi Stelian,
Your sonypi driver claims the ownership of 2 Intel ACPI bridges and 1 ISA bridge.
All 3 are used in standard Intel chipsets, not just in Sony VAIOs.
Please do not use them, it confuses the hell out of the autoprobing and automatic PCI driver registration.
I suggest checking up if this device has PnPBIOS entries and using them, or using a different method of autoprobing.
Ciao, Marcus
Index: sonypi.c =================================================================== RCS file: /build/mm/work/repository/linux-mm/drivers/char/sonypi.c,v retrieving revision 1.20 diff -u -r1.20 sonypi.c --- sonypi.c 2001/10/14 19:13:21 1.20 +++ sonypi.c 2001/10/15 08:16:25 @@ -689,8 +689,6 @@ { } }; -MODULE_DEVICE_TABLE(pci, sonypi_id_tbl); - static struct pci_driver sonypi_driver = { name: "sonypi", id_table: sonypi_id_tbl, - 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/
|  |