diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index aae8535f3f9..1497ae5e460 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.1169 2006/10/22 21:39:09 brad Exp + * OpenBSD: pcidevs,v 1.1170 2006/10/23 02:22:32 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -10667,6 +10667,10 @@ static const struct pci_known_product pci_known_products[] = { "ST201", }, { + PCI_VENDOR_SUNDANCE, PCI_PRODUCT_SUNDANCE_TC9021, + "TC9021", + }, + { PCI_VENDOR_SUNDANCE, PCI_PRODUCT_SUNDANCE_ST1023, "ST1023", }, @@ -10675,6 +10679,10 @@ static const struct pci_known_product pci_known_products[] = { "ST2021", }, { + PCI_VENDOR_SUNDANCE, PCI_PRODUCT_SUNDANCE_TC9021_ALT, + "TC9021 (alt ID)", + }, + { PCI_VENDOR_SUNIX, PCI_PRODUCT_SUNIX_40XX, "40XX", }, |