PERFORCE change 107811 for review
Paolo Pisati
piso at FreeBSD.org
Fri Oct 13 03:57:13 PDT 2006
http://perforce.freebsd.org/chv.cgi?CH=107811
Change 107811 by piso at piso_newluxor on 2006/10/13 10:56:17
Fixes compilation on amd64, and while here add "options INTR_FILTER"
to all the GENERICs.
Affected files ...
.. //depot/projects/soc2006/intr_filter/amd64/amd64/intr_machdep.c#8 edit
.. //depot/projects/soc2006/intr_filter/amd64/conf/GENERIC#6 edit
.. //depot/projects/soc2006/intr_filter/ia64/conf/GENERIC#6 edit
.. //depot/projects/soc2006/intr_filter/pc98/conf/GENERIC#6 edit
.. //depot/projects/soc2006/intr_filter/powerpc/conf/GENERIC#6 edit
.. //depot/projects/soc2006/intr_filter/sparc64/conf/GENERIC#7 edit
.. //depot/projects/soc2006/intr_filter/sun4v/conf/GENERIC#2 edit
Differences ...
==== //depot/projects/soc2006/intr_filter/amd64/amd64/intr_machdep.c#8 (text+ko) ====
@@ -45,6 +45,7 @@
#include <sys/lock.h>
#include <sys/ktr.h>
#include <sys/kernel.h>
+#include <sys/limits.h>
#include <sys/mutex.h>
#include <sys/proc.h>
#include <sys/syslog.h>
==== //depot/projects/soc2006/intr_filter/amd64/conf/GENERIC#6 (text+ko) ====
@@ -285,3 +285,5 @@
device firewire # FireWire bus code
device sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)
+
+options INTR_FILTER
==== //depot/projects/soc2006/intr_filter/ia64/conf/GENERIC#6 (text+ko) ====
@@ -151,3 +151,5 @@
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device bpf # Berkeley packet filter
+
+options INTR_FILTER
==== //depot/projects/soc2006/intr_filter/pc98/conf/GENERIC#6 (text+ko) ====
@@ -261,3 +261,5 @@
#device firewire # FireWire bus code
#device sbp # SCSI over FireWire (Requires scbus and da)
#device fwe # Ethernet over FireWire (non-standard!)
+
+options INTR_FILTER
==== //depot/projects/soc2006/intr_filter/powerpc/conf/GENERIC#6 (text+ko) ====
@@ -152,3 +152,5 @@
options KTR_COMPILE=0xffffffff
#options KTR_MASK=KTR_SIG
options KTR_VERBOSE
+
+options INTR_FILTER
==== //depot/projects/soc2006/intr_filter/sparc64/conf/GENERIC#7 (text+ko) ====
@@ -236,3 +236,5 @@
device firewire # FireWire bus code
device sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)
+
+options INTR_FILTER
==== //depot/projects/soc2006/intr_filter/sun4v/conf/GENERIC#2 (text+ko) ====
@@ -217,3 +217,4 @@
# its choice was not adequately researched
options HZ=100
+options INTR_FILTER
More information about the p4-projects
mailing list