Date: Thu, 27 Mar 2008 17:11:38 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys aac_ioctl.h src/sys/dev/aac aac.c Message-ID: <200803271711.m2RHBcSJ027706@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
emaste 2008-03-27 17:11:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sys aac_ioctl.h sys/dev/aac aac.c Log: MFC aac.c r1.129 aac_ioctl.h r1.12: Add ioctls FSACTL_SEND_LARGE_FIB, FSACTL_SEND_RAW_SRB, FSACTL_LNX_SEND_LARGE_FIB, and FSACTL_LNX_SEND_RAW_SRB, and correct size checks on FIBs passed in from userspace. Both changes were obtained from Adaptec's driver build 15317. Adaptec's commandline RAID tool arcconf uses these ioctls when creating a RAID-10 array (and probably other operations too). aac.c r1.130: Restore creation of passthrough devices with newer controller firmware by putting the correct size in the fib header. Presumably the older firmware silently ignored a bad size field. (This change tested with a 3805 controller. Passthrough devices were created when running firmware build 12814, but not 15323 or later. With this change they're created for both old and new firmware versions.) Submitted by: Adaptec Revision Changes Path 1.120.2.7 +33 -10 src/sys/dev/aac/aac.c 1.11.12.1 +6 -0 src/sys/sys/aac_ioctl.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803271711.m2RHBcSJ027706>