Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2003 18:28:27 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 32140 for review
Message-ID:  <200305310128.h4V1SR3b091577@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 32140 by peter@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


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305310128.h4V1SR3b091577>