summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorross <ross@NetBSD.org>1999-07-15 18:10:29 +0000
committerross <ross@NetBSD.org>1999-07-15 18:10:29 +0000
commit5122ae5f443bc92d419be1274a031fa712d3273e (patch)
tree73c0d410c34949ad518be44ba618dc9791997609 /sys/dev
parent4dae830922e8c885976f9f4fcfee2bebf50af30c (diff)
Recognize 3c905C.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_ex_pci.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/if_ex_pci.c b/sys/dev/pci/if_ex_pci.c
index 1698a377fb7..8644bb30647 100644
--- a/sys/dev/pci/if_ex_pci.c
+++ b/sys/dev/pci/if_ex_pci.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ex_pci.c,v 1.6 1999/05/29 01:31:17 fvdl Exp $ */
+/* $NetBSD: if_ex_pci.c,v 1.7 1999/07/15 18:10:29 ross Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -137,6 +137,8 @@ const struct ex_pci_product {
/* XXX Internal PHY? */
{ PCI_PRODUCT_3COM_3C980SRV, EX_CONF_90XB|EX_CONF_MII,
"3c980 Server Adapter 10/100 Ethernet" },
+ { PCI_PRODUCT_3COM_3C905CTX, EX_CONF_90XB|EX_CONF_MII,
+ "3c905C-TX 10/100 Ethernet with mngmt" },
{ 0, 0,
NULL },