freebsd-nq/sys/dev/msk
Pyun YongHyeon c72f075a24 Allocate single MSI message. msk(4) used to allocate 2 MSI messages
for controllers like 88E8053 which reports two MSI messages.
Because we don't get anything useful things with 2 MSI messages,
allocating 1 MSI message would be more sane approach.
While I'm here, enable MSI for dual-port controllers too. Because
status block is shared for dual-port controllers, I don't think
msk(4) will encounter problem for using MSI on dual-port
controllers.
2010-02-26 19:37:03 +00:00
..
if_msk.c Allocate single MSI message. msk(4) used to allocate 2 MSI messages 2010-02-26 19:37:03 +00:00
if_mskreg.h Allocate single MSI message. msk(4) used to allocate 2 MSI messages 2010-02-26 19:37:03 +00:00