diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2005-06-10 05:33:38 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2005-06-10 05:33:38 +0000 |
commit | 16ad57068b5c04fc331782570559886224edd2cb (patch) | |
tree | ed2cb29912a97f95f01c34ca2d8901b0b71ca90e /sys/dev | |
parent | 1ccda60e78d509df65df9a10add96f01f9614ca0 (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 b3b90c177a9..fe779766212 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.872 2005/06/05 23:24:06 marco Exp + * OpenBSD: pcidevs,v 1.873 2005/06/10 05:32:39 kevlo Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -321,6 +321,7 @@ #define PCI_PRODUCT_3COM_3C595T4 0x5951 /* 3c595 100Base-T4 */ #define PCI_PRODUCT_3COM_3C595MII 0x5952 /* 3c595 10Mbps-MII */ #define PCI_PRODUCT_3COM_3CRSHPW796 0x6000 /* 3CRSHPW796 802.11b */ +#define PCI_PRODUCT_3COM_3CRWE154G72 0x6001 /* 3CRWE154G72 802.11g */ #define PCI_PRODUCT_3COM_3C556 0x6055 /* 3c556 100Base-TX */ #define PCI_PRODUCT_3COM_3C556B 0x6056 /* 3c556B 100Base-TX */ #define PCI_PRODUCT_3COM_3CCFEM656 0x6560 /* 3CCFEM656 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 5b04346f254..1f9ce48b93a 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.872 2005/06/05 23:24:06 marco Exp + * OpenBSD: pcidevs,v 1.873 2005/06/10 05:32:39 kevlo Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -147,6 +147,10 @@ static const struct pci_known_product pci_known_products[] = { "3CRSHPW796 802.11b", }, { + PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CRWE154G72, + "3CRWE154G72 802.11g", + }, + { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C556, "3c556 100Base-TX", }, |