svn commit: r215085 - head/sys/mips/conf

Jayachandran C. jchandra at FreeBSD.org
Wed Nov 10 10:23:40 UTC 2010


Author: jchandra
Date: Wed Nov 10 10:23:39 2010
New Revision: 215085
URL: http://svn.freebsd.org/changeset/base/215085

Log:
  Switch to the new network driver nlge, the old rge driver is deprecated now.

Modified:
  head/sys/mips/conf/XLR
  head/sys/mips/conf/XLR64
  head/sys/mips/conf/XLRN32

Modified: head/sys/mips/conf/XLR
==============================================================================
--- head/sys/mips/conf/XLR	Wed Nov 10 08:46:29 2010	(r215084)
+++ head/sys/mips/conf/XLR	Wed Nov 10 10:23:39 2010	(r215085)
@@ -77,7 +77,7 @@ options		NFS_ROOT
 options         BOOTP
 options         BOOTP_NFSROOT
 options         BOOTP_NFSV3
-options         BOOTP_WIRED_TO=rge0
+options         BOOTP_WIRED_TO=nlge0
 options         BOOTP_COMPAT
 options		ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"
 #
@@ -123,7 +123,7 @@ device		bpf
 
 # Network
 device		miibus
-device		rge
+device		nlge
 device 		ether
 device		re
 device		msk

Modified: head/sys/mips/conf/XLR64
==============================================================================
--- head/sys/mips/conf/XLR64	Wed Nov 10 08:46:29 2010	(r215084)
+++ head/sys/mips/conf/XLR64	Wed Nov 10 10:23:39 2010	(r215085)
@@ -50,7 +50,7 @@ options		NFS_ROOT
 options         BOOTP
 options         BOOTP_NFSROOT
 options         BOOTP_NFSV3
-options         BOOTP_WIRED_TO=rge0
+options         BOOTP_WIRED_TO=nlge0
 options         BOOTP_COMPAT
 options		ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"
 #
@@ -96,7 +96,7 @@ device		bpf
 
 # Network
 device		miibus
-device		rge
+device		nlge
 device 		ether
 device		re
 device		msk

Modified: head/sys/mips/conf/XLRN32
==============================================================================
--- head/sys/mips/conf/XLRN32	Wed Nov 10 08:46:29 2010	(r215084)
+++ head/sys/mips/conf/XLRN32	Wed Nov 10 10:23:39 2010	(r215085)
@@ -50,7 +50,7 @@ options		NFS_ROOT
 options         BOOTP
 options         BOOTP_NFSROOT
 options         BOOTP_NFSV3
-options         BOOTP_WIRED_TO=rge0
+options         BOOTP_WIRED_TO=nlge0
 options         BOOTP_COMPAT
 options		ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"
 #
@@ -96,7 +96,7 @@ device		bpf
 
 # Network
 device		miibus
-device		rge
+device		nlge
 device 		ether
 device		re
 device		msk


More information about the svn-src-head mailing list