Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/dev/pci Pull up revision 1.13 (requested by billc):
details: https://anonhg.NetBSD.org/src/rev/47697ed48f5a
branches: netbsd-1-5
changeset: 489923:47697ed48f5a
user: he <he%NetBSD.org@localhost>
date: Thu Oct 19 13:54:28 2000 +0000
description:
Pull up revision 1.13 (requested by billc):
Add PCI IDs for 3Com Home Connect (3c450) and Office Connect
(3cSOHO100), register compatible with later versions of 3c905.
diffstat:
sys/dev/pci/if_ex_pci.c | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 245f55b70c79 -r 47697ed48f5a sys/dev/pci/if_ex_pci.c
--- a/sys/dev/pci/if_ex_pci.c Thu Oct 19 13:44:56 2000 +0000
+++ b/sys/dev/pci/if_ex_pci.c Thu Oct 19 13:54:28 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ex_pci.c,v 1.12 2000/05/12 17:48:47 thorpej Exp $ */
+/* $NetBSD: if_ex_pci.c,v 1.12.4.1 2000/10/19 13:54:28 he Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -145,6 +145,12 @@
{ PCI_PRODUCT_3COM_3C905CTX, EX_CONF_90XB|EX_CONF_MII,
"3c905C-TX 10/100 Ethernet with mngmt" },
+ { PCI_PRODUCT_3COM_3C450TX, EX_CONF_90XB,
+ "3c450-TX 10/100 Ethernet" },
+
+ { PCI_PRODUCT_3COM_3CSOHO100TX, EX_CONF_90XB,
+ "3cSOHO100-TX 10/100 Ethernet" },
+
{ 0, 0,
NULL },
};
Home |
Main Index |
Thread Index |
Old Index