Date: Sat, 10 May 2003 23:36:50 -0700 (PDT) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ips ips.c ips.h ips_commands.c ips_disk.c ips_disk.h ips_ioctl.c ips_ioctl.h ips_pci.c src/sys/modules/ips Makefile Message-ID: <200305110636.h4B6aoCt047041@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2003/05/10 23:36:50 PDT
FreeBSD src repository
Added files:
sys/dev/ips ips.c ips.h ips_commands.c ips_disk.c
ips_disk.h ips_ioctl.c ips_ioctl.h
ips_pci.c
sys/modules/ips Makefile
Log:
Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controller
series. This driver was generously developed and released by David
Jeffreys and Adaptec. I've updated it to work with 5.x and fixed a
few bugs.
MFC After: 1 week
Revision Changes Path
1.1 +697 -0 src/sys/dev/ips/ips.c (new)
1.1 +403 -0 src/sys/dev/ips/ips.h (new)
1.1 +636 -0 src/sys/dev/ips/ips_commands.c (new)
1.1 +162 -0 src/sys/dev/ips/ips_disk.c (new)
1.1 +66 -0 src/sys/dev/ips/ips_disk.h (new)
1.1 +157 -0 src/sys/dev/ips/ips_ioctl.c (new)
1.1 +61 -0 src/sys/dev/ips/ips_ioctl.h (new)
1.1 +182 -0 src/sys/dev/ips/ips_pci.c (new)
1.1 +8 -0 src/sys/modules/ips/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305110636.h4B6aoCt047041>
