cvs commit: src/sys/dev/msk if_msk.c
Pyun YongHyeon
yongari at FreeBSD.org
Fri Jul 20 00:25:21 UTC 2007
yongari 2007-07-20 00:25:20 UTC
FreeBSD src repository
Modified files:
sys/dev/msk if_msk.c
Log:
Add legacy interrupt handler which would be more appropriate for
interrupt that is shared with other devices(e.g. USB) in system and
provide a new tunable "hw.msk.legacy_intr" to activate the legacy
interrupt handler. Setting the tunable automatically disables MSI
for msk(4). Previously msk(4) used adoptive polling with taskqueue(9)
as all msk(4) hardwares I know supports MSI. However, there are cases
that MSI couldn't be used on some hardwares due to bugs in MSI
implementatins.
Tested by: Li-Lun Wang < llwang AT infor DOT org >
Approved by: re (kensmith)
Revision Changes Path
1.18 +90 -9 src/sys/dev/msk/if_msk.c
More information about the cvs-src
mailing list