Bug 121193

Summary: Err in Release notes (twa driver number wrong)
Product: Documentation Reporter: akruijff
Component: Books & ArticlesAssignee: Bruce A. Mah <bmah>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description akruijff 2008-02-28 23:40:04 UTC
I think I spotted an error.

http://www.freebsd.org/releases/7.0R/relnotes.html
> The twa(4) driver has been updated to the 3.70.03.007 release on the 
> 3ware Web site. It now supports AMCC's 3ware 9650 series of SATA
> controllers. [MERGED]

11/5/07         9.4.2 Release available for Download 
http://www.3ware.com/download/Escalade9650SE-Series/9.4.2/9.4.2_Release_Notes_Web.pdf

> FreeBSD 6.x driver version: 3.60.03.007

Fix: 

change 3.70.03.007 in to 3.60.03.007
Comment 1 Bruce A. Mah freebsd_committer freebsd_triage 2008-04-20 19:03:06 UTC
Responsible Changed
From-To: freebsd-doc->bmah

The version number in the release notes was taken from the log message 
from the commit that updated the drive (see for example rev. 1.5 of 
src/sys/dev/twa/tw_osl.h).  I'll follow up with the original committer 
to confirm the correct version number.  If the value in the release notes 
was wrong, I'll add a correction in the post-release errata.
Comment 2 Bruce A. Mah freebsd_committer freebsd_triage 2008-04-20 19:30:05 UTC
State Changed
From-To: open->closed

Confirmed with scottl@:  3.70.03.007 is the correct version number 
of the driver for FreeBSD 7.  The 3.60.X.Y series of the driver is 
for FreeBSD 6. 

I'm closing this PR, but thanks for calling this out...I learned 
something while trying to deal with it.