Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2002 18:02:48 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        current@freebsd.org
Cc:        phk@freebsd.org
Subject:   PUC_FASTINTR broken
Message-ID:  <20020904175411.B638-100000@gamplex.bde.org>

next in thread | raw e-mail | index | archive | help
% 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020904175411.B638-100000>