diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-28 22:33:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-28 22:33:23 +0000 |
commit | adec4988bf2b35da395ab7bf75e28938f4aff138 (patch) | |
tree | 2439371aa502031e06a4d88a187ae8c8b2da156f | |
parent | 7b9cc13a5e40a79b5fad7142955780549326b89c (diff) |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 8 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 6b0dc35121e..71aabae7c78 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.715 2004/02/27 21:30:51 matthieu Exp + * OpenBSD: pcidevs,v 1.716 2004/02/28 22:33:13 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -482,8 +482,8 @@ /* Alteon products */ #define PCI_PRODUCT_ALTEON_ACENIC 0x0001 /* Acenic */ #define PCI_PRODUCT_ALTEON_ACENICT 0x0002 /* Acenic Copper */ -#define PCI_PRODUCT_ALTEON_BCM5700 0x0003 /* BCM5700 (Broadcom) */ -#define PCI_PRODUCT_ALTEON_BCM5701 0x0004 /* BCM5701 (Broadcom) */ +#define PCI_PRODUCT_ALTEON_BCM5700 0x0003 /* BCM5700 */ +#define PCI_PRODUCT_ALTEON_BCM5701 0x0004 /* BCM5701 */ /* Altima products */ #define PCI_PRODUCT_ALTIMA_AC1000 0x03e8 /* AC1000 */ @@ -545,7 +545,7 @@ #define PCI_PRODUCT_AMI_MEGARAID434 0x9060 /* MegaRAID Series 434 */ /* Antares Microsystems products */ -#define PCI_PRODUCT_ANTARES_TC9021 0x1021 /* Antares Gigabit Ethernet */ +#define PCI_PRODUCT_ANTARES_TC9021 0x1021 /* Antares Gigabit */ /* 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 bd667636524..02b4b8ded1d 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.715 2004/02/27 21:30:51 matthieu Exp + * OpenBSD: pcidevs,v 1.716 2004/02/28 22:33:13 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -728,11 +728,11 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_ALTEON, PCI_PRODUCT_ALTEON_BCM5700, - "BCM5700 (Broadcom)", + "BCM5700", }, { PCI_VENDOR_ALTEON, PCI_PRODUCT_ALTEON_BCM5701, - "BCM5701 (Broadcom)", + "BCM5701", }, { PCI_VENDOR_ALTIMA, PCI_PRODUCT_ALTIMA_AC1000, @@ -936,7 +936,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_ANTARES, PCI_PRODUCT_ANTARES_TC9021, - "Antares Gigabit Ethernet", + "Antares Gigabit", }, { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_BANDIT, |