Date: Fri, 26 Feb 2010 19:37:03 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/msk if_msk.c if_mskreg.h Message-ID: <201002261937.o1QJbKmv010104@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-02-26 19:37:03 UTC
FreeBSD src repository
Modified files:
sys/dev/msk if_msk.c if_mskreg.h
Log:
SVN rev 204366 on 2010-02-26 19:37:03Z by yongari
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.
Revision Changes Path
1.84 +13 -44 src/sys/dev/msk/if_msk.c
1.34 +2 -2 src/sys/dev/msk/if_mskreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002261937.o1QJbKmv010104>
