]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix interrupt registration:
authorphk <phk@FreeBSD.org>
Tue, 3 Sep 2002 11:22:13 +0000 (11:22 +0000)
committerphk <phk@FreeBSD.org>
Tue, 3 Sep 2002 11:22:13 +0000 (11:22 +0000)
commitbaf5e09769325c8052d162b3876f92ec50e473c5
treeeb2c4f82a3508d4a5d706a709412f0998e6f5c31
parent3ab89715228e91e4632682c442fb2a6f4ff7956a
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.
sys/dev/puc/puc.c