MFP4 changes 222065 and 222068:
Add a simplebus attachment for cfi(4)'s FDT support and move cfi_bus_fdt.c to sys/conf/files so non-ppc architectures are supported. Sponsored by: DARPA, AFRL
This commit is contained in:
parent
ae9d96c81e
commit
dd0b40bba3
@ -1046,6 +1046,7 @@ dev/cardbus/cardbus.c optional cardbus
|
||||
dev/cardbus/cardbus_cis.c optional cardbus
|
||||
dev/cardbus/cardbus_device.c optional cardbus
|
||||
dev/cas/if_cas.c optional cas
|
||||
dev/cfi/cfi_bus_fdt.c optional cfi fdt
|
||||
dev/cfi/cfi_bus_nexus.c optional cfi
|
||||
dev/cfi/cfi_core.c optional cfi
|
||||
dev/cfi/cfi_dev.c optional cfi
|
||||
|
@ -27,7 +27,6 @@ dev/adb/adb_hb_if.m optional adb
|
||||
dev/adb/adb_if.m optional adb
|
||||
dev/adb/adb_buttons.c optional adb
|
||||
dev/agp/agp_apple.c optional agp powermac
|
||||
dev/cfi/cfi_bus_fdt.c optional cfi fdt
|
||||
dev/fb/fb.c optional sc
|
||||
dev/fdt/fdt_powerpc.c optional fdt
|
||||
dev/hwpmc/hwpmc_powerpc.c optional hwpmc
|
||||
|
@ -61,6 +61,7 @@ static driver_t cfi_fdt_driver = {
|
||||
};
|
||||
|
||||
DRIVER_MODULE (cfi, lbc, cfi_fdt_driver, cfi_devclass, 0, 0);
|
||||
DRIVER_MODULE (cfi, simplebus, cfi_fdt_driver, cfi_devclass, 0, 0);
|
||||
|
||||
static int
|
||||
cfi_fdt_probe(device_t dev)
|
||||
|
Loading…
x
Reference in New Issue
Block a user