diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-04-23 19:26:31 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-04-23 19:26:31 +0000 |
commit | 724880b40b4512996bca458d99556e1cf48ef509 (patch) | |
tree | d6df6897801180befe2b59763421344a315eb560 /sys/dev/pci/pcidevs_data.h | |
parent | 12bbf0d4b62371e53f339d143342920f9b640406 (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index d8341339527..f4a17cea6f0 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.1058 2006/04/18 18:10:30 brad Exp + * OpenBSD: pcidevs,v 1.1059 2006/04/23 19:25:49 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3395,6 +3395,10 @@ static const struct pci_known_product pci_known_products[] = { "DFE-690TXD", }, { + PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DRP32TXD, + "DRP32TXD", + }, + { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DWL610, "DWL-610", }, |