Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pcmcia add mii attribute to xe. (Needed to make PHY...



details:   https://anonhg.NetBSD.org/src/rev/53e5335a5c09
branches:  trunk
changeset: 480695:53e5335a5c09
user:      jtk <jtk%NetBSD.org@localhost>
date:      Tue Jan 18 03:11:11 2000 +0000

description:
add mii attribute to xe.  (Needed to make PHY attachment work.)

diffstat:

 sys/dev/pcmcia/files.pcmcia |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 7a59cc012a03 -r 53e5335a5c09 sys/dev/pcmcia/files.pcmcia
--- a/sys/dev/pcmcia/files.pcmcia       Tue Jan 18 00:02:28 2000 +0000
+++ b/sys/dev/pcmcia/files.pcmcia       Tue Jan 18 03:11:11 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pcmcia,v 1.20 2000/01/09 17:23:05 joda Exp $
+#      $NetBSD: files.pcmcia,v 1.21 2000/01/18 03:11:11 jtk Exp $
 #
 # Config.new file and device description for machine-independent PCMCIA code.
 # Included by ports that need it.
@@ -84,6 +84,6 @@
 file   dev/ic/awi.c                            awi
 file   dev/ic/am79c930.c                       awi
 
-device xe: arp, ether, ifnet
+device xe: arp, ether, ifnet, mii
 attach xe at pcmcia with xe_pcmcia
 file   dev/pcmcia/if_xe.c                      xe_pcmcia



Home | Main Index | Thread Index | Old Index