diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-11-07 19:01:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-11-07 19:01:20 +0000 |
commit | af769f2607be2f35de0f856446ead3e843608922 (patch) | |
tree | 909381d14a8e1ca6df7117188c4a90d8dc34d5ca /sys | |
parent | 8b0c14263762f34bb153531f2c6d12c57cbe2766 (diff) |
regen
Diffstat (limited to 'sys')
-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 263612ba8bc..c79acc914dd 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.560 2002/11/07 18:49:56 mickey Exp + * OpenBSD: pcidevs,v 1.561 2002/11/07 19:00:12 millert Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1802,6 +1802,7 @@ /* Nortel Networks products */ #define PCI_PRODUCT_NORTEL_BS21 0x1211 /* BS21 10/100 */ +#define PCI_PRODUCT_NORTEL_211818A 0x8030 /* E-mobility Wireless */ /* Number Nine products */ #define PCI_PRODUCT_NUMBER9_I128 0x2309 /* Imagine-128 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index c2ded3b88f3..75fcfc0dc40 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.560 2002/11/07 18:49:56 mickey Exp + * OpenBSD: pcidevs,v 1.561 2002/11/07 19:00:12 millert Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3859,6 +3859,10 @@ static const struct pci_known_product pci_known_products[] = { "BS21 10/100", }, { + PCI_VENDOR_NORTEL, PCI_PRODUCT_NORTEL_211818A, + "E-mobility Wireless", + }, + { PCI_VENDOR_NUMBER9, PCI_PRODUCT_NUMBER9_I128, "Imagine-128", }, |