PC-9800 patch for 2.5.47-ac4 pci_ids.h typo fix

Osamu Tomita (tomita@cinet.co.jp)
Fri, 15 Nov 2002 19:48:10 +0900


This is a multi-part message in MIME format.
--------------75845339CFBCBFE83F581546
Content-Type: text/plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit

Fix typo in pci_ids.h, already in 2.5.47-ac4.

diffstat:
include/linux/pci_ids.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

-- 
Osamu Tomita
tomita@cinet.co.jp
--------------75845339CFBCBFE83F581546
Content-Type: text/plain; charset=iso-2022-jp;
 name="pci_ids_h-typo.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="pci_ids_h-typo.patch"

--- linux/include/linux/pci_ids.h Fri Nov 15 12:10:13 2002 +++ linux98/include/linux/pci_ids.h Fri Nov 15 12:28:04 2002 @@ -468,7 +468,7 @@ #define PCI_DEVICE_ID_NEC_486 0x0005 /* 486 Like Peripheral Bus Bridge */ #define PCI_DEVICE_ID_NEC_ACCEL_1 0x0006 /* Graphic Accelerator */ #define PCI_DEVICE_ID_NEC_UXBUS 0x0007 /* UX-Bus Bridge */ -#define PCI_DEVICE_ID_NEC_ACCEL_2 0x0006 /* Graphic Accelerator */ +#define PCI_DEVICE_ID_NEC_ACCEL_2 0x0008 /* Graphic Accelerator */ #define PCI_DEVICE_ID_NEC_GRAPH 0x0009 /* PCI-CoreGraph Bridge */ #define PCI_DEVICE_ID_NEC_VL 0x0016 /* PCI-VL Bridge */ #define PCI_DEVICE_ID_NEC_STARALPHA2 0x002c /* STAR ALPHA2 */

--------------75845339CFBCBFE83F581546--

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