diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2007-11-09 02:03:35 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2007-11-09 02:03:35 +0000 |
commit | 9a48818de04a3f7b3cd32057d73d9b24d8415237 (patch) | |
tree | 645e2e5210556e02051620ad92cbb2270ce34083 | |
parent | 9839f4e847db0d227f2308b4f665d37f8371d0cb (diff) |
regen.
-rw-r--r-- | sys/dev/pci/pcidevs.h | 8 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 18 |
2 files changed, 24 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index f229ae3297d..6905f48d6e2 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.1289 2007/11/07 05:49:05 brad Exp + * OpenBSD: pcidevs,v 1.1290 2007/11/09 01:56:16 fgsch Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -230,6 +230,7 @@ #define PCI_VENDOR_MOXA 0x1393 /* Moxa */ #define PCI_VENDOR_LEVEL1 0x1394 /* Level 1 */ #define PCI_VENDOR_HIFN 0x13a3 /* Hifn */ +#define PCI_VENDOR_EXAR 0x13a8 /* Exar */ #define PCI_VENDOR_3WARE 0x13c1 /* 3ware */ #define PCI_VENDOR_ABOCOM 0x13d1 /* Abocom */ #define PCI_VENDOR_SUNDANCE 0x13f0 /* Sundance */ @@ -1578,6 +1579,11 @@ #define PCI_PRODUCT_EQUINOX_SST4 0x8888 /* SST-4p */ #define PCI_PRODUCT_EQUINOX_SST8 0x9090 /* SST-8p */ +/* Exar products */ +#define PCI_PRODUCT_EXAR_XR17C152 0x0152 /* XR17C152 */ +#define PCI_PRODUCT_EXAR_XR17C154 0x0154 /* XR17C154 */ +#define PCI_PRODUCT_EXAR_XR17C158 0x0158 /* XR17C158 */ + /* FORE products */ #define PCI_PRODUCT_FORE_PCA200 0x0210 /* ATM PCA-200 */ #define PCI_PRODUCT_FORE_PCA200E 0x0300 /* ATM PCA-200e */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 5f25d00cec6..b114be357ce 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.1289 2007/11/07 05:49:05 brad Exp + * OpenBSD: pcidevs,v 1.1290 2007/11/09 01:56:16 fgsch Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4280,6 +4280,18 @@ static const struct pci_known_product pci_known_products[] = { "SST-8p", }, { + PCI_VENDOR_EXAR, PCI_PRODUCT_EXAR_XR17C152, + "XR17C152", + }, + { + PCI_VENDOR_EXAR, PCI_PRODUCT_EXAR_XR17C154, + "XR17C154", + }, + { + PCI_VENDOR_EXAR, PCI_PRODUCT_EXAR_XR17C158, + "XR17C158", + }, + { PCI_VENDOR_FORE, PCI_PRODUCT_FORE_PCA200, "ATM PCA-200", }, @@ -14856,6 +14868,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Hifn", }, { + PCI_VENDOR_EXAR, + "Exar", + }, + { PCI_VENDOR_3WARE, "3ware", }, |