Messages in this thread Patch in this message |  | | Date | Tue, 27 May 2003 17:38:40 -0400 (EDT) | From | Pavel Roskin <> | Subject | [PATCH] VIA IDE fix for 2.4.21-rc5 |
| |
Hi, Marcelo!
The last minute changes in 2.4.21-rc5 break VIA IDE compilation. The patch is attached. The ID and the relative position of the entry in the list have been taken from Linux 2.5.70.
-- Regards, Pavel Roskin--- include/linux/pci_ids.h +++ include/linux/pci_ids.h @@ -1030,6 +1030,7 @@ #define PCI_DEVICE_ID_VIA_8235 0x3177 #define PCI_DEVICE_ID_VIA_8377_0 0x3189 #define PCI_DEVICE_ID_VIA_8377_0 0x3189 +#define PCI_DEVICE_ID_VIA_8237 0x3227 #define PCI_DEVICE_ID_VIA_86C100A 0x6100 #define PCI_DEVICE_ID_VIA_8231 0x8231 #define PCI_DEVICE_ID_VIA_8231_4 0x8235 |  |