diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-16 21:36:53 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-16 21:36:53 +0000 |
commit | aef7a7a73974eb6538fb163c93aa3f55a24af189 (patch) | |
tree | d025fc5019b8c88ab4eb6f8236c73eb8e2724115 /sys/dev | |
parent | d87d3417b6b2e54d822ef7b70a25e5377706129c (diff) |
Add product IDs for 3Com 3C556 and 3C556B MiniPCI Ethernet devices.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index b152c8c6cbf..77685f967d6 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.319 2000/09/15 17:46:49 deraadt Exp $ + $OpenBSD: pcidevs,v 1.320 2000/09/16 21:36:52 aaron Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -565,6 +565,8 @@ product 3COM 3C590 0x5900 3c590 10Mbps product 3COM 3C595TX 0x5950 3c595 100Base-TX product 3COM 3C595T4 0x5951 3c595 100Base-T4 product 3COM 3C595MII 0x5952 3c595 10Mbps-MII +product 3COM 3C556 0x6055 3c556 100Base-TX +product 3COM 3C556B 0x6056 3c556B 100Base-TX product 3COM 3CSOHO100TX 0x7646 3cSOHO-TX product 3COM 3C900TPO 0x9000 3c900 10Base-T product 3COM 3C900COMBO 0x9001 3c900 10Mbps-Combo |