PERFORCE change 109824 for review

Sam Leffler sam at FreeBSD.org
Sun Nov 12 23:55:36 UTC 2006


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

Change 109824 by sam at sam_ebb on 2006/11/12 23:54:47

	o enable ata support; it now works
	o enable DEVICE_POLLING; it's useful with npe

Affected files ...

.. //depot/projects/arm/src/sys/arm/conf/AVILA#6 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/conf/AVILA#6 (text+ko) ====

@@ -31,8 +31,9 @@
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 makeoptions	CONF_CFLAGS=-mcpu=xscale
+#options		HZ=1000
 options		HZ=100
-#options		DEVICE_POLLING
+options		DEVICE_POLLING
 
 options 	INVARIANTS		#Enable calls of extra sanity checking
 options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
@@ -85,9 +86,8 @@
 device		ixpiic
 
 device		ata
+device		ata_avila	# Gateworks CF/IDE support
 device		atadisk         # ATA disk drives
-options		ATA_STATIC_ID   # Static device numbering
-#device		ata_avila	# Gateworks CF/IDE support
 
 device		npe		# Network Processing Engine
 device		npe_fw		# NPE firmware


More information about the p4-projects mailing list