From owner-p4-projects@FreeBSD.ORG Fri Oct 13 10:57:13 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 4C17816A415; Fri, 13 Oct 2006 10:57:13 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20C6A16A40F for ; Fri, 13 Oct 2006 10:57:13 +0000 (UTC) (envelope-from piso@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6D9043D66 for ; Fri, 13 Oct 2006 10:57:12 +0000 (GMT) (envelope-from piso@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9DAvC1R087162 for ; Fri, 13 Oct 2006 10:57:12 GMT (envelope-from piso@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9DAvC6e087159 for perforce@freebsd.org; Fri, 13 Oct 2006 10:57:12 GMT (envelope-from piso@freebsd.org) Date: Fri, 13 Oct 2006 10:57:12 GMT Message-Id: <200610131057.k9DAvC6e087159@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to piso@freebsd.org using -f From: Paolo Pisati To: Perforce Change Reviews Cc: Subject: PERFORCE change 107811 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2006 10:57:13 -0000 http://perforce.freebsd.org/chv.cgi?CH=107811 Change 107811 by piso@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 #include #include +#include #include #include #include ==== //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