From owner-freebsd-scsi Tue Jul 25 13: 0:24 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from guru.mired.org (zoom0-223.telepath.com [216.14.0.223]) by hub.freebsd.org (Postfix) with SMTP id F273637BA30 for ; Tue, 25 Jul 2000 13:00:18 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 2118 invoked by uid 100); 25 Jul 2000 19:59:59 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14717.61887.241374.229647@guru.mired.org> Date: Tue, 25 Jul 2000 14:59:59 -0500 (CDT) To: "Justin T. Gibbs" Cc: scsi@freebsd.org Subject: Re: (noperiph:ahc0:0:-1:-1) & forwarded message ... In-Reply-To: <200007251938.NAA48431@pluto.plutotech.com> References: <14717.58026.117126.568975@guru.mired.org> <200007251938.NAA48431@pluto.plutotech.com> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Justin T. Gibbs writes: > >Sure. This was done using the new ahc drivers. Given that most of the > >ahc boot message is about termination, here's all of it: > > > >ahc0: port 0xe800-0xe8ff mem 0xffaff0 > >00-0xffafffff irq 11 at device 14.0 on pci0 > >ahc0: Reading SEEPROM...done. > >ahc0: Manual LVD Termination > >ahc0: BIOS eeprom is present > >ahc0: Secondary High byte termination Enabled > >ahc0: Secondary Low byte termination Enabled > >ahc0: Primary Low Byte termination Enabled > >ahc0: Primary High Byte termination Enabled > >ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 32/255 SCBs > >ahc0: Downloading Sequencer Program... 430 instructions downloaded > > It seems that your manual LVD Termination is not correct given > the picture you drew in your earlier message. Don't you have > an external device on this thing? > > Also, your picture seemed to show that all devices live on the > same (LVD?) segment. It that true? There are two segments. All the drives live on one, and yes, that one is plugged into the LVD socket on the motherboard. The other end of that cable is plugged into an active terminator. The slower devices are on socket adapters to go from 68 to 50 pins. The second is on the 50 pin socket on the motherboard, and runs to an expansion socket (50pin HD), and then to an external scanner. > When the system hangs, if you are at the console, can you drop > into the debugger. You must have options DDB in your kernel > to try this. Are you just curious about whether or not I can, or is there something specific you'd like to know? If the former, the system is still responding to interrupts - it echos characters and answers to pings. Does that answer the question? Thanx,