svn commit: r189609 - head/sys/arm/conf

Sam Leffler sam at FreeBSD.org
Mon Mar 9 16:25:35 PDT 2009


Author: sam
Date: Mon Mar  9 23:25:34 2009
New Revision: 189609
URL: http://svn.freebsd.org/changeset/base/189609

Log:
  add cfid and geom_redboot

Modified:
  head/sys/arm/conf/AVILA
  head/sys/arm/conf/CAMBRIA

Modified: head/sys/arm/conf/AVILA
==============================================================================
--- head/sys/arm/conf/AVILA	Mon Mar  9 23:18:36 2009	(r189608)
+++ head/sys/arm/conf/AVILA	Mon Mar  9 23:25:34 2009	(r189609)
@@ -68,6 +68,8 @@ device		uart
 
 device		ixpwdog		# watchdog timer
 device		cfi		# flash support
+device		cfid		# flash disk support
+device		geom_redboot	# redboot fis parser
 
 # I2C Bus
 device		iicbus

Modified: head/sys/arm/conf/CAMBRIA
==============================================================================
--- head/sys/arm/conf/CAMBRIA	Mon Mar  9 23:18:36 2009	(r189608)
+++ head/sys/arm/conf/CAMBRIA	Mon Mar  9 23:25:34 2009	(r189609)
@@ -66,13 +66,17 @@ options 	VERBOSE_INIT_ARM
 device		pci
 device		uart
 
+device		ixpwdog		# watchdog timer
+device		cfi		# flash support
+device		cfid		# flash disk support
+device		geom_redboot	# redboot fis parser
+
 # I2C Bus
 device		iicbus
 device		iicbb
 device		iic
 
 device		ixpiic		# I2C bus glue
-device		ixpwdog		# watchdog timer
 device		ds1672		# DS1672 on I2C bus
 device		ad7418		# AD7418 on I2C bus
 


More information about the svn-src-head mailing list