* [PATCH] PCI ids unsorted
@ 2001-07-10 6:58 Tim Hockin
0 siblings, 0 replies; only message in thread
From: Tim Hockin @ 2001-07-10 6:58 UTC (permalink / raw)
To: mj, alan, Linux Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 170 bytes --]
Hello,
Just a quick patch to put PCI ids in proper sorted order.
Tim
--
Tim Hockin
Systems Software Engineer
Sun Microsystems, Cobalt Server Appliances
thockin@sun.com
[-- Attachment #2: pci_sort.diff --]
[-- Type: text/plain, Size: 678 bytes --]
diff -ruN dist-2.4.6/include/linux/pci_ids.h cobalt-2.4.6/include/linux/pci_ids.h
--- dist-2.4.6/include/linux/pci_ids.h Tue Jul 3 07:55:20 2001
+++ cobalt-2.4.6/include/linux/pci_ids.h Mon Jul 9 11:21:15 2001
@@ -1033,8 +1033,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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-07-10 6:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-10 6:58 [PATCH] PCI ids unsorted Tim Hockin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.