Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2007 13:33:37 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf options src/sys/dev/dpt dpt.h dpt_eisa.c dpt_scsi.c src/sys/dev/si si.c
Message-ID:  <200701181333.l0IDXbwd098155@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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).
  
  Revision  Changes    Path
  1.573     +2 -0      src/sys/conf/options
  1.17      +2 -0      src/sys/dev/dpt/dpt.h
  1.22      +2 -0      src/sys/dev/dpt/dpt_eisa.c
  1.55      +8 -0      src/sys/dev/dpt/dpt_scsi.c
  1.139     +9 -0      src/sys/dev/si/si.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701181333.l0IDXbwd098155>