mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Switch to the new network driver nlge, the old rge driver is deprecated now.
This commit is contained in:
parent
c4f213baab
commit
2866e325de
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215085
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user