diff options
author | 2004-09-22 09:06:14 +0000 | |
---|---|---|
committer | 2004-09-22 09:06:14 +0000 | |
commit | 8db2e226cc80a9b09d3cb99e5566a570034c6e5f (patch) | |
tree | d28002b873b404dd860229a58a6d23f378b3698a | |
parent | Another Aralion chip ARS0303D ATA133. (diff) | |
download | wireguard-openbsd-8db2e226cc80a9b09d3cb99e5566a570034c6e5f.tar.xz wireguard-openbsd-8db2e226cc80a9b09d3cb99e5566a570034c6e5f.zip |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 2c306a76fa7..5ce23f74258 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.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 $ */ @@ -608,6 +608,7 @@ /* Aralion Inc. products */ #define PCI_PRODUCT_ARALION_ARS106S 0x0301 /* ARS106S */ +#define PCI_PRODUCT_ARALION_ARS0303D 0x0303 /* ARS0303D */ /* ARC Logic products */ #define PCI_PRODUCT_ARC_USB 0x0003 /* USB */ 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", }, |