]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Correct logic error that would prevent cs pccards from working on
authorWarner Losh <imp@FreeBSD.org>
Tue, 3 Jun 2008 05:47:28 +0000 (05:47 +0000)
committerWarner Losh <imp@FreeBSD.org>
Tue, 3 Jun 2008 05:47:28 +0000 (05:47 +0000)
commitb56700df6500698f8e15c889965f86e4437de346
tree3cd79a0af5d036c51a9ecadbfa5604b9bdd5b12c
parente476ebf3d5e32547a37ab4f28c02c94267b3b36d
Correct logic error that would prevent cs pccards from working on
systems where the CardBus bridge was connected to a APIC.  The case
where the probe routine is told to not setup the IRQ was mishandled
but the error was masked in the case where the IRQ was a valid one
for the card.

MFC after: 1 week
sys/dev/cs/if_cs.c