Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760464AbYG3JLr (ORCPT ); Wed, 30 Jul 2008 05:11:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752571AbYG3JLj (ORCPT ); Wed, 30 Jul 2008 05:11:39 -0400 Received: from beru.its.uow.edu.au ([130.130.68.31]:43776 "EHLO beru.its.uow.edu.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752370AbYG3JLi (ORCPT ); Wed, 30 Jul 2008 05:11:38 -0400 Subject: [patch 17/31] pci_ids.h, kernel 2.6.27-rc1, sort DEVICE_IDs within VENDOR_IDs Message-Id: From: mcs6502@gmail.com Date: Wed, 30 Jul 2008 18:52:17 +1000 To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1080 Lines: 24 --- linux-p16/include/linux/pci_ids.h 2008-07-30 13:29:38.648742000 +1000 +++ linux-p17/include/linux/pci_ids.h 2008-07-30 13:31:13.783880000 +1000 @@ -888,14 +888,14 @@ #define PCI_DEVICE_ID_QLOGIC_ISP2300 0x2300 #define PCI_DEVICE_ID_QLOGIC_ISP2312 0x2312 #define PCI_DEVICE_ID_QLOGIC_ISP2322 0x2322 -#define PCI_DEVICE_ID_QLOGIC_ISP6312 0x6312 -#define PCI_DEVICE_ID_QLOGIC_ISP6322 0x6322 #define PCI_DEVICE_ID_QLOGIC_ISP2422 0x2422 #define PCI_DEVICE_ID_QLOGIC_ISP2432 0x2432 #define PCI_DEVICE_ID_QLOGIC_ISP2512 0x2512 #define PCI_DEVICE_ID_QLOGIC_ISP2522 0x2522 #define PCI_DEVICE_ID_QLOGIC_ISP5422 0x5422 #define PCI_DEVICE_ID_QLOGIC_ISP5432 0x5432 +#define PCI_DEVICE_ID_QLOGIC_ISP6312 0x6312 +#define PCI_DEVICE_ID_QLOGIC_ISP6322 0x6322 #define PCI_VENDOR_ID_CYRIX 0x1078 #define PCI_DEVICE_ID_CYRIX_5510 0x0000 -- 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/