PERFORCE change 222065 for review

Brooks Davis brooks at FreeBSD.org
Fri Feb 15 15:49:47 UTC 2013


http://p4web.freebsd.org/@@222065?ac=10

Change 222065 by brooks at brooks_zenith on 2013/02/15 15:49:12

	Add simplebus support to cfi(4)'s FDT attachment.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/dev/cfi/cfi_bus_fdt.c#4 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/dev/cfi/cfi_bus_fdt.c#4 (text+ko) ====

@@ -61,6 +61,7 @@
 };
 
 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)


More information about the p4-projects mailing list