PERFORCE change 109673 for review

Sam Leffler sam at FreeBSD.org
Fri Nov 10 05:40:54 UTC 2006


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

Change 109673 by sam at sam_ebb on 2006/11/10 05:40:06

	o add KSE to maintain status quo
	o add INVARIANTS+WITNESS for now (~50% perf drop)
	o add bpf+if_bridge
	o add crypto stuff commented out (tested and works)
	o add ata_avila for cf-ide support

Affected files ...

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

Differences ...

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

@@ -34,7 +34,12 @@
 options		HZ=100
 #options		DEVICE_POLLING
 
+options 	INVARIANTS		#Enable calls of extra sanity checking
+options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
+options 	WITNESS			#Enable checks to detect deadlocks and cycles
+
 options 	SCHED_4BSD		#4BSD scheduler
+options		KSE
 options 	INET			#InterNETworking
 options 	INET6			#IPv6 communications protocols
 options 	FFS			#Berkeley Fast Filesystem
@@ -82,19 +87,23 @@
 device		ata
 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
 device		firmware	# firmware support for npe_fw
-device		qmgr		# Q Manager
+device		qmgr		# Q Manager (required by npe)
 device		miibus		# NB: required by npe
 device		ether
+device		bpf
 
 device		pty
 device		loop
+device		if_bridge
 
 # Debugging for use in -current
 options		KDB
+#options		GDB
 options 	DDB			#Enable the kernel debugger
 #options 	INVARIANTS		#Enable calls of extra sanity checking
 #options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
@@ -121,3 +130,7 @@
 device		ath_hal		# Atheros HAL (Hardware Access Layer)
 device		ath_rate_sample	# SampleRate tx rate control for ath
 options		ATH_DEBUG
+
+#device		crypto
+#device		cryptodev
+#device		hifn		# NB: Soekris minipci card known to work


More information about the p4-projects mailing list