Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Nov 2006 23:55:35 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109824 for review
Message-ID:  <200611122355.kACNtZFN033345@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109824

Change 109824 by sam@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611122355.kACNtZFN033345>