diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-17 17:52:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-17 17:52:10 +0000 |
commit | 27194b3baba7fe97693e5ea941f747066857621e (patch) | |
tree | 5576d5cc4ddfdc8daf955ff1f96b0ead9f440744 /sys/dev | |
parent | 066d27edb80bbd7b60913d2dc2f74a25f95a7dfb (diff) |
sync
Diffstat (limited to 'sys/dev')
-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 0a3f17e267f..43f3f463a12 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.723 2004/04/14 17:04:05 brad Exp + * OpenBSD: pcidevs,v 1.724 2004/04/17 17:52:03 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1845,6 +1845,7 @@ #define PCI_PRODUCT_OXFORD_VSCOM_PCI800H_0 0xa003 /* VScom 400H/800H */ #define PCI_PRODUCT_OXFORD_VSCOM_PCI800H_1 0xa004 /* VScom 800H */ #define PCI_PRODUCT_OXFORD2_VSCOM_PCI011H 0x8403 /* VScom 011H */ +#define PCI_PRODUCT_OXFORD2_EXSYS_EX41098 0x9511 /* Exsys EX-41098 */ /* Packet Engines products */ #define PCI_PRODUCT_PE_GNIC2 0x0911 /* PMC/GNIC2 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 26fec37e76d..228b5a33fb7 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.723 2004/04/14 17:04:05 brad Exp + * OpenBSD: pcidevs,v 1.724 2004/04/17 17:52:03 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -5163,6 +5163,10 @@ static const struct pci_known_product pci_known_products[] = { "VScom 011H", }, { + PCI_VENDOR_OXFORD2, PCI_PRODUCT_OXFORD2_EXSYS_EX41098, + "Exsys EX-41098", + }, + { PCI_VENDOR_PE, PCI_PRODUCT_PE_GNIC2, "PMC/GNIC2", }, |