All,
Attached is a VERY small patch against 2.4.8, which I have been sending for
a while. It merely re-orders one of the PCI device ids - the list was
supposed to be kept in order.
If there is any reason this can't go into the next 2.4.x release, please
let me know.
Tim
-- Tim Hockin Systems Software Engineer Sun Microsystems, Cobalt Server Appliances thockin@sun.com --------------59724ED0E9988EA2993EE390 Content-Type: text/plain; charset=us-ascii; name="pci_devid.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pci_devid.diff"diff -ruN dist+patches-2.4.8/include/linux/pci_ids.h cobalt-2.4.8/include/linux/pci_ids.h --- dist+patches-2.4.8/include/linux/pci_ids.h Mon Aug 6 10:11:58 2001 +++ cobalt-2.4.8/include/linux/pci_ids.h Mon Aug 13 16:42:50 2001 @@ -1041,8 +1041,8 @@ #define PCI_DEVICE_ID_SERVERWORKS_LE 0x0009 #define PCI_DEVICE_ID_SERVERWORKS_CIOB30 0x0010 #define PCI_DEVICE_ID_SERVERWORKS_CMIC_HE 0x0011 -#define PCI_DEVICE_ID_SERVERWORKS_CSB5 0x0201 #define PCI_DEVICE_ID_SERVERWORKS_OSB4 0x0200 +#define PCI_DEVICE_ID_SERVERWORKS_CSB5 0x0201 #define PCI_DEVICE_ID_SERVERWORKS_OSB4IDE 0x0211 #define PCI_DEVICE_ID_SERVERWORKS_CSB5IDE 0x0212 #define PCI_DEVICE_ID_SERVERWORKS_OSB4USB 0x0220
--------------59724ED0E9988EA2993EE390--
- 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/