diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-11-20 20:15:42 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-11-20 20:15:42 +0000 |
commit | e6c771e908bf6bd85a0b02f96442a8166a8c2cc0 (patch) | |
tree | ff1f21d2ea87f5cb1aa068c7dc238910ee86130c /sys/dev | |
parent | 00f21b19b7333e12f92468005976b7819c4be99d (diff) |
sync
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 8133b6103ce..f67629b84ee 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.464 2001/11/18 20:43:10 deraadt Exp + * OpenBSD: pcidevs,v 1.465 2001/11/20 20:14:17 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -911,6 +911,7 @@ #define PCI_PRODUCT_BROADCOM_BCM5701 0x1645 /* BCM5701 */ #define PCI_PRODUCT_BROADCOM_5805 0x5805 /* 5805 */ #define PCI_PRODUCT_BROADCOM_5820 0x5820 /* 5820 */ +#define PCI_PRODUCT_BROADCOM_5821 0x5821 /* 5821 */ /* Brooktree products */ #define PCI_PRODUCT_BROOKTREE_BT848 0x0350 /* BT848 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index f8be4371bed..f09df25c265 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.464 2001/11/18 20:43:10 deraadt Exp + * OpenBSD: pcidevs,v 1.465 2001/11/20 20:14:17 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1079,6 +1079,10 @@ static const struct pci_known_product pci_known_products[] = { "5820", }, { + PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_5821, + "5821", + }, + { PCI_VENDOR_BROOKTREE, PCI_PRODUCT_BROOKTREE_BT848, "BT848", }, |