cvs commit: src/sys/dev/mfi mfi.c mfi_ioctl.h mfi_pci.c

2008-06-17 Thread Doug Ambrisko
ambrisko2008-06-17 17:04:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/mfi mfi.c mfi_ioctl.h mfi_pci.c Log: SVN rev 179847 on 2008-06-17 17:04:38Z by ambrisko MFC: All changes in current/7 minus cam - Native 32bit compat

cvs commit: src/sys/dev/mfi mfi.c mfi_ioctl.h mfi_pci.c

2008-06-13 Thread Doug Ambrisko
ambrisko2008-06-13 15:45:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/mfi mfi.c mfi_ioctl.h mfi_pci.c Log: SVN rev 179776 on 2008-06-13 15:45:48Z by ambrisko MFC: All changes in current to 7.X. - Native 32bit compat modes

cvs commit: src/sys/dev/mfi mfi.c mfi_ioctl.h

2008-05-28 Thread Doug Ambrisko
ambrisko2008-05-28 23:19:27 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_ioctl.h Log: Add support to talk to the LSI ioctl path on with FreeBSD 32 bit app's on amd64. Note the only difference is the iovec32 part so I use the native structure for

cvs commit: src/sys/dev/mfi mfi.c mfi_ioctl.h

2008-05-12 Thread Scott Long
scottl 2008-05-12 14:09:19 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_ioctl.h Log: Add support for management apps. Work around an apparent firmware bug that results in hung i/o if more than 128 commands are scheduled for an array.

Re: cvs commit: src/sys/dev/mfi mfi.c mfi_ioctl.h mfireg.h

2006-12-15 Thread Alexander Leidinger
Quoting Doug Ambrisko [EMAIL PROTECTED] (from Thu, 14 Dec 2006 18:29:08 + (UTC)): ambrisko2006-12-14 18:29:08 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_ioctl.h mfireg.h Log: This is some clean-up and enables RAID firmware to updated via

Re: cvs commit: src/sys/dev/mfi mfi.c mfi_ioctl.h mfireg.h

2006-12-15 Thread Scott Long
Alexander Leidinger wrote: Quoting Doug Ambrisko [EMAIL PROTECTED] (from Thu, 14 Dec 2006 18:29:08 + (UTC)): ambrisko2006-12-14 18:29:08 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_ioctl.h mfireg.h Log: This is some clean-up and enables

Re: cvs commit: src/sys/dev/mfi mfi.c mfi_ioctl.h mfireg.h

2006-12-15 Thread Alexander Leidinger
Quoting Scott Long [EMAIL PROTECTED] (from Fri, 15 Dec 2006 08:19:23 -0700): Alexander Leidinger wrote: Quoting Doug Ambrisko [EMAIL PROTECTED] (from Thu, 14 Dec 2006 18:29:08 + (UTC)): ambrisko2006-12-14 18:29:08 UTC FreeBSD src repository Modified files: sys/dev/mfi

cvs commit: src/sys/dev/mfi mfi.c mfi_ioctl.h mfireg.h

2006-12-14 Thread Doug Ambrisko
ambrisko2006-12-14 18:29:08 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_ioctl.h mfireg.h Log: Some relatively minor changes and bug fixes: 1) s/mi/mfi/ in FreeBSD ioctl path 2) add in \n on various failure messages 3) cap the

cvs commit: src/sys/dev/mfi mfi.c mfi_ioctl.h mfi_linux.c

2006-11-14 Thread Doug Ambrisko
ambrisko2006-11-14 16:48:00 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_ioctl.h mfi_linux.c Log: - Add in FreeBSD native ioctl that models the Linux version. - Add a translation so the Linux ioctl's don't conflict with the FreeBSD definition.