Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 1996 22:19:16 -0800 (PST)
From:      "Justin T. Gibbs" <gibbs>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/dev/aic7xxx aic7xxx.seq src/sys/i386/eisa aic7770.c
Message-ID:  <199611210619.WAA08246@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

gibbs       96/11/20 22:19:15

  Modified:    sys/dev/aic7xxx  aic7xxx.seq
  Log:
  Change the way Automatic PIO is performed in the mesgin and mesgout phases.
  SPIORDY should go active on any REQ of the bus, so testing for REQINIT is
  not necessary.  It also seems that testing for SPIORDY is more robust then
  REQINIT since SPIORDY comes active after REQINIT and PHASEMIS seems to take
  some time to come true after REQ is asserted if the phase has changed.  Of
  course, none of this is documented.
  
  This should give the code savings of my original changes, without breaking the
  driver on fast peripherals.
  
  Revision  Changes    Path
  1.50      +18 -27    src/sys/dev/aic7xxx/aic7xxx.seq

  Modified:    sys/i386/eisa  aic7770.c
  Log:
  Update comment and disable SCB paging for Rev E cards since paging, at least
  in its current form, will not work with these cards.
  
  Revision  Changes    Path
  1.36      +3 -6      src/sys/i386/eisa/aic7770.c



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