From 2b1b23987cffe996994b820c350484a94d956405 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 11 Jul 2005 01:30:17 +0000 Subject: sync --- sys/dev/pci/pcidevs.h | 12 +++++++----- sys/dev/pci/pcidevs_data.h | 10 +++++++++- 2 files changed, 16 insertions(+), 6 deletions(-) (limited to 'sys/dev/pci') diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 0b2ea7ffe40..741c378afe7 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.888 2005/07/06 10:40:44 jsg Exp + * OpenBSD: pcidevs,v 1.889 2005/07/11 01:30:00 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2592,7 +2592,8 @@ #define PCI_PRODUCT_TI_PCI4451_FW 0x8027 /* PCI4451 FireWire */ #define PCI_PRODUCT_TI_PCI4510_FW 0x8029 /* PCI4510 FireWire */ #define PCI_PRODUCT_TI_PCI4520_FW 0x802A /* PCI4520 FireWire */ -#define PCI_PRODUCT_TI_PCI7410_FW 0x802B /* PCI7(4-6)10 FireWire */ +#define PCI_PRODUCT_TI_PCI7410_FW 0x802b /* PCI7(4-6)10 FireWire */ +#define PCI_PRODUCT_TI_PCI7420_FW 0x802e /* PCI7x20 FireWire */ #define PCI_PRODUCT_TI_ACX100A 0x8400 /* ACX100A */ #define PCI_PRODUCT_TI_ACX100B 0x8401 /* ACX100B */ #define PCI_PRODUCT_TI_ACX111 0x9066 /* ACX111 */ @@ -2620,9 +2621,9 @@ #define PCI_PRODUCT_TI_PCI7510_CB 0xac47 /* PCI7510 CardBus */ #define PCI_PRODUCT_TI_PCI7610_CB 0xac48 /* PCI7610 CardBus */ #define PCI_PRODUCT_TI_PCI7410_CB 0xac49 /* PCI7410 CardBus */ -#define PCI_PRODUCT_TI_PCI7610SM 0xac4A /* PCI7610 CardBus (Smart Card mode) */ -#define PCI_PRODUCT_TI_PCI7410SD 0xac4B /* PCI7[46]10 CardBus (SD/MMC mode) */ -#define PCI_PRODUCT_TI_PCI7410MS 0xac4C /* PCI7[46]10 CardBus (Memory stick mode) */ +#define PCI_PRODUCT_TI_PCI7610SM 0xac4a /* PCI7610 CardBus (Smart Card mode) */ +#define PCI_PRODUCT_TI_PCI7410SD 0xac4b /* PCI7[46]10 CardBus (SD/MMC mode) */ +#define PCI_PRODUCT_TI_PCI7410MS 0xac4c /* PCI7[46]10 CardBus (Memory stick mode) */ #define PCI_PRODUCT_TI_PCI1410 0xac50 /* PCI1410 CardBus */ #define PCI_PRODUCT_TI_PCI1420 0xac51 /* PCI1420 CardBus */ #define PCI_PRODUCT_TI_PCI1451 0xac52 /* PCI1451 CardBus */ @@ -2633,6 +2634,7 @@ #define PCI_PRODUCT_TI_PCI1530 0xac57 /* PCI1530 CardBus */ #define PCI_PRODUCT_TI_PCI1515 0xac58 /* PCI1515 CardBus */ #define PCI_PRODUCT_TI_PCI2040 0xac60 /* PCI2040 DSP */ +#define PCI_PRODUCT_TI_PCI7420 0xac8e /* PCI7420 CardBus */ /* TigerJet Network products */ #define PCI_PRODUCT_TIGERJET_TIGER320 0x0001 /* PCI interface */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index f0f8e82f688..9878c0be739 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.888 2005/07/06 10:40:44 jsg Exp + * OpenBSD: pcidevs,v 1.889 2005/07/11 01:30:00 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -7646,6 +7646,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI7410_FW, "PCI7(4-6)10 FireWire", }, + { + PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI7420_FW, + "PCI7x20 FireWire", + }, { PCI_VENDOR_TI, PCI_PRODUCT_TI_ACX100A, "ACX100A", @@ -7806,6 +7810,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI2040, "PCI2040 DSP", }, + { + PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI7420, + "PCI7420 CardBus", + }, { PCI_VENDOR_TIGERJET, PCI_PRODUCT_TIGERJET_TIGER320, "PCI interface", -- cgit v1.2.3