From owner-freebsd-questions Sun Sep 21 20:14:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA05588 for questions-outgoing; Sun, 21 Sep 1997 20:14:21 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA05583 for ; Sun, 21 Sep 1997 20:14:16 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id MAA11006; Mon, 22 Sep 1997 12:43:59 +0930 (CST) Message-ID: <19970922124359.10054@lemis.com> Date: Mon, 22 Sep 1997 12:43:59 +0930 From: Greg Lehey To: dfinley@netgate.compaq.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installation problems References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: ; from dfinley@netgate.compaq.com on Sun, Sep 21, 1997 at 09:19:28PM -0600 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Sep 21, 1997 at 09:19:28PM -0600, dfinley@netgate.compaq.com wrote: > To whom it may concern: > > I am having trouble installing FreeBSD on my personal system. I have a > Pentium Pro 200 with three 2GB SCSI drives, a 2GB SCSI Archive Python DAT > drive, an NEC 4X SCSI cdrom drive, a Western Digital 1.2GB EIDE drive, and > a Conner 540MB IDE drive. My SCSI controller is an Adaptec 1522A ISA card. > Everytime I boot my machine with the bootdisk I get the following message > after BSD waits for SCSI devices to settle: > > Aic at line 2561:unexpected busfree phase > Debuger ("aic 6360") called > Panic:panic for historical reasons > > What the hell does this mean? The "historical reasons" turn out to be a little silly. In fact, it will panic unless you have the kernel debugger installed. In other words, it's a bit of remnant debug code. The real problem is deeper in the driver. I've forwarded your message to somebody who may be able to help. > I can't seem to get past it! I've tried > changing the SCSI ID's of all the SCSI devices, I've tried removing all of > the SCSI drives from the machine except for my external ZIP drive, cdrom, > and the DAT drive. Nothing works. > > I don't know what else to do except.........install Win95. OH PLEASE DON'T > MAKE ME DO THAT! PLEASE TELL ME WHAT MIGHT BE WRONG!!! Heeeeeeeeeeeeeeeelp > meeeeeeeeeeeeeeee!!!! Well, how about removing everything from the SCSI chain except the CD-ROM drive? Also, check the configuration of the controller. I don't know this one, but the 1542 has lots of jumpers that need setting. It's possible that one of these is harmless to Microsoft, but causes the FreeBSD driver to become confused. Greg