From owner-freebsd-current Wed Sep 4 0:55:31 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F57137B400; Wed, 4 Sep 2002 00:55:29 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22B5643E72; Wed, 4 Sep 2002 00:55:28 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id HAA01078; Wed, 4 Sep 2002 07:55:26 GMT Date: Wed, 4 Sep 2002 18:02:48 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: current@freebsd.org Cc: phk@freebsd.org Subject: PUC_FASTINTR broken Message-ID: <20020904175411.B638-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG % RCS file: /home/ncvs/src/sys/dev/puc/puc.c,v % Working file: puc.c % head: 1.14 % ... % ---------------------------- % revision 1.14 % date: 2002/09/03 11:22:13; author: phk; state: Exp; lines: +3 -10 % Fix interrupt registration: % % PUC devices live on pccard or pci so INTR_FAST is never really an option. % Don't try to register the interrupt as fast and don't allow the children % to do so either. % ---------------------------- INTR_FAST is an option for pci devices. It was configured (not quite right) by the PUC_FASTINTR option, which should work just as well as the similar but much older CY_PCI_FASTINTR option (perfectly if the interrupt is not shared). This change blows away the support for that option without even removing the option from conf/options, conf/NOTES or puc.4, and without even noting approval of the author of the code. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message