Date: Sat, 11 Dec 2010 00:36:35 +0000 (UTC) From: "Kenneth D. Merry" <ken@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/mps mps_sas.c Message-ID: <201012110036.oBB0arBO071228@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ken 2010-12-11 00:36:35 UTC FreeBSD src repository Modified files: sys/dev/mps mps_sas.c Log: SVN rev 216368 on 2010-12-11 00:36:35Z by ken Fix setting LUN numbers in the mps(4) driver. Prior to this change, the addressing method wasn't getting set, and so the LUN field could be set incorrectly in some instances. This fix should allow for LUN numbers up to 16777215 (and return an error for anything larger, which wouldn't fit into the flat addressing model). Submitted by: scottl (in part) Revision Changes Path 1.7 +39 -3 src/sys/dev/mps/mps_sas.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012110036.oBB0arBO071228>