Date: Tue, 19 Oct 2010 17:58:20 -0700 From: Julian Elischer <julian@freebsd.org> To: Warner Losh <imp@bsdimp.com> Cc: arundel@freebsd.org, mj@feral.com, freebsd-hackers@freebsd.org Subject: Re: SCSI_DELAY cleanup Message-ID: <4CBE3EAC.4040302@freebsd.org> In-Reply-To: <20101019.183941.41645397.imp@bsdimp.com> References: <201010191103.50986.jhb@freebsd.org> <20101019191446.GA44841@freebsd.org> <201010191522.21357.jhb@freebsd.org> <20101019.183941.41645397.imp@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 10/19/10 5:39 PM, Warner Losh wrote:
> opt_scsi.h isn't needed by aha or ahb either, so it can be deleted
> entirely from their module makefiles:
>
consider I write the original aha driver in 1991 and it is an ISA device,
one wonders if there are any users of this any more..
> Index: aha/Makefile
> ===================================================================
> --- aha/Makefile (revision 214058)
> +++ aha/Makefile (working copy)
> @@ -4,11 +4,6 @@
>
> KMOD= aha
> SRCS= aha.c aha_isa.c ahareg.h opt_cam.h device_if.h bus_if.h \
> - opt_scsi.h isa_if.h
> + isa_if.h
>
> -.if !defined(KERNBUILDDIR)
> -opt_scsi.h:
> - echo "#define SCSI_DELAY 15000"> ${.TARGET}
> -.endif
> -
> .include<bsd.kmod.mk>
> Index: ahb/Makefile
> ===================================================================
> --- ahb/Makefile (revision 214058)
> +++ ahb/Makefile (working copy)
> @@ -3,11 +3,6 @@
> .PATH: ${.CURDIR}/../../dev/ahb
>
> KMOD= ahb
> -SRCS= ahb.c opt_cam.h device_if.h bus_if.h eisa_if.h opt_scsi.h
> +SRCS= ahb.c opt_cam.h device_if.h bus_if.h eisa_if.h
>
> -.if !defined(KERNBUILDDIR)
> -opt_scsi.h:
> - echo "#define SCSI_DELAY 15000"> ${.TARGET}
> -.endif
> -
> .include<bsd.kmod.mk>
> _______________________________________________
> freebsd-hackers@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4CBE3EAC.4040302>
