diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-03-07 07:36:05 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-03-07 07:36:05 +0000 |
commit | 5bd09a82154f42d6365e5dd9e9426f858b8b4ad3 (patch) | |
tree | 6fb5fc786071949539979101d6e3ab2e5f009019 /sys/dev | |
parent | 21e0973dff0ad03afc06a943634c23c897e955e6 (diff) |
regen
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 29b9a2cc83e..0dee1e5f152 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.1034 2006/03/07 07:21:56 jsg Exp + * OpenBSD: pcidevs,v 1.1035 2006/03/07 07:35:00 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1000,6 +1000,7 @@ #define PCI_PRODUCT_BROADCOM_BCM4322 0x4322 /* BCM4322 */ #define PCI_PRODUCT_BROADCOM_BCM4309 0x4324 /* BCM4309 */ #define PCI_PRODUCT_BROADCOM_SERIAL 0x4333 /* Serial */ +#define PCI_PRODUCT_BROADCOM_SERIAL_GC 0x4344 /* Serial */ #define PCI_PRODUCT_BROADCOM_BCM4401 0x4401 /* BCM4401 */ #define PCI_PRODUCT_BROADCOM_5801 0x5801 /* 5801 */ #define PCI_PRODUCT_BROADCOM_5802 0x5802 /* 5802 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 09e3dca7535..013a8fde1d7 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.1034 2006/03/07 07:21:56 jsg Exp + * OpenBSD: pcidevs,v 1.1035 2006/03/07 07:35:00 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2463,6 +2463,10 @@ static const struct pci_known_product pci_known_products[] = { "Serial", }, { + PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_SERIAL_GC, + "Serial", + }, + { PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM4401, "BCM4401", }, |