]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends in
authorMarius Strobl <marius@FreeBSD.org>
Thu, 18 Jan 2007 13:33:36 +0000 (13:33 +0000)
committerMarius Strobl <marius@FreeBSD.org>
Thu, 18 Jan 2007 13:33:36 +0000 (13:33 +0000)
commit420a38dd4b0bd9eb10d86c3e5367fcae6482aad1
treef51813769e6b63a059e68e2a35792dfb33294012
parent2f11f3372aca4a56a3de03f6a71c3650af185577
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).
sys/conf/options
sys/dev/dpt/dpt.h
sys/dev/dpt/dpt_eisa.c
sys/dev/dpt/dpt_scsi.c
sys/dev/si/si.c