mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Add rl(4) support
This commit is contained in:
parent
55dd132740
commit
cecb2ec213
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176820
@ -75,6 +75,7 @@ options BOOTP_NFSROOT
|
||||
options BOOTP_NFSV3
|
||||
options BOOTP_WIRED_TO=npe0
|
||||
#options BOOTP_WIRED_TO=ath0
|
||||
#options BOOTP_WIRED_TO=rl0
|
||||
options BOOTP_COMPAT
|
||||
#options PREEMPTION
|
||||
#options VERBOSE_SYSINIT
|
||||
@ -107,6 +108,7 @@ device npe_fw
|
||||
device firmware
|
||||
device qmgr # Q Manager (required by npe)
|
||||
device miibus # NB: required by npe
|
||||
device rl # RealTek 8129/8139
|
||||
device ether
|
||||
device bpf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user