PERFORCE change 50772 for review

Scott Long scottl at FreeBSD.org
Fri Apr 9 23:56:12 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=50772

Change 50772 by scottl at 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


More information about the p4-projects mailing list