Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2002 10:44:22 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8076 for review
Message-ID:  <200203201844.g2KIiMa47658@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8076

Change 8076 by jhb@jhb_laptop on 2002/03/20 10:43:39

	Turn off ACPI since it doesn't work.

Affected files ...

... //depot/projects/smpng/sys/i386/conf/X86SMP#2 edit
... //depot/projects/smpng/sys/i386/conf/X86UP#2 edit

Differences ...

==== //depot/projects/smpng/sys/i386/conf/X86SMP#2 (text+ko) ====

@@ -48,8 +48,8 @@
 options 	KTR_ENTRIES=16384
 
 # ACPI
-device		acpica
-device		pmtimer
+#device		acpica
+#device		pmtimer
 
 device		isa
 device		pci

==== //depot/projects/smpng/sys/i386/conf/X86UP#2 (text+ko) ====

@@ -44,8 +44,8 @@
 options 	KTR_ENTRIES=16384
 
 # ACPI
-device		acpica
-device		pmtimer
+#device		acpica
+#device		pmtimer
 
 device		isa
 device		pci

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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