From owner-freebsd-hackers@FreeBSD.ORG Wed Oct 20 00:57:34 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72388106564A for ; Wed, 20 Oct 2010 00:57:34 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from out-0.mx.aerioconnect.net (out-0-26.mx.aerioconnect.net [216.240.47.86]) by mx1.freebsd.org (Postfix) with ESMTP id 4EDF88FC0C for ; Wed, 20 Oct 2010 00:57:34 +0000 (UTC) Received: from idiom.com (postfix@mx0.idiom.com [216.240.32.160]) by out-0.mx.aerioconnect.net (8.13.8/8.13.8) with ESMTP id o9K0vTts004543; Tue, 19 Oct 2010 17:57:29 -0700 X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (h-67-100-89-137.snfccasy.static.covad.net [67.100.89.137]) by idiom.com (Postfix) with ESMTP id 658522D6015; Tue, 19 Oct 2010 17:57:28 -0700 (PDT) Message-ID: <4CBE3EAC.4040302@freebsd.org> Date: Tue, 19 Oct 2010 17:58:20 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: Warner Losh References: <201010191103.50986.jhb@freebsd.org> <20101019191446.GA44841@freebsd.org> <201010191522.21357.jhb@freebsd.org> <20101019.183941.41645397.imp@bsdimp.com> In-Reply-To: <20101019.183941.41645397.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on 216.240.47.51 Cc: arundel@freebsd.org, mj@feral.com, freebsd-hackers@freebsd.org Subject: Re: SCSI_DELAY cleanup X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2010 00:57:34 -0000 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 > 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 > _______________________________________________ > 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" >