diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX index 0e60ceb24e55..b26340fe5397 100644 --- a/sys/powerpc/conf/MPC85XX +++ b/sys/powerpc/conf/MPC85XX @@ -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 diff --git a/sys/powerpc/conf/MPC85XXSPE b/sys/powerpc/conf/MPC85XXSPE index 781d6899d316..15470d578bef 100644 --- a/sys/powerpc/conf/MPC85XXSPE +++ b/sys/powerpc/conf/MPC85XXSPE @@ -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