PERFORCE change 122897 for review

Kip Macy kmacy at FreeBSD.org
Thu Jul 5 00:59:59 UTC 2007


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

Change 122897 by kmacy at 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>


More information about the p4-projects mailing list