2005-01-11 03:09:33

by James Cleverdon

[permalink] [raw]
Subject: [PATCH][2.6.10] Updated pci.ids for new IBM bridge

Update patch for a forthcoming bridge.

X-Signed-Off-By: James Cleverdon <[email protected]>


diff -pru 2.6.10/drivers/pci/pci.ids t10/drivers/pci/pci.ids
--- 2.6.10/drivers/pci/pci.ids 2004-12-24 13:34:57.000000000 -0800
+++ t10/drivers/pci/pci.ids 2005-01-04 16:36:28.284492825 -0800
@@ -998,6 +998,7 @@
0269 10/100/1000 Base-TX Ethernet Adapter (PCI-X)
028C Citrine chipset SCSI controller
1014 02BE Dual Channel PCI-X U320 DDR SCSI RAID Adapter (571B)
+ 02a1 X-Architecture Bridge rev 3 [Summit2/EXA-32e]
0302 X-Architecture Bridge [Summit]
ffff MPIC-2 interrupt controller
1015 LSI Logic Corp of Canada
diff -pru 2.6.10/include/linux/pci_ids.h t10/include/linux/pci_ids.h
--- 2.6.10/include/linux/pci_ids.h 2004-12-24 13:35:50.000000000 -0800
+++ t10/include/linux/pci_ids.h 2005-01-04 18:48:11.514567375 -0800
@@ -446,7 +446,8 @@
#define PCI_DEVICE_ID_IBM_ICOM_DEV_ID_2 0x0219
#define PCI_DEVICE_ID_IBM_ICOM_V2_TWO_PORTS_RVX 0x021A
#define PCI_DEVICE_ID_IBM_ICOM_V2_ONE_PORT_RVX_ONE_PORT_MDM 0x0251
-#define PCI_DEVICE_ID_IBM_ICOM_FOUR_PORT_MODEL 0x252
+#define PCI_DEVICE_ID_IBM_ICOM_FOUR_PORT_MODEL 0x0252
+#define PCI_DEVICE_ID_IBM_PCI_BRIDGE_SUMMIT2 0x02a1

#define PCI_VENDOR_ID_COMPEX2 0x101a // pci.ids says "AT&T GIS (NCR)"
#define PCI_DEVICE_ID_COMPEX2_100VG 0x0005


--
James Cleverdon
IBM LTC (xSeries Linux Solutions)
{jamesclv(Unix, preferred), cleverdj(Notes)} at us dot ibm dot comm


2005-01-11 03:26:15

by Dave Jones

[permalink] [raw]
Subject: Re: [PATCH][2.6.10] Updated pci.ids for new IBM bridge

On Mon, Jan 10, 2005 at 06:42:42PM -0800, James Cleverdon wrote:
> Update patch for a forthcoming bridge.
>
> X-Signed-Off-By: James Cleverdon <[email protected]>
>
>
> diff -pru 2.6.10/drivers/pci/pci.ids t10/drivers/pci/pci.ids
> --- 2.6.10/drivers/pci/pci.ids 2004-12-24 13:34:57.000000000 -0800
> +++ t10/drivers/pci/pci.ids 2005-01-04 16:36:28.284492825 -0800
> @@ -998,6 +998,7 @@
> 0269 10/100/1000 Base-TX Ethernet Adapter (PCI-X)
> 028C Citrine chipset SCSI controller
> 1014 02BE Dual Channel PCI-X U320 DDR SCSI RAID Adapter (571B)
> + 02a1 X-Architecture Bridge rev 3 [Summit2/EXA-32e]
> 0302 X-Architecture Bridge [Summit]
> ffff MPIC-2 interrupt controller
> 1015 LSI Logic Corp of Canada

Please add this bit to http://pciids.sf.net
It'll then find its way into pciutils, and everything else that
uses pci.ids

Dave