Date: Tue, 27 Oct 2009 21:02:42 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/aac aac.c aacreg.h Message-ID: <200910272103.n9RL33Me063595@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
emaste 2009-10-27 21:02:42 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/aac aac.c aacreg.h
Log:
SVN rev 198528 on 2009-10-27 21:02:42Z by emaste
MFC r188743,r188940
Use outbound message register 0 instead of mailbox 7 in
aac_{rx,rkt}_get_fwstatus, as done in Adaptec's vendor driver as well as
the Linux drivers.
Submitted by: jkim, from Adaptec's driver
==
SVN rev 188743 modified aac_rx_get_fwstatus to use the AAC_RX_OMR0
register instead of AAC_RX_FWSTATUS, as that is the way it's done in
Adaptec's vendor driver and in the Linux drivers. (The same applies
to aac_rkt_get_fwstatus as well.)
However, a concern has been raised about the compatibility of this
change and old hardware / firmware versions. In the absense of
specific information, revert to the original behaviour if the firmware
does not support the "New comm." interface. Users of old cards or
firmware haven't reported the problems that are potentially solved by
switching to OMR0.
Revision Changes Path
1.109.2.19 +4 -2 src/sys/dev/aac/aac.c
1.21.2.5 +4 -0 src/sys/dev/aac/aacreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910272103.n9RL33Me063595>
