From owner-freebsd-current Tue Sep 29 22:44:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA27011 for freebsd-current-outgoing; Tue, 29 Sep 1998 22:44:59 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA27006 for ; Tue, 29 Sep 1998 22:44:57 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0zOF41-0005wH-00; Tue, 29 Sep 1998 23:44:37 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id XAA08202; Tue, 29 Sep 1998 23:44:36 -0600 (MDT) Message-Id: <199809300544.XAA08202@harmony.village.org> To: Jay Nelson Subject: Re: aha fails on Tekram DC300B Cc: freebsd-current@FreeBSD.ORG In-reply-to: Your message of "Tue, 29 Sep 1998 18:39:56 CDT." References: Date: Tue, 29 Sep 1998 23:44:36 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Jay Nelson writes: : aha0: Invalid Command 0x8d This is expected, when booting -v. If you are getting this w/o booting -v, then there is a problem. : aha0: ahareset - Diagnostic Active failed to assert. status = 0x30 This is a problem. ahareset shouldn't fail. The card never comes ready (or at least is hung for a long time). : aha0: aha_fetch_adapter_info - Failed Get Board Info Once the card is in this state, all bets are off. : This board supposedly emulates a 1542B. If this is of any interest, : let me know what information I can provide. I don't have sources : loaded because of space, but could mount from another machine if it : helps. No. We're trying to disambiguate between the bt cards (which emulate the aha-1542 command set, but have a better, native command set) and the real 1542 cards. The problem with your card is that we're tripping it up pretty badly. Peter Wemm also has a 1542CF that is being tripped up by this also. You might want to re-sup with a change I made earlier tonight. It will do a hard reset rather than a soft reset when the command fails. Or you can change tha second arg to ahareset in aha_cmd from FALSE to TRUE, rebuild and try again. The other option is to #if 0 out the code that issues the esetup querry near the end of aha_probe. Peter reports both of these working. I don't have a DC300B to test against, but do have the 1542B (and jumper settings thanks to many kind people) and will be testing against it later. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message