Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2012 21:57:41 +0000 (UTC)
From:      "George V. Neville-Neil" <gnn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r240327 - head/sys/modules/scsi_low
Message-ID:  <201209102157.q8ALvf80026117@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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		\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209102157.q8ALvf80026117>