Date: Sun, 20 Jan 2002 00:51:08 -0800 (PST) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/iir iir.c iir.h iir_ctrl.c iir_pci.c src/sys/i386/conf GENERIC NOTES src/sys/modules Makefile src/sys/modules/iir Makefile Message-ID: <200201200851.g0K8p8P79056@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 2002/01/20 00:51:08 PST Modified files: sys/conf files sys/i386/conf GENERIC NOTES sys/modules Makefile Added files: sys/dev/iir iir.c iir.h iir_ctrl.c iir_pci.c sys/modules/iir Makefile Log: Add the 'iir' driver, for the Intel Integrated RAID controllers and prior ICP Vortex models. This driver was developed by Achim Leubner of Intel (previously with ICP Vortex) and Boji Kannanthanam of Intel. Submitted by: "Kannanthanam, Boji T" <boji.t.kannanthanam@intel.com> MFC after: 2 weeks Revision Changes Path 1.596 +3 -0 src/sys/conf/files 1.1 +2018 -0 src/sys/dev/iir/iir.c (new) 1.1 +712 -0 src/sys/dev/iir/iir.h (new) 1.1 +371 -0 src/sys/dev/iir/iir_ctrl.c (new) 1.1 +476 -0 src/sys/dev/iir/iir_pci.c (new) 1.333 +2 -0 src/sys/i386/conf/GENERIC 1.992 +9 -0 src/sys/i386/conf/NOTES 1.229 +1 -0 src/sys/modules/Makefile 1.1 +9 -0 src/sys/modules/iir/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201200851.g0K8p8P79056>