svn commit: r240327 - head/sys/modules/scsi_low

George V. Neville-Neil gnn at FreeBSD.org
Mon Sep 10 21:57:41 UTC 2012


Author: gnn
Date: Mon Sep 10 21:57:40 2012
New Revision: 240327
URL: http://svn.freebsd.org/changeset/base/240327

Log:
  Remove scsi_low_pisa.c from the module Makefile to keep in line
  with r240325.

Modified:
  head/sys/modules/scsi_low/Makefile

Modified: head/sys/modules/scsi_low/Makefile
==============================================================================
--- head/sys/modules/scsi_low/Makefile	Mon Sep 10 21:24:41 2012	(r240326)
+++ head/sys/modules/scsi_low/Makefile	Mon Sep 10 21:57:40 2012	(r240327)
@@ -2,7 +2,7 @@
 
 .PATH: ${.CURDIR}/../../cam/scsi
 KMOD=	scsi_low
-SRCS=	scsi_low.c scsi_low_pisa.c 
+SRCS=	scsi_low.c 
 SRCS+=  opt_ddb.h opt_scsi.h opt_cam.h bus_if.h device_if.h
 
 EXPORT_SYMS=	scsi_low_attach		\


More information about the svn-src-all mailing list