Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Apr 2004 23:56:11 -0700 (PDT)
From:      Scott Long <scottl@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 50772 for review
Message-ID:  <200404100656.i3A6uBq5090867@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=50772

Change 50772 by scottl@scottl-junior-camlock on 2004/04/09 23:55:14

	Forgotten commit: for now, the new file is cam_probe.c, not
	scsi_probe.c.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/modules/cam/Makefile#3 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/modules/cam/Makefile#3 (text+ko) ====

@@ -19,7 +19,7 @@
 SRCS+=	device_if.h bus_if.h vnode_if.h
 SRCS+=	cam.c cam_periph.c cam_queue.c
 SRCS+=	cam_sim.c cam_xpt.c
-SRCS+=	scsi_probe.c
+SRCS+=	cam_probe.c
 SRCS+=	scsi_all.c scsi_cd.c scsi_ch.c
 SRCS+=	scsi_da.c
 SRCS+=	scsi_pass.c



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