Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Oct 1999 10:40:08 -0700 (PDT)
From:      "Matthew N. Dodd" <mdodd@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/aha aha.c
Message-ID:  <199910021740.KAA22429@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mdodd       1999/10/02 10:40:08 PDT

  Modified files:
    sys/dev/aha          aha.c 
  Log:
  Use the PRVERB() macro instead of 'if (bootverbose) printf()...
  
  Add debuging for all failure cases in aha_cmd().
  
  Always check DATAIN_REG_READY even if we're ready to exit the
  read loop.
  
  The last fix allows the AHA-1640 MCA SCSI adapter to operate
  correctly and likely fixes problems on a few other oddball
  adapters. (I suspect my Dell Drive Array in 1540 mode needs this.)
  
  Reviewed by:	Warner Losh
  
  Revision  Changes    Path
  1.31      +9 -4      src/sys/dev/aha/aha.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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