diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-02-24 03:42:38 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-02-24 03:42:38 +0000 |
commit | b61aef1a3a3fb755c8f12d7b198173801d22a1a6 (patch) | |
tree | 1db74f3ed7c3eff467bf9206915df9c3e85b28d9 /sys/dev/pci/pcidevs_data.h | |
parent | f2d489a26a49c4607ebc282897b3e43cdb4c0f31 (diff) |
regen
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 f0f40454324..39edf900dbd 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.1028 2006/02/24 02:58:35 brad Exp + * OpenBSD: pcidevs,v 1.1029 2006/02/24 03:40:42 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3859,6 +3859,10 @@ static const struct pci_known_product pci_known_products[] = { "ServeRAID", }, { + PCI_VENDOR_ICENSEMBLE, PCI_PRODUCT_ICENSEMBLE_VT172x, + "Envy24PT/HT Audio", + }, + { PCI_VENDOR_IDT, PCI_PRODUCT_IDT_77201, "77201/77211 ATM (NICStAR)", }, @@ -11615,6 +11619,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Sunix", }, { + PCI_VENDOR_ICENSEMBLE, + "IC Ensemble", + }, + { PCI_VENDOR_MICROSOFT, "Microsoft", }, |