Date: Fri, 12 Oct 2007 23:26:39 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 127460 for review Message-ID: <200710122326.l9CNQdjs018764@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=127460 Change 127460 by kmacy@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710122326.l9CNQdjs018764>
