From owner-cvs-all@FreeBSD.ORG Mon Nov 21 20:22:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 914C616A420; Mon, 21 Nov 2005 20:22:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9593543D5F; Mon, 21 Nov 2005 20:22:35 +0000 (GMT) (envelope-from jhb@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 jALKMZ5C069773; Mon, 21 Nov 2005 20:22:35 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jALKMZQA069772; Mon, 21 Nov 2005 20:22:35 GMT (envelope-from jhb) Message-Id: <200511212022.jALKMZQA069772@repoman.freebsd.org> From: John Baldwin Date: Mon, 21 Nov 2005 20:22:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/puc puc.c src/sys/alpha/conf DEFAULTS src/sys/amd64/conf DEFAULTS src/sys/i386/conf DEFAULTS src/sys/ia64/conf DEFAULTS src/sys/pc98/conf DEFAULTS src/sys/sparc64/conf DEFAULTS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2005 20:22:38 -0000 jhb 2005-11-21 20:22:35 UTC FreeBSD src repository Modified files: sys/dev/puc puc.c sys/alpha/conf DEFAULTS sys/amd64/conf DEFAULTS sys/i386/conf DEFAULTS sys/ia64/conf DEFAULTS sys/pc98/conf DEFAULTS sys/sparc64/conf DEFAULTS Log: Don't enable PUC_FASTINTR by default in the source. Instead, enable it via the DEFAULTS kernel configs. This allows folks to turn it that option off in the kernel configs if desired without having to hack the source. This is especially useful since PUC_FASTINTR hangs the kernel boot on my ultra60 which has two uart(4) devices hung off of a puc(4) device. I did not enable PUC_FASTINTR by default on powerpc since powerpc does not currently allow sharing of INTR_FAST with non-INTR_FAST like the other archs. Revision Changes Path 1.2 +2 -0 src/sys/alpha/conf/DEFAULTS 1.3 +2 -0 src/sys/amd64/conf/DEFAULTS 1.45 +0 -4 src/sys/dev/puc/puc.c 1.2 +2 -0 src/sys/i386/conf/DEFAULTS 1.2 +2 -0 src/sys/ia64/conf/DEFAULTS 1.2 +2 -0 src/sys/pc98/conf/DEFAULTS 1.2 +2 -0 src/sys/sparc64/conf/DEFAULTS