PERFORCE change 32140 for review

Peter Wemm peter at FreeBSD.org
Fri May 30 18:28:29 PDT 2003


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

Change 32140 by peter at peter_hammer on 2003/05/30 18:27:38

	turn on acpi and witness

Affected files ...

.. //depot/projects/hammer/sys/amd64/conf/GENERIC#15 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/conf/GENERIC#15 (text+ko) ====

@@ -26,6 +26,7 @@
 options 	COMPAT_FREEBSD4
 
 makeoptions	NO_MODULES=not_yet
+makeoptions	DEBUG=-g
 
 #To statically compile in device wiring instead of /boot/device.hints
 #hints		"GENERIC.hints"		#Default places to look for devices.
@@ -44,6 +45,7 @@
 options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
 options 	DDB
 options		ALT_BREAK_TO_DEBUGGER
+options 	WITNESS
 
 options 	SYSVMSG
 options 	SYSVSEM
@@ -51,6 +53,8 @@
 
 device		isa
 device		pci
+device		acpi
+options		ACPI_DEBUG
 
 # ATA and ATAPI devices
 device		ata


More information about the p4-projects mailing list