From owner-freebsd-hackers Thu Mar 21 22:28:43 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA18508 for hackers-outgoing; Thu, 21 Mar 1996 22:28:43 -0800 (PST) Received: from VX23.CC.MONASH.EDU.AU (vx23.cc.monash.edu.au [130.194.1.23]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id WAA18471 Thu, 21 Mar 1996 22:28:28 -0800 (PST) Received: from moa.cc.monash.edu.au (george@moa.cc.monash.edu.au) by vaxc.cc.monash.edu.au (PMDF V5.0-6 #16291) id <01I2NBBLYBLO9I5GGI@vaxc.cc.monash.edu.au>; Fri, 22 Mar 1996 17:27:52 +1100 Received: (george@localhost) by moa.cc.monash.edu.au (8.6.10/8.6.4) id QAA17304; Fri, 22 Mar 1996 16:27:50 +1000 Date: Fri, 22 Mar 1996 16:27:50 +1000 From: George Scott Subject: Re: Crash advice needed (long) APPENDIX A To: current@freebsd.org, hackers@freebsd.org Cc: uhclem@nemesis.lonestar.org Message-id: <199603220627.QAA17304@moa.cc.monash.edu.au> MIME-version: 1.0 Content-type: TEXT/PLAIN Content-transfer-encoding: 7BIT Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > sd0(aha0:0:0:) timed out: > adapter not taking commands.. frozen?! > Debugger("aha1542") called (this system has a 1540B) > AGAIN > aha0: MBO 02 and not 00 (free) > These last few lines repeat every ten seconds or so until I got > tired of looking at them and pressed RESET. > > (I have seen this MBO 02 and not 00 (free) message on a 1542C > controller at work when it is talking to a WangDat tape drive. > Sometimes this system also gets a "NO SENSE" message and > will claim the tape drive is not ready (it is ready) or busy (it isn't). > Solution on that system: turn everything off and back on and everyone > is happy. Unfortunately, cycling power does not improve things here.) I had this frequently under 2.1.0-RELEASE on a '486 with an AHA-1542CP (with the P stuff disabled). I had 5 drives on the external connector and 2 on the internal and noticed that the time outs stopped happening when I disconnected either the external or internal drives, so I figured bus length as the cause. It was over 20' so I shortened it as much as I could (to 16' if I remember) but the problems still occured. I ended up putting the internal drives on a spare AVA-1515 I had waiting for another project and haven't had one problem since. George.