Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/mii * Move the mii_bitbang attribute into dev/mii/fi...



details:   https://anonhg.NetBSD.org/src/rev/d2a975c7fa11
branches:  trunk
changeset: 525763:d2a975c7fa11
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Apr 17 00:35:04 2002 +0000

description:
* Move the mii_bitbang attribute into dev/mii/files.mii
* Pull in dev/mii/files.mii from conf/files, rather than playing
  the magic "files include order" dance in N machine-dependent
  configuration definitions.

diffstat:

 sys/dev/mii/files.mii |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f1c6ca579241 -r d2a975c7fa11 sys/dev/mii/files.mii
--- a/sys/dev/mii/files.mii     Tue Apr 16 23:14:05 2002 +0000
+++ b/sys/dev/mii/files.mii     Wed Apr 17 00:35:04 2002 +0000
@@ -1,8 +1,12 @@
-#      $NetBSD: files.mii,v 1.32 2002/03/29 02:05:05 ichiro Exp $
+#      $NetBSD: files.mii,v 1.33 2002/04/17 00:35:04 thorpej Exp $
 
+defflag        opt_mii.h       MIIVERBOSE
+
+define mii             {[phy = -1]}
 file   dev/mii/mii.c                           mii
 
-defflag        opt_mii.h       MIIVERBOSE
+define mii_bitbang
+file   dev/mii/mii_bitbang.c                   mii_bitbang
 
 define mii_phy
 file   dev/mii/mii_physubr.c                   mii_phy



Home | Main Index | Thread Index | Old Index