summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-05-11 06:36:49 +0000
committerscottl <scottl@FreeBSD.org>2003-05-11 06:36:49 +0000
commite51c9992d8073ac769b56f9ee0ab67394a5d2e9c (patch)
treeb7c086b0845252ec01b28e4f4b711ae1aa233f25 /sys/modules
parent25a029e22950071d146ca3d38849b78392afa338 (diff)
downloadFreeBSD-src-e51c9992d8073ac769b56f9ee0ab67394a5d2e9c.zip
FreeBSD-src-e51c9992d8073ac769b56f9ee0ab67394a5d2e9c.tar.gz
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
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ips/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/ips/Makefile b/sys/modules/ips/Makefile
new file mode 100644
index 0000000..4ec20a3
--- /dev/null
+++ b/sys/modules/ips/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/ips
+KMOD = ips
+SRCS = ips.c ips_pci.c ips.h ips_disk.c ips_disk.h ips_commands.c \
+ ips_ioctl.h ips_ioctl.c device_if.h bus_if.h pci_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud