Date: Thu, 5 Jul 2007 00:59:58 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 122897 for review Message-ID: <200707050059.l650xwq4068440@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=122897 Change 122897 by kmacy@kmacy_vt-x:opentoe_init on 2007/07/05 00:59:36 add MODULES_OVERRIDE add ALT_BREAK_TO_DEBUGGER (send break doesn't work on my opengear) don't try to build t3_tom module Affected files ... .. //depot/projects/opentoe/sys/amd64/conf/GENERIC#9 edit .. //depot/projects/opentoe/sys/modules/cxgb/Makefile#11 edit Differences ... ==== //depot/projects/opentoe/sys/amd64/conf/GENERIC#9 (text+ko) ==== @@ -21,6 +21,8 @@ cpu HAMMER ident GENERIC +makeoptions MODULES_OVERRIDE="cxgb if_vlan mxge" + # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. @@ -187,3 +189,6 @@ device fwip # IP over FireWire (RFC 2734,3146) device dcons # Dumb console driver device dcons_crom # Configuration ROM for dcons + + +options ALT_BREAK_TO_DEBUGGER ==== //depot/projects/opentoe/sys/modules/cxgb/Makefile#11 (text+ko) ==== @@ -1,6 +1,6 @@ # $FreeBSD: src/sys/modules/cxgb/Makefile,v 1.8 2007/06/13 05:35:59 kmacy Exp $ SUBDIR= cxgb -SUBDIR+= t3_tom +#SUBDIR+= t3_tom .include <bsd.subdir.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707050059.l650xwq4068440>