From owner-p4-projects@FreeBSD.ORG Fri Apr 14 21:30:34 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 2E04716A405; Fri, 14 Apr 2006 21:30:34 +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 D0C6016A400 for ; Fri, 14 Apr 2006 21:30:33 +0000 (UTC) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E50843D45 for ; Fri, 14 Apr 2006 21:30:33 +0000 (GMT) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3ELUX3a035211 for ; Fri, 14 Apr 2006 21:30:33 GMT (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3ELUXWX035203 for perforce@freebsd.org; Fri, 14 Apr 2006 21:30:33 GMT (envelope-from marcel@freebsd.org) Date: Fri, 14 Apr 2006 21:30:33 GMT Message-Id: <200604142130.k3ELUXWX035203@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar To: Perforce Change Reviews Cc: Subject: PERFORCE change 95274 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, 14 Apr 2006 21:30:34 -0000 http://perforce.freebsd.org/chv.cgi?CH=95274 Change 95274 by marcel@marcel_nfs on 2006/04/14 21:30:22 Eliminate the PUC_FASTINTR option. Interrupts will be fast by default. When there's a subordinate driver that's not fast, the interrupt will become MPSAFE. Affected files ... .. //depot/projects/uart/alpha/conf/DEFAULTS#2 edit .. //depot/projects/uart/amd64/conf/DEFAULTS#2 edit .. //depot/projects/uart/conf/NOTES#33 edit .. //depot/projects/uart/conf/options#27 edit .. //depot/projects/uart/i386/conf/DEFAULTS#2 edit .. //depot/projects/uart/ia64/conf/DEFAULTS#2 edit .. //depot/projects/uart/pc98/conf/DEFAULTS#2 edit Differences ... ==== //depot/projects/uart/alpha/conf/DEFAULTS#2 (text+ko) ==== @@ -7,5 +7,3 @@ # Pseudo devices. device mem # Memory and kernel memory devices - -options PUC_FASTINTR ==== //depot/projects/uart/amd64/conf/DEFAULTS#2 (text+ko) ==== @@ -11,5 +11,3 @@ # Pseudo devices. device mem # Memory and kernel memory devices device io # I/O device - -options PUC_FASTINTR ==== //depot/projects/uart/conf/NOTES#33 (text+ko) ==== @@ -1684,15 +1684,8 @@ device scc # PCI Universal Communications driver -# Supports various single and multi port PCI serial cards. Maybe later -# also the parallel ports on combination serial/parallel cards. New cards -# can be added in src/sys/dev/puc/pucdata.c. -# -# If the PUC_FASTINTR option is used the driver will try to use fast -# interrupts. The card must then be the only user of that interrupt. -# Interrupts cannot be shared when using PUC_FASTINTR. +# Supports various multi port PCI I/O cards. device puc -options PUC_FASTINTR # # Network interfaces: ==== //depot/projects/uart/conf/options#27 (text+ko) ==== @@ -123,7 +123,6 @@ PANIC_REBOOT_WAIT_TIME opt_panic.h PPS_SYNC opt_ntp.h PREEMPTION opt_sched.h -PUC_FASTINTR opt_puc.h QUOTA SCHED_4BSD opt_sched.h SCHED_ULE opt_sched.h ==== //depot/projects/uart/i386/conf/DEFAULTS#2 (text+ko) ==== @@ -14,5 +14,3 @@ # Pseudo devices. device mem # Memory and kernel memory devices device io # I/O device - -options PUC_FASTINTR ==== //depot/projects/uart/ia64/conf/DEFAULTS#2 (text+ko) ==== @@ -10,5 +10,3 @@ # Pseudo devices. device mem # Memory and kernel memory devices - -options PUC_FASTINTR ==== //depot/projects/uart/pc98/conf/DEFAULTS#2 (text+ko) ==== @@ -15,5 +15,3 @@ # Pseudo devices. device mem # Memory and kernel memory devices device io # I/O device - -options PUC_FASTINTR