PERFORCE change 127460 for review

Kip Macy kmacy at FreeBSD.org
Fri Oct 12 16:26:40 PDT 2007


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

Change 127460 by kmacy at kmacy_home:ethng on 2007/10/12 23:25:49

	add build options needed on i386

Affected files ...

.. //depot/projects/ethng/src/sys/i386/conf/GENERIC#3 edit

Differences ...

==== //depot/projects/ethng/src/sys/i386/conf/GENERIC#3 (text+ko) ====

@@ -18,8 +18,6 @@
 #
 # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.474 2007/09/26 20:05:07 brueffer Exp $
 
-cpu		I486_CPU
-cpu		I586_CPU
 cpu		I686_CPU
 ident		GENERIC
 
@@ -311,3 +309,7 @@
 device		fwip		# IP over FireWire (RFC 2734,3146)
 device		dcons		# Dumb console driver
 device		dcons_crom	# Configuration ROM for dcons
+
+options		IFNET_MULTIQUEUE # add support for using multiple tx queues to ifnet
+options		ALT_BREAK_TO_DEBUGGER
+options		HWPMC_HOOKS


More information about the p4-projects mailing list