cvs commit: src/sys/conf options src/sys/dev/dpt dpt.h dpt_eisa.c dpt_scsi.c src/sys/dev/si si.c

Marius Strobl marius at alchemy.franken.de
Fri Jan 19 09:05:24 UTC 2007


On Thu, Jan 18, 2007 at 05:52:18PM -0700, M. Warner Losh wrote:
> In message: <200701181333.l0IDXbwd098155 at repoman.freebsd.org>
>             Marius Strobl <marius at FreeBSD.org> writes:
> : marius      2007-01-18 13:33:36 UTC
> : 
> :   FreeBSD src repository
> : 
> :   Modified files:
> :     sys/conf             options 
> :     sys/dev/dpt          dpt.h dpt_eisa.c dpt_scsi.c 
> :     sys/dev/si           si.c 
> :   Log:
> :   Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends in
> :   the newly added DEV_EISA. This is done so that these back-ends can
> :   be compiled on platforms not providing in{b,w,l}()/out{b,w,l}() and
> :   friends (but may wish to use them together with bus front-ends other
> :   than the EISA one).
> 
> Why is dpt_eisa.c even included when EISA isn't included in the
> kernel?
> 

Uhm, it isn't. I just touched it to add a #include "opt_eisa.h",
as I had added a #ifdef DEV_EISA around dpt_pio_get_conf() in
dpt.h.

Marius



More information about the cvs-src mailing list