svn commit: r184577 - in head/sys/modules/amr: . amr_cam

Scott Long scottl at FreeBSD.org
Sun Nov 2 20:13:28 PST 2008


Author: scottl
Date: Mon Nov  3 04:13:27 2008
New Revision: 184577
URL: http://svn.freebsd.org/changeset/base/184577

Log:
  Add amr_cam module directory that was missed in the previous commit.

Added:
  head/sys/modules/amr/amr_cam/
  head/sys/modules/amr/amr_cam/Makefile   (contents, props changed)
Modified:
  head/sys/modules/amr/Makefile

Modified: head/sys/modules/amr/Makefile
==============================================================================
--- head/sys/modules/amr/Makefile	Mon Nov  3 03:18:29 2008	(r184576)
+++ head/sys/modules/amr/Makefile	Mon Nov  3 04:13:27 2008	(r184577)
@@ -10,9 +10,6 @@ SUBDIR+= amr_linux
 KMOD=	amr
 SRCS=	amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h
 
-# SCSI passthrough support for non-disk devices
-#SRCS+=	amr_cam.c opt_cam.h opt_scsi.h
-
 # Enable a questionable optimisation for newer adapters
 #CFLAGS+= -DAMR_QUARTZ_GOFASTER
 

Added: head/sys/modules/amr/amr_cam/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sys/modules/amr/amr_cam/Makefile	Mon Nov  3 04:13:27 2008	(r184577)
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../dev/amr
+
+KMOD=	amr_cam
+SRCS=	amr_cam.c device_if.h bus_if.h
+SRCS+=	opt_cam.h opt_scsi.h
+
+.include <bsd.kmod.mk>


More information about the svn-src-all mailing list