[PATCH] PCI ids unsorted

Tim Hockin (thockin@sun.com)
Mon, 09 Jul 2001 23:58:05 -0700


This is a multi-part message in MIME format.
--------------DCD701AD56ADAC7C6BB0CABD
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

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
--------------DCD701AD56ADAC7C6BB0CABD
Content-Type: text/plain; charset=us-ascii;
 name="pci_sort.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="pci_sort.diff"

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

--------------DCD701AD56ADAC7C6BB0CABD--

- 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/