cvs commit: src/sys/dev/pci pcib_if.m

[ Available lists | Index of cvs-all | Month of Apr 2005 | Week of 13 Apr 2005 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Warner Losh <imp@FreeBSD.org>
Date
13 Apr 2005 16:30:30
Subject
cvs commit: src/sys/dev/pci pcib_if.m
Message-ID
200504131630.j3DGUUDu060801@repoman.freebsd.org


[ Hide this part ]
imp         2005-04-13 16:30:30 UTC

FreeBSD src repository

Modified files:
sys/dev/pci pcib_if.m
Log:
Default to a interrupt router that returns an invalid interrupt.
Otherwise, busses that implement the pcib interface that forget to
implement pcib_route_interrupt would return EIO, which the caller
interprets as 'use interrupt 6'. This is likely the cause of much of
the grief that we had when I enabled power modes for the cardbus
bridge, since the card needed to reroute the interrupt to it and it
was getting 6 which was d by the pccbb sanity checks.

Revision Changes Path
1.6 +9 -1 src/sys/dev/pci/pcib_if.m


Elapsed time: 0.096 seconds