diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2004-05-14 18:26:07 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2004-05-14 18:26:07 +0000 |
commit | c3658d497737978c16ec807a0b1a46bbe6d62b58 (patch) | |
tree | b0e05fbd9e7051766cf1b6a8ece08beb583c7f4a /sys/dev/pci/pcidevs_data.h | |
parent | a2155549300a01d44ce2fcf731f89bc5b532c5e5 (diff) |
sync
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 4078e367109..5cadf353199 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.735 2004/05/14 16:35:59 henning Exp + * OpenBSD: pcidevs,v 1.736 2004/05/14 18:24:32 nate Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -655,6 +655,14 @@ static const struct pci_known_product pci_known_products[] = { "AAC-2622", }, { + PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_ASR2200S, + "ASR-2200S", + }, + { + PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_ASR2120S, + "ASR-2120S", + }, + { PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_AAC364, "AAC-364", }, |