From owner-cvs-all Sat Oct 2 10:40:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A649D14D29; Sat, 2 Oct 1999 10:40:09 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA22429; Sat, 2 Oct 1999 10:40:09 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Message-Id: <199910021740.KAA22429@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Sat, 2 Oct 1999 10:40:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aha aha.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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