diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2009-03-25 11:50:12 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2009-03-25 11:50:12 +0000 |
commit | 2130b198ce0341272856a44706b112532473c9bc (patch) | |
tree | 9e567b78ae19d991651ce571fb74b875d7e3e779 /sys/dev | |
parent | f165d78f6cce9ffd0b0fe1ba22dcce172d95b286 (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 355abd86817..400261e066b 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.1463 2009/03/16 12:47:35 deraadt Exp + * OpenBSD: pcidevs,v 1.1464 2009/03/25 11:48:38 reyk Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1498,6 +1498,7 @@ #define PCI_PRODUCT_BROADCOM_5822 0x5822 /* 5822 */ #define PCI_PRODUCT_BROADCOM_5823 0x5823 /* 5823 */ #define PCI_PRODUCT_BROADCOM_5825 0x5825 /* 5825 */ +#define PCI_PRODUCT_BROADCOM_5862 0x5862 /* 5862 */ /* 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 91ff9585630..ec592a7846f 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.1463 2009/03/16 12:47:35 deraadt Exp + * OpenBSD: pcidevs,v 1.1464 2009/03/25 11:48:38 reyk Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4268,6 +4268,10 @@ static const struct pci_known_product pci_known_products[] = { "5825", }, { + PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_5862, + "5862", + }, + { PCI_VENDOR_BROOKTREE, PCI_PRODUCT_BROOKTREE_BT848, "BT848", }, |