PERFORCE change 123224 for review

Kip Macy kmacy at FreeBSD.org
Mon Jul 9 19:24:01 UTC 2007


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

Change 123224 by kmacy at parmacvm:opentoe_parvm on 2007/07/09 19:23:09

	add ed to modules build so that networking works under parallels

Affected files ...

.. //depot/projects/opentoe/sys/i386/conf/GENERIC#8 edit

Differences ...

==== //depot/projects/opentoe/sys/i386/conf/GENERIC#8 (text+ko) ====

@@ -25,7 +25,7 @@
 #hints		"GENERIC.hints"		# Default places to look for devices.
 
 makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
-makeoptions	MODULES_OVERRIDE="cxgb if_vlan"
+makeoptions	MODULES_OVERRIDE="cxgb if_vlan linux ed"
 
 options 	SCHED_ULE		# 4BSD scheduler
 options 	PREEMPTION		# Enable kernel thread preemption
@@ -149,6 +149,7 @@
 # line to enable it (connects to sio, uart and/or ppc drivers):
 #device		puc
 
+
 # PCI Ethernet NICs.
 device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
 


More information about the p4-projects mailing list