diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-07-06 21:05:32 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-07-06 21:05:32 +0000 |
commit | 48ff5f8496b10c4b381c293a2d03a4018b1feda8 (patch) | |
tree | c4b7601248ce9ada3efc272cf970360d0be82f22 /sys | |
parent | 9e3fc8f2e5a9f3b07aa7278cd25a35812e3d5cec (diff) |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 8 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 3defcfe7852..c2f81dcbf24 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.276 2000/07/06 17:58:52 aaron Exp + * OpenBSD: pcidevs,v 1.278 2000/07/06 21:02:35 fgsch Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -557,6 +557,7 @@ /* 3COM Products */ +#define PCI_PRODUCT_3COM_3C339 0x3390 /* 3c339 */ #define PCI_PRODUCT_3COM_3C450 0x4500 /* 3c450 */ #define PCI_PRODUCT_3COM_3C590 0x5900 /* 3c590 10Mbps */ #define PCI_PRODUCT_3COM_3C595TX 0x5950 /* 3c595 100Base-TX */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 9f64c2983c2..c161070bd9a 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.276 2000/07/06 17:58:52 aaron Exp + * OpenBSD: pcidevs,v 1.278 2000/07/06 21:02:35 fgsch Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -15,6 +15,12 @@ struct pci_knowndev pci_knowndevs[] = { "OZ6832 CardBus", }, { + PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C339, + 0, + "3Com", + "3c339", + }, + { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C450, 0, "3Com", |