summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2010-11-10 10:23:39 +0000
committerjchandra <jchandra@FreeBSD.org>2010-11-10 10:23:39 +0000
commit45d42aa08654c4f9954676e63e081d48c6957d64 (patch)
tree17273d12b1608a118c1e203e2220e2784c404b47 /sys/mips
parent3c6dca852a41f34ad781174f8ec3861f5ebfaf50 (diff)
downloadFreeBSD-src-45d42aa08654c4f9954676e63e081d48c6957d64.zip
FreeBSD-src-45d42aa08654c4f9954676e63e081d48c6957d64.tar.gz
Switch to the new network driver nlge, the old rge driver is deprecated now.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/XLR4
-rw-r--r--sys/mips/conf/XLR644
-rw-r--r--sys/mips/conf/XLRN324
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/mips/conf/XLR b/sys/mips/conf/XLR
index 9d640d2..34551d8 100644
--- a/sys/mips/conf/XLR
+++ b/sys/mips/conf/XLR
@@ -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
diff --git a/sys/mips/conf/XLR64 b/sys/mips/conf/XLR64
index 949f9bd..4bc8794 100644
--- a/sys/mips/conf/XLR64
+++ b/sys/mips/conf/XLR64
@@ -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
diff --git a/sys/mips/conf/XLRN32 b/sys/mips/conf/XLRN32
index 1e0c8f3..d26a1a4 100644
--- a/sys/mips/conf/XLRN32
+++ b/sys/mips/conf/XLRN32
@@ -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
OpenPOWER on IntegriCloud