diff options
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 c3313bb9036..e5639f786af 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.763 2004/09/21 11:31:24 grange Exp + * OpenBSD: pcidevs,v 1.764 2004/09/22 09:05:34 grange Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1151,6 +1151,10 @@ static const struct pci_known_product pci_known_products[] = { "ARS106S", }, { + PCI_VENDOR_ARALION, PCI_PRODUCT_ARALION_ARS0303D, + "ARS0303D", + }, + { PCI_VENDOR_ARC, PCI_PRODUCT_ARC_USB, "USB", }, |