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
Scott Long
scottl at FreeBSD.org
Sat May 10 23:36:51 PDT 2003
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)
More information about the cvs-src
mailing list