svn commit: r189085 - head/tools/tools/nanobsd/gateworks

Sam Leffler sam at FreeBSD.org
Thu Feb 26 11:47:12 PST 2009


Author: sam
Date: Thu Feb 26 19:47:11 2009
New Revision: 189085
URL: http://svn.freebsd.org/changeset/base/189085

Log:
  use mii instead of miibus to not pull in useless phy code

Modified:
  head/tools/tools/nanobsd/gateworks/G2358

Modified: head/tools/tools/nanobsd/gateworks/G2358
==============================================================================
--- head/tools/tools/nanobsd/gateworks/G2358	Thu Feb 26 19:44:52 2009	(r189084)
+++ head/tools/tools/nanobsd/gateworks/G2358	Thu Feb 26 19:47:11 2009	(r189085)
@@ -77,7 +77,7 @@ device		npe		# Network Processing Engine
 device		npe_fw
 device		firmware
 device		qmgr		# Q Manager (required by npe)
-device		miibus		# NB: required by npe
+device		mii		# NB: required by npe
 device		ether
 device		bpf
 


More information about the svn-src-head mailing list