Add a bunch of new default options to MPC85XX* configs
These were tested at various points but never merged into the configs at the time.
This commit is contained in:
parent
6827d9497a
commit
e7c4ddf5ba
@ -58,6 +58,10 @@ options SYSVSEM
|
||||
options SYSVSHM
|
||||
options WITNESS
|
||||
options WITNESS_SKIPSPIN
|
||||
options COMPAT_FREEBSD10
|
||||
options HWPMC_HOOKS
|
||||
options KDTRACE_HOOKS # Kernel DTrace hooks
|
||||
options DDB_CTF # Kernel ELF linker loads CTF data
|
||||
|
||||
device ata
|
||||
device bpf
|
||||
@ -86,6 +90,7 @@ device scbus
|
||||
device scc
|
||||
device sec
|
||||
device tsec
|
||||
device dpaa
|
||||
device tun
|
||||
device uart
|
||||
options USB_DEBUG # enable debug msgs
|
||||
@ -98,3 +103,5 @@ device vlan
|
||||
# P1022 DIU
|
||||
device diu
|
||||
device videomode
|
||||
device vt
|
||||
device fbd
|
||||
|
@ -58,6 +58,10 @@ options SYSVSEM
|
||||
options SYSVSHM
|
||||
options WITNESS
|
||||
options WITNESS_SKIPSPIN
|
||||
options COMPAT_FREEBSD10
|
||||
options HWPMC_HOOKS
|
||||
options KDTRACE_HOOKS # Kernel DTrace hooks
|
||||
options DDB_CTF # Kernel ELF linker loads CTF data
|
||||
|
||||
device ata
|
||||
device bpf
|
||||
@ -86,6 +90,7 @@ device scbus
|
||||
device scc
|
||||
device sec
|
||||
device tsec
|
||||
device dpaa
|
||||
device tun
|
||||
device uart
|
||||
options USB_DEBUG # enable debug msgs
|
||||
@ -98,3 +103,5 @@ device vlan
|
||||
# P1022 DIU
|
||||
device diu
|
||||
device videomode
|
||||
device vt
|
||||
device fbd
|
||||
|
Loading…
x
Reference in New Issue
Block a user