Date: Wed, 10 Nov 2010 10:23:40 +0000 (UTC) From: "Jayachandran C." <jchandra@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r215085 - head/sys/mips/conf Message-ID: <201011101023.oAAANejB003064@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011101023.oAAANejB003064>