Deleted Added
full compact
1c1
< # $FreeBSD: head/sys/modules/cam/Makefile 64621 2000-08-13 18:49:40Z n_hibma $
---
> # $FreeBSD: head/sys/modules/cam/Makefile 70711 2001-01-06 14:00:42Z obrien $
3,4c3,4
< MAINTAINER = n_hibma@freebsd.org
< S = ${.CURDIR}/../..
---
> MAINTAINER= n_hibma@freebsd.org
> S= ${.CURDIR}/../..
6,7c6
< .PATH: $S/cam $S/cam/scsi
< KMOD = cam
---
> .PATH: $S/cam $S/cam/scsi
8a8,9
> KMOD= cam
>
10,26c11,27
< SRCS = opt_cam.h
< SRCS += opt_scsi.h
< SRCS += opt_cd.h
< SRCS += opt_hw_wdog.h
< SRCS += opt_pt.h
< SRCS += opt_sa.h
< SRCS += opt_ses.h
< SRCS += device_if.h bus_if.h
< SRCS += cam.c cam_extend.c cam_periph.c cam_queue.c
< SRCS += cam_sim.c cam_xpt.c
< SRCS += scsi_all.c scsi_cd.c scsi_ch.c
< SRCS += scsi_da.c
< SRCS += scsi_pass.c
< SRCS += scsi_pt.c
< SRCS += scsi_sa.c
< SRCS += scsi_ses.c
< SRCS += scsi_targ_bh.c scsi_target.c
---
> SRCS= opt_cam.h
> SRCS+= opt_scsi.h
> SRCS+= opt_cd.h
> SRCS+= opt_hw_wdog.h
> SRCS+= opt_pt.h
> SRCS+= opt_sa.h
> SRCS+= opt_ses.h
> SRCS+= device_if.h bus_if.h
> SRCS+= cam.c cam_extend.c cam_periph.c cam_queue.c
> SRCS+= cam_sim.c cam_xpt.c
> SRCS+= scsi_all.c scsi_cd.c scsi_ch.c
> SRCS+= scsi_da.c
> SRCS+= scsi_pass.c
> SRCS+= scsi_pt.c
> SRCS+= scsi_sa.c
> SRCS+= scsi_ses.c
> SRCS+= scsi_targ_bh.c scsi_target.c
28c29
< NOMAN =
---
> NOMAN=
31c32
< echo '#define SCSI_DELAY 15000' > opt_scsi.h
---
> echo '#define SCSI_DELAY 15000' > opt_scsi.h