* [PATCH] PCI devid ordering
@ 2001-08-14 2:18 Tim Hockin
0 siblings, 0 replies; only message in thread
From: Tim Hockin @ 2001-08-14 2:18 UTC (permalink / raw)
To: Linux Kernel Mailing List, torvalds, jgarzik, mj, alan
[-- Attachment #1: Type: text/plain, Size: 374 bytes --]
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
[-- Attachment #2: pci_devid.diff --]
[-- Type: text/plain, Size: 694 bytes --]
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-08-14 2:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-14 2:18 [PATCH] PCI devid ordering 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.