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:
Justin Hibbits 2016-10-24 04:21:06 +00:00
parent 6827d9497a
commit e7c4ddf5ba
2 changed files with 14 additions and 0 deletions

View File

@ -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

View File

@ -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