diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-07-25 07:41:59 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-07-25 07:41:59 +0000 |
commit | 8c42ece12996e8f72de17f0280cdd899bb1a73af (patch) | |
tree | e34796242390875f42b208b436c37027b1891b53 /sys | |
parent | 60168b8a507c15a0034c445f2612bafd06edfee6 (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 17466c218b1..dfdcfacc983 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.895 2005/07/25 06:51:20 jsg Exp + * OpenBSD: pcidevs,v 1.896 2005/07/25 07:40:41 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2632,7 +2632,7 @@ #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_PCI6515 0x8036 /* PCI6515 CardBus */ -#define PCI_PRODUCT_TI_PCI6515 0x8038 /* PCI6515 CardBus (Smart Card mode) */ +#define PCI_PRODUCT_TI_PCI6515SC 0x8038 /* PCI6515 CardBus (Smart Card mode) */ #define PCI_PRODUCT_TI_ACX100A 0x8400 /* ACX100A */ #define PCI_PRODUCT_TI_ACX100B 0x8401 /* ACX100B */ #define PCI_PRODUCT_TI_ACX111 0x9066 /* ACX111 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index da057dcc929..06f8962f21b 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.895 2005/07/25 06:51:20 jsg Exp + * OpenBSD: pcidevs,v 1.896 2005/07/25 07:40:41 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -7803,7 +7803,7 @@ static const struct pci_known_product pci_known_products[] = { "PCI6515 CardBus", }, { - PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI6515, + PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI6515SC, "PCI6515 CardBus (Smart Card mode)", }, { |