DragonFly commits List (threaded) for 2007-07
DragonFly BSD
DragonFly commits List (threaded) for 2007-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/dev/disk/aic7xxx aic79xx.c


From: Peter Avalos <pavalos@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 4 Jul 2007 16:52:04 -0700 (PDT)

pavalos     2007/07/04 16:52:04 PDT

DragonFly src repository

  Modified files:
    sys/dev/disk/aic7xxx aic79xx.c 
  Log:
  Correct a typo in a comment.
  
  Add a comment in ahd_clear_critical_sections() about
  our need to leave ENBUSFREE set in SIMODE1 while single
  stepping.
  
  Re-arrange some delay loops so that we always perform
  a read after any register write and before the delay.
  This should make the delay loop more accurate.
  
  When completing message processing for a packetized
  commention, return the controller to a state where
  invalid non-packetized phases will still cause protocol
  violations.  These are the same operations as those
  performed in the clear_target_state routine in the
  firmware.
  
  Now that we have a chip with working ABORTPENDING
  support (the 7901B), comment out the automatic use
  of this feature until we can adequately test it.
  The previous checkin updated the bug mask for the
  7901B so this code was exercised.
  
  When resetting the bus, perform an ahd_flush_device_writes()
  call so that our reset assertion delay is acurately
  timed from when the reset bit is written to the controller.
  
  Obtained-from: FreeBSD
  
  Revision  Changes    Path
  1.15      +24 -11    src/sys/dev/disk/aic7xxx/aic79xx.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/aic7xxx/aic79xx.c.diff?r1=1.14&r2=1.15&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]