Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Add attribute mii to smsh(4).



details:   https://anonhg.NetBSD.org/src/rev/015985f5c599
branches:  trunk
changeset: 749281:015985f5c599
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Wed Nov 25 08:52:38 2009 +0000

description:
Add attribute mii to smsh(4).

diffstat:

 sys/conf/files |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 48165ac168ea -r 015985f5c599 sys/conf/files
--- a/sys/conf/files    Wed Nov 25 08:43:15 2009 +0000
+++ b/sys/conf/files    Wed Nov 25 08:52:38 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.964 2009/11/18 17:40:45 pooka Exp $
+#      $NetBSD: files,v 1.965 2009/11/25 08:52:38 kiyohara Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20090313
@@ -1038,7 +1038,7 @@
 
 # SMSC LAN9118 Family Ethernet Controller
 #
-device smsh: arp, ether, ifnet
+device smsh: arp, ether, ifnet, mii
 file   dev/ic/lan9118.c                smsh
 
 # DRM - Direct Rendering Infrastructure: dev/drm



Home | Main Index | Thread Index | Old Index