diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-06-18 01:12:50 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-06-18 01:12:50 +0000 |
commit | 756b574166adc2ee94b7e243153d8028052c7aaa (patch) | |
tree | 2be797942d62fde67ea12ca92126fb7809cfede8 /sys | |
parent | 1aac983868de815e71d08512f9e06842c71e4381 (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 d49df04524a..fd12ea9bc73 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.877 2005/06/17 23:42:40 martin Exp + * OpenBSD: pcidevs,v 1.878 2005/06/18 01:06:38 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -611,7 +611,7 @@ #define PCI_PRODUCT_AD_SP2141 0x2f44 /* SafeNet ADSP 2141 */ /* Antares Microsystems products */ -#define PCI_PRODUCT_ANTARES_TC9021 0x1021 /* Antares */ +#define PCI_PRODUCT_ANTARES_TC9021 0x1021 /* TC9021 */ /* Apple products */ #define PCI_PRODUCT_APPLE_BANDIT 0x0001 /* Bandit */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index d395648331c..5162606575f 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.877 2005/06/17 23:42:40 martin Exp + * OpenBSD: pcidevs,v 1.878 2005/06/18 01:06:38 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1112,7 +1112,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_ANTARES, PCI_PRODUCT_ANTARES_TC9021, - "Antares", + "TC9021", }, { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_BANDIT, |