Date: Wed, 12 Nov 2008 22:44:50 +0000 (UTC) From: Doug Ambrisko <ambrisko@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/mfi mfi.c mfi_ioctl.h mfi_pci.c mfireg.h mfivar.h Message-ID: <200811122245.mACMj6B5085064@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ambrisko 2008-11-12 22:44:50 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_ioctl.h mfi_pci.c mfireg.h mfivar.h Log: SVN rev 184897 on 2008-11-12 22:44:50Z by ambrisko - Fix from jhb for failing I/O request when bus_dmamap_load fails. - Fix to ioctl path in which the length could be 0 which means no data in/out from LSI. - Fix to ioctl path in which the data in the sense data space of the ioctl packet is a really a pointer to some location in user-space. From LSI re-worked a bit by me. - Add HW support for next gen cards from LSI. Thanks to LSI for their support! Submitted by: jhb, LSI MFC after: 3 days Revision Changes Path 1.43 +48 -24 src/sys/dev/mfi/mfi.c 1.8 +10 -0 src/sys/dev/mfi/mfi_ioctl.h 1.11 +18 -5 src/sys/dev/mfi/mfi_pci.c 1.12 +8 -1 src/sys/dev/mfi/mfireg.h 1.12 +1 -0 src/sys/dev/mfi/mfivar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811122245.mACMj6B5085064>