PERFORCE change 133130 for review

Marcel Moolenaar marcel at FreeBSD.org
Sat Jan 12 13:53:42 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=133130

Change 133130 by marcel at marcel_cluster on 2008/01/12 21:53:28

	Add cfi(4) to the build.
	Due to the fact that there's no localbus driver here (yet),
	this won't work.

Affected files ...

.. //depot/projects/e500/sys/conf/files#10 edit
.. //depot/projects/e500/sys/conf/files.powerpc#13 edit

Differences ...

==== //depot/projects/e500/sys/conf/files#10 (text+ko) ====

@@ -503,6 +503,8 @@
 dev/cardbus/cardbus.c		optional cardbus
 dev/cardbus/cardbus_cis.c	optional cardbus
 dev/cardbus/cardbus_device.c	optional cardbus
+dev/cfi/cfi_core.c		optional cfi
+dev/cfi/cfi_dev.c		optional cfi
 dev/ciss/ciss.c			optional ciss
 dev/cm/smc90cx6.c		optional cm
 dev/cnw/if_cnw.c		optional cnw pccard

==== //depot/projects/e500/sys/conf/files.powerpc#13 (text+ko) ====

@@ -27,6 +27,7 @@
 
 crypto/blowfish/bf_enc.c	optional	crypto | ipsec
 crypto/des/des_enc.c		optional	crypto | ipsec | netsmb
+dev/cfi/cfi_bus_lbc		optional	cfi
 dev/fb/fb.c			optional	sc
 dev/hwpmc/hwpmc_powerpc.c	optional	hwpmc
 dev/kbd/kbd.c			optional	sc


More information about the p4-projects mailing list