Discussion:
svn commit: r217070 - in head/sys/modules: aha ahb
(too old to reply)
Warner Losh
2011-01-06 21:43:21 UTC
Permalink
Author: imp
Date: Thu Jan 6 21:04:00 2011
New Revision: 217070
URL: http://svn.freebsd.org/changeset/base/217070
No need to genreate these here
I think this changes the SCSI_DELAY these modules are effectively built with
when built standalone since the default value in the header is 2000
% cd sys/dev/aha
% grep SCSI_DELAY *
% cd ../ahb
% grep SCSI_DELAY *
%

They aren't referenced, so there's no need to generate them at all.

Warner
John Baldwin
2011-01-06 21:20:31 UTC
Permalink
Author: imp
Date: Thu Jan 6 21:04:00 2011
New Revision: 217070
URL: http://svn.freebsd.org/changeset/base/217070
No need to genreate these here
I think this changes the SCSI_DELAY these modules are effectively built with
when built standalone since the default value in the header is 2000.
--
John Baldwin
Loading...