diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-03 19:04:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-03 19:04:43 +0000 |
commit | 981c2f5cffe7bc0404a35a269e27e3c368d45642 (patch) | |
tree | 2357ad96f7738fa8d49dcdc06e302ac3cd5f862e /sys/dev/pci | |
parent | 51a674e9371bad72abaf1f3d537220e6544d705d (diff) |
pcidevs.h
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 574f1b6d04d..564197503d2 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.254 2000/05/03 05:00:05 deraadt Exp + * OpenBSD: pcidevs,v 1.255 2000/05/03 19:04:34 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -603,6 +603,12 @@ struct pci_knowndev pci_knowndevs[] = { "ASP-3940U2W", }, { + PCI_VENDOR_ADVSYS, PCI_PRODUCT_ADVSYS_U3W, + 0, + "Advansys", + "ASP-3940U3W", + }, + { PCI_VENDOR_ALLIANCE, PCI_PRODUCT_ALLIANCE_AT22, 0, "Alliance Semiconductor", |