PERFORCE change 70572 for review

Peter Wemm peter at FreeBSD.org
Mon Feb 7 16:49:16 PST 2005


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

Change 70572 by peter at peter_daintree on 2005/02/08 00:48:29

	integ -b i386_hammer

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/legacy.c#18 integrate
.. //depot/projects/hammer/sys/amd64/amd64/machdep.c#114 integrate
.. //depot/projects/hammer/sys/amd64/conf/NOTES#54 integrate
.. //depot/projects/hammer/sys/amd64/isa/clock.c#30 integrate
.. //depot/projects/hammer/sys/amd64/isa/isa_dma.c#17 integrate

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/legacy.c#18 (text+ko) ====


==== //depot/projects/hammer/sys/amd64/amd64/machdep.c#114 (text+ko) ====

@@ -102,8 +102,11 @@
 #endif
 #include <ddb/ddb.h>
 
+#include <isa/rtc.h>
+
 #include <net/netisr.h>
 
+#include <machine/bootinfo.h>
 #include <machine/clock.h>
 #include <machine/cpu.h>
 #include <machine/cputypes.h>

==== //depot/projects/hammer/sys/amd64/conf/NOTES#54 (text+ko) ====

@@ -4,7 +4,7 @@
 # This file contains machine dependent kernel configuration notes.  For
 # machine independent notes, look in /sys/conf/NOTES.
 #
-# (XXX from i386:NOTES,v 1.1178)
+# (XXX from i386:NOTES,v 1.1179)
 # $FreeBSD: src/sys/amd64/conf/NOTES,v 1.21 2005/02/05 21:01:09 njl Exp $
 #
 
@@ -209,6 +209,9 @@
 # Support for ACPI CPU Performance states via cpufreq(4)
 device		acpi_perf
 
+# The cpufreq(4) driver provides support for non-ACPI CPU frequency control
+device		cpufreq
+
 # DRM options:
 # mgadrm:    AGP Matrox G200, G400, G450, G550
 # r128drm:   ATI Rage 128

==== //depot/projects/hammer/sys/amd64/isa/clock.c#30 (text+ko) ====

@@ -718,6 +718,7 @@
 
 	/* Reenable RTC updates and interrupts. */
 	writertc(RTC_STATUSB, rtc_statusb);
+	rtcin(RTC_INTR);
 }
 
 
@@ -764,6 +765,7 @@
 		    INTR_TYPE_CLK | INTR_FAST, NULL);
 
 		writertc(RTC_STATUSB, rtc_statusb);
+		rtcin(RTC_INTR);
 	}
 
 	init_TSC_tc();

==== //depot/projects/hammer/sys/amd64/isa/isa_dma.c#17 (text+ko) ====



More information about the p4-projects mailing list