From owner-freebsd-scsi Sun Oct 22 11:13:10 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from angryfist.fasttrackmonkey.com (angryfist.fasttrackmonkey.com [216.223.217.166]) by hub.freebsd.org (Postfix) with ESMTP id 11C8F37B4D7 for ; Sun, 22 Oct 2000 11:13:09 -0700 (PDT) Received: by angryfist.fasttrackmonkey.com (Postfix, from userid 1001) id BABB44EEF; Sun, 22 Oct 2000 14:16:09 -0400 (EDT) Date: Sun, 22 Oct 2000 14:16:08 -0400 (EDT) From: spork@fasttrackmonkey.com To: freebsd-scsi@freebsd.org Subject: Mylex Raid Controllers Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello all, Just curious if anyone has any experience with the newer Mylex Accelaraid 170 and 352 models... We're about to place an order for a few more machines, and these offer much better bang-per-buck than the older models (both models offer the ultra-super-ultimate 160 scsi bus and a 100MHz processor). The only support for these seems to be via a patch posted in August to Mike Smith's site. I'm guessing there's no support in 4.1.1 for these, but maybe it slipped by the release notes. Is anyone using these under 4.1.1? If so, how comfortable are you with the driver, and is there a command-line app to check the status of the array? Any feedback is appreciated... Thanks, Charles To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Sun Oct 22 15:51: 9 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from web10302.mail.yahoo.com (web10302.mail.yahoo.com [216.136.130.80]) by hub.freebsd.org (Postfix) with SMTP id 1A8D037B4CF for ; Sun, 22 Oct 2000 15:51:08 -0700 (PDT) Message-ID: <20001022225104.11606.qmail@web10302.mail.yahoo.com> Received: from [128.165.7.8] by web10302.mail.yahoo.com; Mon, 23 Oct 2000 11:51:04 NZDT Date: Mon, 23 Oct 2000 11:51:04 +1300 (NZDT) From: =?iso-8859-1?q?Graham=20Guttocks?= Subject: help disabling write caching upon bootup To: freebsd-scsi@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On my 4.1.1-RELEASE system, I was having problems with the system locking up when my seagate scsi drives underwent heavy I/O. After searching through this list, I decided to try disabling write caching on the drives, and it worked like a charm. The command "camcontrol modepage -v -n da -u 0 -m 0x8 -e" brings me into an editor where I can edit the WCE variable and turn it off. However, each time I reboot the system, I have to repeat this. Is there an easy way to handle this automatically every time the system boots? Regards, Graham _____________________________________________________________________________ http://clubs.yahoo.com.au - Yahoo! Clubs - Join a club or build your own! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Sun Oct 22 16: 1:30 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 0365337B479 for ; Sun, 22 Oct 2000 16:01:22 -0700 (PDT) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id RAA81833; Sun, 22 Oct 2000 17:01:14 -0600 (MDT) (envelope-from ken) Date: Sun, 22 Oct 2000 17:01:14 -0600 From: "Kenneth D. Merry" To: Graham Guttocks Cc: freebsd-scsi@FreeBSD.ORG Subject: Re: help disabling write caching upon bootup Message-ID: <20001022170114.A81754@panzer.kdm.org> References: <20001022225104.11606.qmail@web10302.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20001022225104.11606.qmail@web10302.mail.yahoo.com>; from graham_guttocks@yahoo.co.nz on Mon, Oct 23, 2000 at 11:51:04AM +1300 Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Oct 23, 2000 at 11:51:04 +1300, Graham Guttocks wrote: > On my 4.1.1-RELEASE system, I was having problems with the system > locking up when my seagate scsi drives underwent heavy I/O. After > searching through this list, I decided to try disabling write caching > on the drives, and it worked like a charm. > > The command "camcontrol modepage -v -n da -u 0 -m 0x8 -e" brings me > into an editor where I can edit the WCE variable and turn it off. > > However, each time I reboot the system, I have to repeat this. Is > there > an easy way to handle this automatically every time the system boots? You probably need to add "-P 3" to the command line options above, to make sure you're editing the saved parameters and not just the current mode page parameters. If your drive doesn't like to save the parameter for some reason, you can automate it like this: echo "WCE: 0" | camcontrol modepage da0 -P 3 -m 8 -e The above (accepting parameters from standard input) is only possible in 4.1.1 and later releases. (Thanks to Kelly Yancey.) Even though disabling write caching fixes the problem, you may want to talk to Seagate about getting updated firmware for your drives. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Sun Oct 22 16:17:32 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from mail.rdc1.az.home.com (ha1.rdc1.az.home.com [24.1.240.66]) by hub.freebsd.org (Postfix) with ESMTP id 6B7C337B479 for ; Sun, 22 Oct 2000 16:17:26 -0700 (PDT) Received: from cx414341c ([24.177.148.196]) by mail.rdc1.az.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20001022231726.IWHY18271.mail.rdc1.az.home.com@cx414341c>; Sun, 22 Oct 2000 16:17:26 -0700 Message-ID: <001101c03c7e$a32e24b0$020a0a0a@cx414341c> From: "Kelsey Womack" To: "Graham Guttocks" , References: <20001022225104.11606.qmail@web10302.mail.yahoo.com> Subject: Re: help disabling write caching upon bootup Date: Sun, 22 Oct 2000 16:20:16 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Graham, What scsi controller card do you use? I had this problem with the Adaptec 29160, with Seagate 9 gig drives myself... please let me know. -Kels ----- Original Message ----- From: "Graham Guttocks" To: Sent: Sunday, October 22, 2000 3:51 PM Subject: help disabling write caching upon bootup > On my 4.1.1-RELEASE system, I was having problems with the system > locking up when my seagate scsi drives underwent heavy I/O. After > searching through this list, I decided to try disabling write caching > on the drives, and it worked like a charm. > > The command "camcontrol modepage -v -n da -u 0 -m 0x8 -e" brings me > into an editor where I can edit the WCE variable and turn it off. > > However, each time I reboot the system, I have to repeat this. Is > there > an easy way to handle this automatically every time the system boots? > > Regards, > Graham > > ____________________________________________________________________________ _ > http://clubs.yahoo.com.au - Yahoo! Clubs > - Join a club or build your own! > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-scsi" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Sun Oct 22 17:31:46 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from web10305.mail.yahoo.com (web10305.mail.yahoo.com [216.136.130.83]) by hub.freebsd.org (Postfix) with SMTP id 0390737B479 for ; Sun, 22 Oct 2000 17:31:45 -0700 (PDT) Message-ID: <20001023003144.70420.qmail@web10305.mail.yahoo.com> Received: from [128.165.7.8] by web10305.mail.yahoo.com; Mon, 23 Oct 2000 13:31:44 NZDT Date: Mon, 23 Oct 2000 13:31:44 +1300 (NZDT) From: =?iso-8859-1?q?Graham=20Guttocks?= Subject: Re: help disabling write caching upon bootup To: Kelsey Womack Cc: freebsd-scsi@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Kelsey Womack wrote: > What scsi controller card do you use? I had this problem with the > Adaptec 29160, with Seagate 9 gig drives myself... ahc0: And the problem drives... da1: Fixed Direct Access SCSI-3 device da1: 40.000MB/s transfers (20.000MHz, offset 31, 16bit), Tagged Queueing Enabled da1: 8761MB (17942584 512 byte sectors: 255H 63S/T 1116C) da2: Fixed Direct Access SCSI-3 device da2: 40.000MB/s transfers (20.000MHz, offset 31, 16bit), Tagged Queueing Enabled da2: 8761MB (17942584 512 byte sectors: 255H 63S/T 1116C) _____________________________________________________________________________ http://clubs.yahoo.com.au - Yahoo! Clubs - Join a club or build your own! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Sun Oct 22 17:54:57 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from web10304.mail.yahoo.com (web10304.mail.yahoo.com [216.136.130.82]) by hub.freebsd.org (Postfix) with SMTP id 2409F37B479 for ; Sun, 22 Oct 2000 17:54:56 -0700 (PDT) Message-ID: <20001023005456.72831.qmail@web10304.mail.yahoo.com> Received: from [128.165.7.8] by web10304.mail.yahoo.com; Mon, 23 Oct 2000 13:54:56 NZDT Date: Mon, 23 Oct 2000 13:54:56 +1300 (NZDT) From: =?iso-8859-1?q?Graham=20Guttocks?= Subject: Re: help disabling write caching upon bootup To: "Kenneth D. Merry" Cc: freebsd-scsi@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Kenneth D. Merry" wrote: > You probably need to add "-P 3" to the command line options above, to make > sure you're editing the saved parameters and not just the current mode page > parameters. Yes, that seemed to stick, thanks mate. > Even though disabling write caching fixes the problem, you may want to talk > to Seagate about getting updated firmware for your drives. This was my first course of action, but for the life of me I couldn't locate firmware updates for any SCSI disks on seagate's website. _____________________________________________________________________________ http://clubs.yahoo.com.au - Yahoo! Clubs - Join a club or build your own! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Sun Oct 22 18:11: 3 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id B72F037B479 for ; Sun, 22 Oct 2000 18:10:58 -0700 (PDT) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id TAA82651; Sun, 22 Oct 2000 19:10:45 -0600 (MDT) (envelope-from ken) Date: Sun, 22 Oct 2000 19:10:45 -0600 From: "Kenneth D. Merry" To: Graham Guttocks Cc: freebsd-scsi@FreeBSD.ORG Subject: Re: help disabling write caching upon bootup Message-ID: <20001022191045.A82631@panzer.kdm.org> References: <20001023005456.72831.qmail@web10304.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20001023005456.72831.qmail@web10304.mail.yahoo.com>; from graham_guttocks@yahoo.co.nz on Mon, Oct 23, 2000 at 01:54:56PM +1300 Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Oct 23, 2000 at 13:54:56 +1300, Graham Guttocks wrote: > "Kenneth D. Merry" wrote: > > > You probably need to add "-P 3" to the command line options above, to make > > sure you're editing the saved parameters and not just the current mode page > > parameters. > > Yes, that seemed to stick, thanks mate. > > > Even though disabling write caching fixes the problem, you may want to talk > > to Seagate about getting updated firmware for your drives. > > This was my first course of action, but for the life of me I couldn't > locate firmware updates for any SCSI disks on seagate's website. Seagate (and IBM, FWIW) don't distribute firmware on their websites. You have to talk to their tech support folks to get it. Quantum does distribute firmware online, though. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Sun Oct 22 20:49:17 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from web10306.mail.yahoo.com (web10306.mail.yahoo.com [216.136.130.84]) by hub.freebsd.org (Postfix) with SMTP id 1315B37B479 for ; Sun, 22 Oct 2000 20:49:16 -0700 (PDT) Message-ID: <20001023034915.74935.qmail@web10306.mail.yahoo.com> Received: from [128.165.7.8] by web10306.mail.yahoo.com; Mon, 23 Oct 2000 16:49:15 NZDT Date: Mon, 23 Oct 2000 16:49:15 +1300 (NZDT) From: =?iso-8859-1?q?Graham=20Guttocks?= Subject: Re: help disabling write caching upon bootup To: "Kenneth D. Merry" Cc: freebsd-scsi@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Kenneth D. Merry" wrote: > Seagate (and IBM, FWIW) don't distribute firmware on their websites. > You have to talk to their tech support folks to get it. Ok, that explains it. I think I'll pass for the time being then. > Quantum does distribute firmware online, though. Yes, but my Quantum drive doesn't seem to have any problems. :-) Cheers, Graham _____________________________________________________________________________ http://clubs.yahoo.com.au - Yahoo! Clubs - Join a club or build your own! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Mon Oct 23 6:12:13 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 9F8F037B479 for ; Mon, 23 Oct 2000 06:12:10 -0700 (PDT) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by david.siemens.de (8.11.0/8.11.0) with ESMTP id e9ND9wB29775; Mon, 23 Oct 2000 15:09:58 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail3.siemens.de (8.11.0/8.11.0) with ESMTP id e9ND9vA20509246; Mon, 23 Oct 2000 15:09:57 +0200 (MEST) Received: (from localhost) by curry.mchp.siemens.de (8.11.1/8.11.1) id e9ND9vg65534; Date: Mon, 23 Oct 2000 15:09:57 +0200 From: Andre Albsmeier To: Graham Guttocks Cc: Kelsey Womack , freebsd-scsi@FreeBSD.ORG Subject: Re: help disabling write caching upon bootup Message-ID: <20001023150957.B1595@curry.mchp.siemens.de> References: <20001023003144.70420.qmail@web10305.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001023003144.70420.qmail@web10305.mail.yahoo.com>; from graham_guttocks@yahoo.co.nz on Mon, Oct 23, 2000 at 01:31:44PM +1300 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 23-Oct-2000 at 13:31:44 +1300, Graham Guttocks wrote: > Kelsey Womack wrote: > > > What scsi controller card do you use? I had this problem with the > > Adaptec 29160, with Seagate 9 gig drives myself... > > ahc0: You might want to look into the adaptec bios. The newer versions have the possibility to control this for each drive. Maybe it is set to on there... -Andre > > And the problem drives... > > da1: Fixed Direct Access SCSI-3 device > da1: 40.000MB/s transfers (20.000MHz, offset 31, 16bit), Tagged Queueing > Enabled > da1: 8761MB (17942584 512 byte sectors: 255H 63S/T 1116C) > > da2: Fixed Direct Access SCSI-3 device > da2: 40.000MB/s transfers (20.000MHz, offset 31, 16bit), Tagged Queueing > Enabled > da2: 8761MB (17942584 512 byte sectors: 255H 63S/T 1116C) > > > _____________________________________________________________________________ > http://clubs.yahoo.com.au - Yahoo! Clubs > - Join a club or build your own! > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-scsi" in the body of the message -- HP-UGs: The Microsoft Windows(tm) of the Unix(tm) world. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Mon Oct 23 8:15:35 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from web10308.mail.yahoo.com (web10308.mail.yahoo.com [216.136.130.86]) by hub.freebsd.org (Postfix) with SMTP id 1C9BB37B4C5 for ; Mon, 23 Oct 2000 08:15:34 -0700 (PDT) Message-ID: <20001023151533.30295.qmail@web10308.mail.yahoo.com> Received: from [128.165.147.151] by web10308.mail.yahoo.com; Tue, 24 Oct 2000 04:15:33 NZDT Date: Tue, 24 Oct 2000 04:15:33 +1300 (NZDT) From: =?iso-8859-1?q?Graham=20Guttocks?= Subject: Re: help disabling write caching upon bootup To: Andre Albsmeier Cc: freebsd-scsi@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andre Albsmeier wrote: > You might want to look into the adaptec bios. The newer versions > have the possibility to control this for each drive. Maybe it > is set to on there... My adaptec bios didn't have such an option unfortunately. Graham _____________________________________________________________________________ http://clubs.yahoo.com.au - Yahoo! Clubs - Join a club or build your own! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Mon Oct 23 9:57:49 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 91D2837B4C5 for ; Mon, 23 Oct 2000 09:57:45 -0700 (PDT) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer goliath.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.0/8.11.0) with ESMTP id e9NGvel28482; Mon, 23 Oct 2000 18:57:40 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.11.0/8.11.0) with ESMTP id e9NGvd915601; Mon, 23 Oct 2000 18:57:39 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.11.1/8.11.1) id e9NGvdg66918; Date: Mon, 23 Oct 2000 18:57:38 +0200 From: Andre Albsmeier To: Graham Guttocks Cc: Andre Albsmeier , freebsd-scsi@FreeBSD.ORG Subject: Re: help disabling write caching upon bootup Message-ID: <20001023185738.B8357@curry.mchp.siemens.de> References: <20001023151533.30295.qmail@web10308.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001023151533.30295.qmail@web10308.mail.yahoo.com>; from graham_guttocks@yahoo.co.nz on Tue, Oct 24, 2000 at 04:15:33AM +1300 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 24-Oct-2000 at 04:15:33 +1300, Graham Guttocks wrote: > Andre Albsmeier wrote: > > > You might want to look into the adaptec bios. The newer versions > > have the possibility to control this for each drive. Maybe it > > is set to on there... > > My adaptec bios didn't have such an option unfortunately. But this is a separate controller, not an onboard controller, right? In the first case you can flash your bios to version 2.57.2 from adaptec and set the write cache explicitely to disabled there... -Andre > > Graham > > _____________________________________________________________________________ > http://clubs.yahoo.com.au - Yahoo! Clubs > - Join a club or build your own! -- Your mouse has moved. Windows NT must be restarted for the change to take effect! Reboot now? [OK] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Mon Oct 23 10:29:13 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from web10305.mail.yahoo.com (web10305.mail.yahoo.com [216.136.130.83]) by hub.freebsd.org (Postfix) with SMTP id 3706E37B4C5 for ; Mon, 23 Oct 2000 10:29:08 -0700 (PDT) Message-ID: <20001023172907.69094.qmail@web10305.mail.yahoo.com> Received: from [128.165.147.151] by web10305.mail.yahoo.com; Tue, 24 Oct 2000 06:29:07 NZDT Date: Tue, 24 Oct 2000 06:29:07 +1300 (NZDT) From: =?iso-8859-1?q?Graham=20Guttocks?= Subject: Re: help disabling write caching upon bootup To: Andre Albsmeier Cc: freebsd-scsi@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andre Albsmeier wrote: > But this is a separate controller, not an onboard controller, right? The PC has 2 motherboard embedded controllers, an Adaptec AIC-7890 (where my disks are attached), and a slower Adaptec AIC-7880. > In the first case you can flash your bios to version 2.57.2 from > adaptec and set the write cache explicitely to disabled there... In my case I guess I'm out of luck then, eh? Graham _____________________________________________________________________________ http://clubs.yahoo.com.au - Yahoo! Clubs - Join a club or build your own! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Mon Oct 23 10:43: 1 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 643CC37B479 for ; Mon, 23 Oct 2000 10:42:59 -0700 (PDT) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.11.0/8.11.0) with ESMTP id e9NHgtu26551; Mon, 23 Oct 2000 19:42:55 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.11.0/8.11.0) with ESMTP id e9NHgt923940; Mon, 23 Oct 2000 19:42:55 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.11.1/8.11.1) id e9NHgtg68406; Date: Mon, 23 Oct 2000 19:42:55 +0200 From: Andre Albsmeier To: Graham Guttocks Cc: Andre Albsmeier , freebsd-scsi@FreeBSD.ORG Subject: Re: help disabling write caching upon bootup Message-ID: <20001023194255.B8582@curry.mchp.siemens.de> References: <20001023172907.69094.qmail@web10305.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001023172907.69094.qmail@web10305.mail.yahoo.com>; from graham_guttocks@yahoo.co.nz on Tue, Oct 24, 2000 at 06:29:07AM +1300 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 24-Oct-2000 at 06:29:07 +1300, Graham Guttocks wrote: > Andre Albsmeier wrote: > > > But this is a separate controller, not an onboard controller, right? > > The PC has 2 motherboard embedded controllers, an Adaptec AIC-7890 > (where my disks are attached), and a slower Adaptec AIC-7880. > > > In the first case you can flash your bios to version 2.57.2 from > > adaptec and set the write cache explicitely to disabled there... > > In my case I guess I'm out of luck then, eh? I see. For my Asus P2B-LS the bios update included a SCSI bios version (2.20) that got the feature. Maybe you should look on the motherboards manufacturers website if they got something newer.. -Andre > > Graham > > _____________________________________________________________________________ > http://clubs.yahoo.com.au - Yahoo! Clubs > - Join a club or build your own! -- FreeBSD: We eat penguins for breakfast To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Mon Oct 23 11:58:16 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from web10302.mail.yahoo.com (web10302.mail.yahoo.com [216.136.130.80]) by hub.freebsd.org (Postfix) with SMTP id 8DA7537B4E5 for ; Mon, 23 Oct 2000 11:58:14 -0700 (PDT) Message-ID: <20001023185755.62084.qmail@web10302.mail.yahoo.com> Received: from [128.165.147.151] by web10302.mail.yahoo.com; Tue, 24 Oct 2000 07:57:55 NZDT Date: Tue, 24 Oct 2000 07:57:55 +1300 (NZDT) From: =?iso-8859-1?q?Graham=20Guttocks?= Subject: Re: help disabling write caching upon bootup To: Andre Albsmeier Cc: freebsd-scsi@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andre Albsmeier wrote: > I see. For my Asus P2B-LS the bios update included a SCSI bios version > (2.20) that got the feature. Maybe you should look on the motherboards > manufacturers website if they got something newer.. Before I look into that option, why is it preferred to disable the write caching through the SCSI bios rather than in FreeBSD? Regards, Graham _____________________________________________________________________________ http://clubs.yahoo.com.au - Yahoo! Clubs - Join a club or build your own! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Mon Oct 23 12:11:25 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 238F137B479 for ; Mon, 23 Oct 2000 12:11:23 -0700 (PDT) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by david.siemens.de (8.11.0/8.11.0) with ESMTP id e9NJBGu11236; Mon, 23 Oct 2000 21:11:16 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail2.siemens.de (8.11.0/8.11.0) with ESMTP id e9NJBGr26657; Mon, 23 Oct 2000 21:11:16 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.11.1/8.11.1) id e9NJBGg72483; Date: Mon, 23 Oct 2000 21:11:15 +0200 From: Andre Albsmeier To: Graham Guttocks Cc: Andre Albsmeier , freebsd-scsi@FreeBSD.ORG Subject: Re: help disabling write caching upon bootup Message-ID: <20001023211115.A8861@curry.mchp.siemens.de> References: <20001023185755.62084.qmail@web10302.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001023185755.62084.qmail@web10302.mail.yahoo.com>; from graham_guttocks@yahoo.co.nz on Tue, Oct 24, 2000 at 07:57:55AM +1300 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 24-Oct-2000 at 07:57:55 +1300, Graham Guttocks wrote: > Andre Albsmeier wrote: > > > I see. For my Asus P2B-LS the bios update included a SCSI bios version > > (2.20) that got the feature. Maybe you should look on the motherboards > > manufacturers website if they got something newer.. > > Before I look into that option, why is it preferred to disable the > write caching through the SCSI bios rather than in FreeBSD? Well, I thought you had problems doing it in a way the drive doesn't forget it. When the SCSI BIOS does it, it does it on every boot before FreeBSD is loaded. -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Mon Oct 23 12:16:33 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from web10307.mail.yahoo.com (web10307.mail.yahoo.com [216.136.130.85]) by hub.freebsd.org (Postfix) with SMTP id B997537B4C5 for ; Mon, 23 Oct 2000 12:16:31 -0700 (PDT) Message-ID: <20001023191631.12261.qmail@web10307.mail.yahoo.com> Received: from [128.165.147.151] by web10307.mail.yahoo.com; Tue, 24 Oct 2000 08:16:31 NZDT Date: Tue, 24 Oct 2000 08:16:31 +1300 (NZDT) From: =?iso-8859-1?q?Graham=20Guttocks?= Subject: Re: help disabling write caching upon bootup To: Andre Albsmeier Cc: freebsd-scsi@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andre Albsmeier wrote: > Well, I thought you had problems doing it in a way the drive > doesn't forget it. When the SCSI BIOS does it, it does it on > every boot before FreeBSD is loaded. Originally, yes. But Kenneth suggested I add "-P 3" to my camcontrol command, and that made the changes stick, even after a reboot. Graham _____________________________________________________________________________ http://clubs.yahoo.com.au - Yahoo! Clubs - Join a club or build your own! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Mon Oct 23 12:52:15 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 3E75637B479 for ; Mon, 23 Oct 2000 12:52:11 -0700 (PDT) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer goliath.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.0/8.11.0) with ESMTP id e9NJiHl20862; Mon, 23 Oct 2000 21:44:17 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.11.0/8.11.0) with ESMTP id e9NJiH914409; Mon, 23 Oct 2000 21:44:17 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.11.1/8.11.1) id e9NJiHg73531; Date: Mon, 23 Oct 2000 21:44:17 +0200 From: Andre Albsmeier To: Graham Guttocks Cc: Andre Albsmeier , freebsd-scsi@FreeBSD.ORG Subject: Re: help disabling write caching upon bootup Message-ID: <20001023214417.A9001@curry.mchp.siemens.de> References: <20001023191631.12261.qmail@web10307.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001023191631.12261.qmail@web10307.mail.yahoo.com>; from graham_guttocks@yahoo.co.nz on Tue, Oct 24, 2000 at 08:16:31AM +1300 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 24-Oct-2000 at 08:16:31 +1300, Graham Guttocks wrote: > Andre Albsmeier wrote: > > > Well, I thought you had problems doing it in a way the drive > > doesn't forget it. When the SCSI BIOS does it, it does it on > > every boot before FreeBSD is loaded. > > Originally, yes. But Kenneth suggested I add "-P 3" to my > camcontrol command, and that made the changes stick, even after > a reboot. Oh, well, then your problem is solved, I guess :-) -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Mon Oct 23 18: 2:55 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from cs4.cs.ait.ac.th (cs4.cs.ait.ac.th [192.41.170.15]) by hub.freebsd.org (Postfix) with ESMTP id D106437B479 for ; Mon, 23 Oct 2000 18:02:50 -0700 (PDT) Received: from banyan.cs.ait.ac.th (on@banyan.cs.ait.ac.th [192.41.170.5]) by cs4.cs.ait.ac.th (8.9.3/8.9.3) with ESMTP id IAA06537 for ; Tue, 24 Oct 2000 08:02:45 +0700 (GMT+0700) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.8.5/8.8.5) id IAA22066; Tue, 24 Oct 2000 08:02:44 +0700 (ICT) Date: Tue, 24 Oct 2000 08:02:44 +0700 (ICT) Message-Id: <200010240102.IAA22066@banyan.cs.ait.ac.th> X-Authentication-Warning: banyan.cs.ait.ac.th: on set sender to on@banyan.cs.ait.ac.th using -f From: Olivier Nicole To: freebsd-scsi@FreeBSD.ORG Subject: Recommended configuration Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I am looking for a recommendation for a mother board with onboard dual U160 controler, and 18GB hard disk. I know some of you have gone far testing so could you share your experience? Or is there any ressource I can check to find that out? Regards, Olivier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Tue Oct 24 2:57:54 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from postoffice.aims.com.au (advanc2.lnk.telstra.net [139.130.119.73]) by hub.freebsd.org (Postfix) with ESMTP id 8E42537B479 for ; Tue, 24 Oct 2000 02:57:49 -0700 (PDT) Received: from postoffice.aims.com.au (nts-ts1.aims.private [192.168.10.2]) by postoffice.aims.com.au with ESMTP id UAA21075 for ; Tue, 24 Oct 2000 20:57:46 +1100 (EST) (envelope-from chris@aims.com.au) Received: from ntsts1 by aims.com.au with SMTP (MDaemon.v3.1.1.R) for ; Tue, 24 Oct 2000 20:57:33 +1100 Reply-To: From: "Chris Knight" To: Subject: SCSI Errors... Date: Tue, 24 Oct 2000 20:57:32 +1100 Message-ID: <002401c03da0$d4868020$020aa8c0@aims.private> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-MDRcpt-To: freebsd-scsi@freebsd.org X-Return-Path: chris@aims.com.au X-MDaemon-Deliver-To: freebsd-scsi@freebsd.org Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Howdy, I've got an Infortrend IFT3102 with a 3-channel U2W daughterboard. One of the channels has decided to start running the following error: (da0:0:ahc0:0:0:0): parity error detected in Data-in phase. SEQADDR (0x168) SCSIRATE (0x93) I've got the channel clocked at 40MHz. Clocking the channel back to 33MHz or 20MHz appears to work OK (several hours tested only), but clocking it straight back to 40MHz results in the above error immediately after the "Waiting for SCSI devices to settle" message. Cable replacement and different ASUS P2B-S motherboards attached to the channel make no difference. Just to be sure, I popped the disk array from the other IFT3102 and restored the NVRAM settings from the array. Sure enough, the logical disk mapped to channel #3 failed with the above error message when clocked at 40MHz. All logical disks have FreeBSD 4.1 installed to them. I don't expect anyone to be able to fix this problem. My guess is there's a timing issue between the host controller and the channel controller - enough for the host controller to see the data across the SCSI bus as garbage. I'd be interested in hearing from people with lots of SCSI experience whether controllers "turning bad" is a common event or not. Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.aims.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Wed Oct 25 6:45: 9 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 399C637B4D7 for ; Wed, 25 Oct 2000 06:44:50 -0700 (PDT) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.0/8.11.0) id e9PDia430080; Wed, 25 Oct 2000 15:44:36 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200010251344.e9PDia430080@zibbi.icomtek.csir.co.za> Subject: Re: ahc still broken? In-Reply-To: <200010200736.e9K7aiQ58036@zibbi.mikom.csir.co.za> from John Hay at "Oct 20, 2000 09:36:44 am" To: jhay@icomtek.csir.co.za (John Hay) Date: Wed, 25 Oct 2000 15:44:36 +0200 (SAT) Cc: freebsd-scsi@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well here is an update on the problem. I left everything at -stable and just took sys/dev/aic7xxx back to 2000-09-15 and adjusted conf/files to cater for that, built a new kernel and my problems are gone. I have made 5 releases now and haven't had a single problem. John -- John Hay -- John.Hay@icomtek.csir.co.za > Hi, > > Is the ahc driver still broken in -stable? > > I have a Dell machine that have been building -stable snapshosts every > night for months without a problem (using a kernel and user level of > April 14). Two days ago we had a prower failure and I thought it might > be a good time to upgrade the machine to the latest -stable, but now > it gives scsi errors and panic when building the -stable snapshots. > Previously I haven't seen a single scsi error and the machine had been > up for months at a time. > > Here is the console output of the boot, scsi errors and panic I have > captured through the serial port. > > John > -- > John Hay -- John.Hay@icomtek.csir.co.za > > Console: serial port > BIOS drive A: is disk0 > BIOS drive C: is disk1 > BIOS 640kB/130040kB available memory > > FreeBSD/i386 bootstrap loader, Revision 0.8 > (jhay@dolphin.mikom.csir.co.za, Wed Oct 18 13:30:42 SAST 2000) > Loading /boot/defaults/loader.conf > /kernel text=0x1824a1 data=0x427e0+0x1bc18 syms=[0x4+0x29420+0x4+0x2d924] > > Hit [Enter] to boot immediately, or any other key for command prompt. > Copyright (c) 1992-2000 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD 4.1.1-STABLE #0: Wed Oct 18 14:15:22 SAST 2000 > jhay@dolphin.mikom.csir.co.za:/usr/src/sys/compile/DOLPHIN > Timecounter "i8254" frequency 1193146 Hz > Timecounter "TSC" frequency 348916883 Hz > CPU: Pentium II/Pentium II Xeon/Celeron (348.92-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x652 Stepping = 2 > Features=0x183f9ff > real memory = 134209536 (131064K bytes) > avail memory = 127447040 (124460K bytes) > Preloaded elf kernel "kernel" at 0xc033a000. > Pentium Pro MTRR support enabled > npx0: on motherboard > npx0: INT 16 interface > pcib0: on motherboard > pci0: on pcib0 > pcib1: at device 1.0 on pci0 > pci1: on pcib1 > pci1: at 0.0 irq 11 > isab0: at device 7.0 on pci0 > isa0: on isab0 > atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 > ata1: at 0x170 irq 15 on atapci0 > pci0: at 7.2 irq 11 > intpm0: port 0x850-0x85f irq 9 at device 7.3 on pci0 > intpm0: I/O mapped 850 > intpm0: intr IRQ 9 enabled revision 0 > smbus0: on intsmb0 > smb0: on smbus0 > intpm0: PM I/O mapped 800 > pcib2: at device 15.0 on pci0 > pci2: on pcib2 > ahc0: port 0xdc00-0xdcff mem 0xfafff000-0xfaffffff irq 11 at device 10.0 on pci2 > aic7895: Wide Channel A, SCSI Id=7, 32/255 SCBs > ahc1: port 0xd800-0xd8ff mem 0xfaffe000-0xfaffefff irq 11 at device 10.1 on pci2 > aic7895: Single Channel B, SCSI Id=7, 32/255 SCBs > xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xcc00-0xcc7f mem 0xff000000-0xff00007f irq 11 at device 17.0 on pci0 > xl0: Ethernet address: 00:c0:4f:71:b3:ab > miibus0: on xl0 > xlphy0: <3Com internal media interface> on miibus0 > xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 > fdc0: FIFO enabled, 8 bytes threshold > fd0: <1440-KB 3.5" drive> on fdc0 drive 0 > atkbdc0: at port 0x60,0x64 on isa0 > atkbd0: flags 0x1 irq 1 on atkbdc0 > kbd0 at atkbd0 > psm0: irq 12 on atkbdc0 > psm0: model Generic PS/2 mouse, device ID 0 > vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 > sc0: at flags 0x100 on isa0 > sc0: VGA <16 virtual consoles, flags=0x100> > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > sio0: type 16550A, console > sio1 at port 0x2f8-0x2ff irq 3 on isa0 > sio1: type 16550A > ppc0: at port 0x378-0x37f irq 7 on isa0 > ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode > ppc0: FIFO with 16/16/8 bytes threshold > lpt0: on ppbus0 > lpt0: Interrupt-driven port > ppi0: on ppbus0 > plip0: on ppbus0 > pcm0: at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on isa0 > acd0: CDROM at ata1-master using WDMA2 > Waiting 2 seconds for SCSI devices to settle > Mounting root from ufs:/dev/da0s1a > da0 at ahc0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-2 device > da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled > da0: 8709MB (17836668 512 byte sectors: 255H 63S/T 1110C) > WARNING: / was not properly dismounted > swapon: adding /dev/da0s1b as swap device > Automatic boot in progress... > /dev/da0s1a: 1443 files, 38661 used, 60522 free (522 frags, 7500 blocks, 0.5% fragmentation) > /dev/da0s1f: 101065 files, 1289928 used, 742695 free (41839 frags, 87607 blocks, 2.1% fragmentation) > /dev/da0s1g: UNREF FILE I=79410 OWNER=root MODE=100555 > /dev/da0s1g: SIZE=445920 MTIME=Oct 19 06:10 2000 (CLEARED) > /dev/da0s1g: UNREF FILE I=517315 OWNER=root MODE=100644 > /dev/da0s1g: SIZE=9311 MTIME=Oct 19 10:02 2000 (CLEARED) > /dev/da0s1g: FREE BLK COUNT(S) WRONG IN SUPERBLK (SALVAGED) > /dev/da0s1g: SUMMARY INFORMATION BAD (SALVAGED) > /dev/da0s1g: BLK(S) MISSING IN BIT MAPS (SALVAGED) > /dev/da0s1g: 103481 files, 1421325 used, 1627617 free (26329 frags, 200161 blocks, 0.9% fragmentation) > /dev/da0s1h: 142048 files, 1809221 used, 1057687 free (5335 frags, 131544 blocks, 0.2% fragmentation) > /dev/da0s1e: 900 files, 29997 used, 69186 free (1282 frags, 8488 blocks, 1.3% fragmentation) > Doing initial network setup: hostname. > xl0: flags=8843 mtu 1500 > inet 146.64.28.14 netmask 0xffffff00 broadcast 146.64.28.255 > inet6 fe80::2c0:4fff:fe71:b3ab%xl0 prefixlen 64 tentative scopeid 0x1 > ether 00:c0:4f:71:b3:ab > media: autoselect (100baseTX ) status: active > supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 100baseTX > lo0: flags=8049 mtu 16384 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x9 > inet6 ::1 prefixlen 128 > inet 127.0.0.1 netmask 0xff000000 > add net default: gateway 146.64.28.30 > Additional routing options: tcp extensions=NO TCP keepalive=YES. > routing daemons:. > Doing IPv6 network setup:add net ::ffff:0.0.0.0: gateway ::1 > add net ::0.0.0.0: gateway ::1 > net.inet6.ip6.forwarding: 0 -> 0 > net.inet6.ip6.accept_rtadv: 0 -> 1 > add net fe80::: gateway fe80::2c0:4fff:fe71:b3ab%xl0 > add net ff02::: gateway fe80::2c0:4fff:fe71:b3ab%xl0 > IPv4 mapped IPv6 address support=YES. > clearing /tmp > additional daemons: syslogd. > checking for core dump...savecore: no core dump > Doing additional network setup: ntpd. > Starting final network daemons:. > setting ELF ldconfig path: /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib > setting a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout /usr/X11R6/lib/aout > starting standard daemons: cron printer sendmail sshd. > Initial rc.i386 initialization:. > rc.i386 configuring syscons: blank_time moused. > additional ABI support: linux. > starting local daemons:starting local daemons:. > . > Local package initialization:. > Additional TCP options:. > Thu Oct 19 10:20:05 SAST 2000 > Oct 19 10:58:31 dolphin /kernel: /mnt: optimization changed from SPACE to TIME > Oct 19 10:59:40 dolphin /kernel: /mnt: optimization changed from SPACE to TIME > Oct 19 11:00:39 dolphin /kernel: /mnt: optimization changed from SPACE to TIME > Oct 19 11:01:46 dolphin /kernel: /mnt: optimization changed from SPACE to TIME > Oct 19 15:20:41 dolphin /kernel: /mnt: optimization changed from SPACE to TIME > Oct 19 15:28:08 dolphin /kernel: /mnt: optimization changed from SPACE to TIME > Oct 19 15:29:24 dolphin last message repeated 2 times > > (da0:ahc0:0:0:0): data overrun detected in Data-out phase. Tag == 0x32. > (da0:ahc0:0:0:0): Have seen Data Phase. Length = 65536. NumSGs = 16. > sg[0] - Addr 0x328e000 : Length 4096 > sg[1] - Addr 0x440f000 : Length 4096 > sg[2] - Addr 0x2f70000 : Length 4096 > sg[3] - Addr 0xd91000 : Length 4096 > sg[4] - Addr 0x3872000 : Length 4096 > sg[5] - Addr 0x9f3000 : Length 4096 > sg[6] - Addr 0x4394000 : Length 4096 > sg[7] - Addr 0x3b55000 : Length 4096 > sg[8] - Addr 0xcb6000 : Length 4096 > sg[9] - Addr 0x33b7000 : Length 4096 > sg[10] - Addr 0x40f8000 : Length 4096 > sg[11] - Addr 0x2879000 : Length 4096 > sg[12] - Addr 0x6d3a000 : Length 4096 > sg[13] - Addr 0x56db000 : Length 4096 > sg[14] - Addr 0x3d7c000 : Length 4096 > sg[15] - Addr 0x735d000 : Length 4096 > (da0:ahc0:0:0:0): data overrun detected in Data-out phase. Tag == 0x32. > (da0:ahc0:0:0:0): Have seen Data Phase. Length = 65536. NumSGs = 16. > sg[0] - Addr 0x328e000 : Length 4096 > sg[1] - Addr 0x440f000 : Length 4096 > sg[2] - Addr 0x2f70000 : Length 4096 > sg[3] - Addr 0xd91000 : Length 4096 > sg[4] - Addr 0x3872000 : Length 4096 > sg[5] - Addr 0x9f3000 : Length 4096 > sg[6] - Addr 0x4394000 : Length 4096 > sg[7] - Addr 0x3b55000 : Length 4096 > sg[8] - Addr 0xcb6000 : Length 4096 > sg[9] - Addr 0x33b7000 : Length 4096 > sg[10] - Addr 0x40f8000 : Length 4096 > sg[11] - Addr 0x2879000 : Length 4096 > sg[12] - Addr 0x6d3a000 : Length 4096 > sg[13] - Addr 0x56db000 : Length 4096 > sg[14] - Addr 0x3d7c000 : Length 4096 > sg[15] - Addr 0x735d000 : Length 4096 > (da0:ahc0:0:0:0): data overrun detected in Data-out phase. Tag == 0x4. > (da0:ahc0:0:0:0): Have seen Data Phase. Length = 65536. NumSGs = 16. > sg[0] - Addr 0x12fe000 : Length 4096 > sg[1] - Addr 0x61bf000 : Length 4096 > sg[2] - Addr 0x6a80000 : Length 4096 > sg[3] - Addr 0x67a1000 : Length 4096 > sg[4] - Addr 0x2f22000 : Length 4096 > sg[5] - Addr 0x6e63000 : Length 4096 > sg[6] - Addr 0x3d04000 : Length 4096 > sg[7] - Addr 0x40c5000 : Length 4096 > sg[8] - Addr 0x45c6000 : Length 4096 > sg[9] - Addr 0x61a7000 : Length 4096 > sg[10] - Addr 0x7b48000 : Length 4096 > sg[11] - Addr 0x1009000 : Length 4096 > sg[12] - Addr 0x44ea000 : Length 4096 > sg[13] - Addr 0x49eb000 : Length 4096 > sg[14] - Addr 0x16cc000 : Length 4096 > sg[15] - Addr 0xded000 : Length 4096 > (da0:ahc0:0:0:0): data overrun detected in Data-out phase. Tag == 0x30. > (da0:ahc0:0:0:0): Have seen Data Phase. Length = 65536. NumSGs = 16. > sg[0] - Addr 0x352e000 : Length 4096 > sg[1] - Addr 0x1aef000 : Length 4096 > sg[2] - Addr 0x3930000 : Length 4096 > sg[3] - Addr 0x3ff1000 : Length 4096 > sg[4] - Addr 0x71b2000 : Length 4096 > sg[5] - Addr 0x63b3000 : Length 4096 > sg[6] - Addr 0x2b14000 : Length 4096 > sg[7] - Addr 0x56b5000 : Length 4096 > sg[8] - Addr 0x77f6000 : Length 4096 > sg[9] - Addr 0x69f7000 : Length 4096 > sg[10] - Addr 0x6538000 : Length 4096 > sg[11] - Addr 0x54d9000 : Length 4096 > sg[12] - Addr 0x4c5a000 : Length 4096 > sg[13] - Addr 0x141b000 : Length 4096 > sg[14] - Addr 0x765c000 : Length 4096 > sg[15] - Addr 0x4f1d000 : Length 4096 > (da0:ahc0:0:0:0): data overrun detected in Data-out phase. Tag == 0x3a. > (da0:ahc0:0:0:0): Have seen Data Phase. Length = 65536. NumSGs = 16. > sg[0] - Addr 0x793e000 : Length 4096 > sg[1] - Addr 0x1c3f000 : Length 4096 > sg[2] - Addr 0xc40000 : Length 4096 > sg[3] - Addr 0x2c61000 : Length 4096 > sg[4] - Addr 0x7662000 : Length 4096 > sg[5] - Addr 0x4163000 : Length 4096 > sg[6] - Addr 0x78c4000 : Length 4096 > sg[7] - Addr 0x1685000 : Length 4096 > sg[8] - Addr 0x4906000 : Length 4096 > sg[9] - Addr 0x2927000 : Length 4096 > sg[10] - Addr 0x14c8000 : Length 4096 > sg[11] - Addr 0x6e69000 : Length 4096 > sg[12] - Addr 0x788a000 : Length 4096 > sg[13] - Addr 0x1f6b000 : Length 4096 > sg[14] - Addr 0x6fcc000 : Length 4096 > sg[15] - Addr 0x366d000 : Length 4096 > SCB 0x27 - timed out in Message-in phase, SEQADDR == 0x15b > sg[0] - Addr 0x322e000 : Length 4096 > sg[1] - Addr 0x730f000 : Length 4096 > sg[2] - Addr 0x35d0000 : Length 4096 > sg[3] - Addr 0x6b71000 : Length 4096 > sg[4] - Addr 0x5432000 : Length 4096 > sg[5] - Addr 0x4453000 : Length 4096 > sg[6] - Addr 0x3db4000 : Length 4096 > sg[7] - Addr 0x6615000 : Length 4096 > sg[8] - Addr 0x4556000 : Length 4096 > sg[9] - Addr 0x5c77000 : Length 4096 > sg[10] - Addr 0x98000 : Length 4096 > sg[11] - Addr 0x2099000 : Length 4096 > sg[12] - Addr 0x45da000 : Length 4096 > sg[13] - Addr 0x263b000 : Length 4096 > sg[14] - Addr 0x205c000 : Length 4096 > sg[15] - Addr 0x52bd000 : Length 4096 > (da0:ahc0:0:0:0): BDR message in message buffer > SCB 0x30 - timed out in Message-in phase, SEQADDR == 0x159 > sg[0] - Addr 0x4d6b000 : Length 3072 > panic: Disconnected List inconsistency. SCB index == 255, yet numscbs == 100. > > syncing disks... > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x30 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc01e4500 > stack pointer = 0x10:0xc0285224 > frame pointer = 0x10:0xc0285228 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = Idle > interrupt mask = bio cam > trap number = 12 > panic: page fault > Uptime: 19h12m3s > (da0:ahc0:0:0:0): Synchronize cache failed, status == 0xb, scsi status == 0x0 > > dumping to dev #da/0x20001, offset 761872 > dump Aborting dump due to I/O error. > status == 0xb, scsi status == 0x0 > failed, reason: i/o error > Automatic reboot in 15 seconds - press a key on the console to abort > Rebooting... > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Wed Oct 25 7:19:29 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from nbrmr1003.tp.ac.com (nbrmr1003.tp.ac.com [204.167.146.35]) by hub.freebsd.org (Postfix) with ESMTP id 9181C37B4C5 for ; Wed, 25 Oct 2000 07:19:27 -0700 (PDT) Received: from cifnet.com (naalab76116.tp.ac.com [10.10.76.116]) by nbrmr1003.tp.ac.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id JAA17347 for ; Wed, 25 Oct 2000 09:14:35 -0500 (CDT) Message-ID: <39F6EB88.646614AB@cifnet.com> Date: Wed, 25 Oct 2000 09:17:44 -0500 From: scottmm X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: FREEBSD-SCSI@FREEBSD.ORG Subject: ahc0: ahc_intr - referenced scb ... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello All I have been using FBSD 3.4 for the last few months, and have recently run into a backup problem that I cannot figure out. I am using v 3.4 with a newly rebuilt kernel. My MB is a Tiger-133 with x2 p3 500's. The SCSI controller is an Adaptec 2940U/UW. The devices I have on this SCSI device are: SCSI ID 3: HP 12/24GB SCSI ID 4: Plextor 12/2/20 CDRW The command I am using is "tar cvf /dev/nrsa0 /mediia." This is the problem I am having. The tape starts up and after about 5-7 min I recive the error: "ahc0: ahc_intr - referenced scb not valid during SELTO scb(0, 0)" in my newbieness and with an MS background. I have done the following. I first wanted to see if the card was bad, and replaced it with an older 2940U. FBSD generated the same error. Then I thought it might be the Tape unit. I tried a different tape backup (DLT4000) on an external SCSI cable, with a physical terminator. I used the same command ("tar cvf /dev/nrsa0 /mediia."), but after a minute the error came back. The SCSI Card is set to self terminate. Transfer rate has been set from 20 - 40 MB from the type of information I have gathered from the man pages on ahc. I semi-know what the SCB does, but I don't know how to adjust them. Somewhere I read that the scb 16/255 is set. Again I don't know where. I don't know if I should attempt to replace the CAM device driver (again my MS background taking hold) Could anyone point me to some information on how I can resolve this. "No matter how noble the cause or how valiant the knight, Some days, the dragon wins." I don't know who wrote this, but this dragon is definetly kicking my ass. If you read this far, thank you for your time Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Wed Oct 25 20:56:54 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from cs4.cs.ait.ac.th (cs4.cs.ait.ac.th [192.41.170.15]) by hub.freebsd.org (Postfix) with ESMTP id 3E6EC37B479 for ; Wed, 25 Oct 2000 20:56:50 -0700 (PDT) Received: from banyan.cs.ait.ac.th (on@banyan.cs.ait.ac.th [192.41.170.5]) by cs4.cs.ait.ac.th (8.9.3/8.9.3) with ESMTP id KAA24001 for ; Thu, 26 Oct 2000 10:56:40 +0700 (GMT+0700) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.8.5/8.8.5) id KAA26305; Thu, 26 Oct 2000 10:56:38 +0700 (ICT) Date: Thu, 26 Oct 2000 10:56:38 +0700 (ICT) Message-Id: <200010260356.KAA26305@banyan.cs.ait.ac.th> X-Authentication-Warning: banyan.cs.ait.ac.th: on set sender to on@banyan.cs.ait.ac.th using -f From: Olivier Nicole To: freebsd-scsi@FreeBSD.ORG Subject: Intel Server board STL2 Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, Any advice on using Intel Server Board STL2, with Seagate U160 hard disk? Does the combination works well? Thank you, Olivier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Thu Oct 26 1:48:27 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from postoffice.aims.com.au (advanc2.lnk.telstra.net [139.130.119.73]) by hub.freebsd.org (Postfix) with ESMTP id 2E90737B479 for ; Thu, 26 Oct 2000 01:48:22 -0700 (PDT) Received: from postoffice.aims.com.au (nts-ts1.aims.private [192.168.10.2]) by postoffice.aims.com.au with ESMTP id TAA01101 for ; Thu, 26 Oct 2000 19:48:20 +1100 (EST) (envelope-from chris@aims.com.au) Received: from ntsts1 by aims.com.au with SMTP (MDaemon.v3.5.0.R) for ; Thu, 26 Oct 2000 19:48:22 +1100 Reply-To: From: "Chris Knight" To: Subject: RE: SCSI Errors... Date: Thu, 26 Oct 2000 19:48:20 +1100 Message-ID: <004001c03f29$7ed967c0$020aa8c0@aims.private> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <002401c03da0$d4868020$020aa8c0@aims.private> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Return-Path: chris@aims.com.au X-MDaemon-Deliver-To: freebsd-scsi@freebsd.org Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Howdy, As a courtesy to other FreeBSD users who may experience this error message, my problem was due to the onboard termination failing at 40MHz. Disabling termination for the channel and using a twisted-pair ribbon cable with an LVD terminator fixed my problem. Also a lot cheaper than replacing the controller... Thanks to David Greenman for an accurate diagnosis. Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.aims.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Thu Oct 26 5:48:54 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from neo.confluentasp.local (unknown [208.51.20.71]) by hub.freebsd.org (Postfix) with ESMTP id 8E2F637B4C5 for ; Thu, 26 Oct 2000 05:48:38 -0700 (PDT) Received: by neo.confluentasp.local with Internet Mail Service (5.5.2650.21) id <45F95THA>; Thu, 26 Oct 2000 08:51:34 -0400 Message-ID: <9D7F0DF3FB16D41184010050DA90E0001700A9@neo.confluentasp.local> From: Mike Jung To: "'freebsd-scsi@freebsd.org'" Subject: FW: Date: Thu, 26 Oct 2000 08:51:34 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We are having problems with FreeBSD 4.1.1-RELEASE on a machine dedicated to INN 2.3.0. It has been running solid until two nights ago when it started spewing the message - swap_pager: idefinite wait buffer: device: #mlxd/0x30001, blkno: xx size: 4096 When this happens the only recourse is to reload as the console is unresponsive. Can anyone help me with this? - I'm not subscribed to the list Thanks --mikej Michael Jung mikej@confluentasp.com Here is DMESG and the kernel config file - Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.1.1-RELEASE #0: Wed Oct 4 14:55:09 EDT 2000 mikej@news.confluentasp.com:/usr/src/sys/compile/news Calibrating clock(s) ... TSC clock: 551328064 Hz, i8254 clock: 1193350 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz CLK_USE_TSC_CALIBRATION not specified - using old calibration method CPU: Pentium III/Pentium III Xeon/Celeron (551.25-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x681 Stepping = 1 Features=0x383fbff real memory = 536870912 (524288K bytes) Physical memory chunk(s): 0x00001000 - 0x0009efff, 647168 bytes (158 pages) 0x0048a000 - 0x1fff7fff, 532078592 bytes (129902 pages) avail memory = 517844992 (505708K bytes) bios32: Found BIOS32 Service Directory header at 0xc00fdb50 bios32: Entry = 0xfdb60 (c00fdb60) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xdb81 pnpbios: Found PnP BIOS data at 0xc00f7280 pnpbios: Entry = f0000:6bd4 Rev = 1.0 Other BIOS signatures found: ACPI: 00000000 Preloaded elf kernel "kernel" at 0xc0471000. Pentium Pro MTRR support enabled md0: Malloc disk Creating DISK md0 pci_open(1): mode 1 addr port (0x0cf8) is 0x8000005c pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) npx0: on motherboard npx0: INT 16 interface pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) pcib0: on motherboard found-> vendor=0x8086, dev=0x7190, revid=0x03 class=06-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[10]: type 1, range 32, base f8000000, size 26 found-> vendor=0x8086, dev=0x7191, revid=0x03 class=06-04-00, hdrtype=0x01, mfdev=0 subordinatebus=1 secondarybus=1 found-> vendor=0x8086, dev=0x7110, revid=0x02 class=06-01-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x8086, dev=0x7111, revid=0x01 class=01-01-80, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[20]: type 1, range 32, base 0000ffa0, size 4 found-> vendor=0x8086, dev=0x7112, revid=0x01 class=0c-03-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=d, irq=255 map[20]: type 1, range 32, base 0000ef80, size 5 found-> vendor=0x8086, dev=0x7113, revid=0x02 class=06-80-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[90]: type 1, range 32, base 00000440, size 4 found-> vendor=0x10b7, dev=0x9055, revid=0x64 class=02-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=9 map[10]: type 1, range 32, base 0000ec00, size 7 map[14]: type 1, range 32, base ffadff80, size 7 found-> vendor=0x1013, dev=0x00b8, revid=0x00 class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base fd000000, size 24 found-> vendor=0x8086, dev=0x0960, revid=0x03 class=06-04-00, hdrtype=0x01, mfdev=1 subordinatebus=2 secondarybus=2 found-> vendor=0x1069, dev=0x0010, revid=0x03 class=01-04-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 intpin=a, irq=10 map[10]: type 1, range 32, base febfe000, size 13 pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xffa0 ata0: mask=03 status0=00 status1=00 ata0: mask=03 status0=00 status1=00 ata0: devices = 0x0 ata0: at 0x1f0 irq 14 on atapci0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xffa8 ata1: mask=03 status0=00 status1=00 ata1: mask=03 status0=00 status1=00 ata1: devices = 0x0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xef80-0xef9f at device 7.2 on pci0 uhci0: Invalid irq 255 uhci0: Please switch on USB support and switch PNP-OS to 'No' in BIOS device_probe_and_attach: uhci0 attach returned 6 chip1: port 0x440-0x44f at device 7.3 on pci0 xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xec00-0xec7f mem 0xffadff80-0xffadffff irq 9 at device 15.0 on pci0 xl0: Ethernet address: 00:50:da:05:b3:1d xl0: media options word: a xl0: found MII/AUTO miibus0: on xl0 ukphy0: on miibus0 ukphy0: OUI 0x001018, model 0x0012, rev. 0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto bpf: xl0 attached pci0: (vendor=0x1013, dev=0x00b8) at 16.0 irq 11 pcib2: at device 18.0 on pci0 pci2: on pcib2 mlx0: mem 0xfebfe000-0xfebfffff irq 10 at device 18.1 on pci0 mlx0: DAC960PRL, 1 channel, firmware 4.07-0-29, 4MB RAM mlx0: Hardware ID 0x03020115 mlx0: Firmware ID 0x301d0704 mlx0: Configured/Actual channels 1/1 mlx0: Max Targets 16 mlx0: Max Tags 252 mlx0: Max System Drives 32 mlx0: Max Arms 8 mlx0: Max Spans 4 mlx0: DRAM/cache/flash/NVRAM size 4194304/2646016/524288/32768 mlx0: DRAM type 9 mlx0: Clock Speed 40ns mlx0: Hardware Speed 360ns mlx0: Max Commands 124 mlx0: Max SG Entries 33 mlx0: Max DP 504 mlx0: Max IOD 1024 mlx0: Max Comb 256 mlx0: Latency 12s mlx0: SCSI Timeout 6s mlx0: Min Free Lines 72 mlx0: Rate Constant 50 mlx0: MAXBLK 128 mlx0: Blocking Factor 1 sectors mlx0: Cache Line Size 16 blocks mlx0: SCSI Capability 40MHz, 16 bit mlx0: Firmware Build Number 0 mlx0: Fault Management Type 4 mlx0: Features 0 mlxd0: on mlx0 mlxd0: 17501MB (35842048 sectors) RAID 7 (online) Creating DISK mlxd0 mlxd1: on mlx0 mlxd1: 35002MB (71684096 sectors) RAID 0 (online) Creating DISK mlxd1 ata-: ata0 exists, using next available unit number ata-: ata1 exists, using next available unit number Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ata2 failed to probe at port 0x1f0 irq 14 on isa0 ata3 failed to probe at port 0x170 irq 15 on isa0 adv0 failed to probe at port 0x330 on isa0 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed at 0x330 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed at 0x334 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed at 0x230 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed at 0x234 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed at 0x130 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed at 0x134 bt0 failed to probe at port 0x134-0x137 on isa0 aha0: status reg test failed ff aha0: status reg test failed ff aha0: status reg test failed ff aha0: status reg test failed ff aha0: status reg test failed ff aha0: status reg test failed ff aha0 failed to probe at port 0x134-0x137 on isa0 aic0 failed to probe at port 0x140-0x15f on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbdc: RESET_KBD return code:00fa kbdc: RESET_KBD status:00aa kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000 psm0: current command byte:0065 kbdc: TEST_AUX_PORT status:0000 kbdc: RESET_AUX return code:00fe kbdc: RESET_AUX return code:00fe kbdc: RESET_AUX return code:00fe kbdc: DIAGNOSE status:0055 kbdc: TEST_KBD_PORT status:0000 psm0: failed to reset the aux device. vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0: vga0, vga, type:VGA (5), flags:0x7007f fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 07 80 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) pcic0 failed to probe at port 0x3e0 iomem 0xd0000 irq 10 on isa0 pcic1: not probed (disabled) sio0: irq maps: 0x41 0x51 0x41 0x41 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: irq maps: 0x41 0x49 0x41 0x41 sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A sio2: not probed (disabled) sio3: not probed (disabled) ppc0: parallel port found at 0x378 ppc0: using extended I/O port range ppc0: SPP ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 plip0: on ppbus0 bpf: lp0 attached ed0 failed to probe at port 0x280-0x29f iomem 0xd8000 irq 10 on isa0 fe0 failed to probe at port 0x300-0x31f on isa0 ie0 failed to probe at port 0x300 iomem 0xd0000 irq 10 on isa0 le0 failed to probe at port 0x300 iomem 0xd0000 irq 5 on isa0 lnc0 failed to probe at port 0x280 irq 10 drq 0 on isa0 cs0 failed to probe at port 0x300 on isa0 sn0 failed to probe at port 0x300 irq 10 on isa0 isa_probe_children: probing PnP devices BIOS Geometries: 0:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors 1:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors 0 accounted for Device configuration finished. bpf: lo0 attached bpf: ppp0 attached new masks: bio 68c440, tty 63009a, net 67029a DUMMYNET initialized (000608) bpf: sl0 attached IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging limited to 100 packets/entry by default bpf: faith0 attached bpf: gif0 attached bpf: gif1 attached bpf: gif2 attached bpf: gif3 attached IPsec: Initialized Security Association Processing. IPv6 packet filtering initialized, default to accept, logging limited to 100 packets/entry IP Filter: v3.4.8 initialized. Default = pass all, Logging = enabled no devsw (majdev=0 bootdev=0xa0200000) Mounting root from ufs:/dev/mlxd0s1a mlxd0s1: type 0xa5, start 32, end = 4095999, size 4095968 : OK mlxd0s2: type 0xa5, start 4096000, end = 6143999, size 2048000 : OK mlxd0s3: type 0xa5, start 6144000, end = 10239999, size 4096000 : OK mlxd0s4: type 0xa5, start 10240000, end = 35839999, size 25600000 : OK WARNING: / was not properly dismounted start_init: trying /sbin/init mlxd1s1: type 0xa5, start 63, end = 71682029, size 71681967 : OK mlxd1s1: type 0xa5, start 63, end = 71682029, size 71681967 : OK # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.11 2000/09/22 10:01:48 nyan Exp $ machine i386 #cpu I386_CPU #cpu I486_CPU #cpu I586_CPU cpu I686_CPU ident news maxusers 256 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev #added options options IPSEC #IP security options IPSEC_ESP #IP security (crypto; define w/ IPSEC) options MROUTING # Multicast routing options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about # dropped packets options IPFIREWALL_FORWARD #enable transparent proxy support options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default options IPV6FIREWALL #firewall for IPv6 options IPV6FIREWALL_VERBOSE options IPV6FIREWALL_VERBOSE_LIMIT=100 options IPV6FIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT #divert sockets options IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter logging options DUMMYNET # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices device amd # AMD 53C974 (Teckram DC-390(T)) device isp # Qlogic family device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets) options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured device adv0 at isa? device adw device bt0 at isa? device aha0 at isa? device aic0 at isa? # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID device dpt # DPT Smartcache - See LINT for options! # RAID controllers device ida # Compaq Smart RAID device amr # AMI MegaRAID device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. device de # DEC/Intel DC21x4x (``Tulip'') device fxp # Intel EtherExpress PRO/100B (82557, 82558) device tx # SMC 9432TX (83c170 ``EPIC'') device vx # 3Com 3c590, 3c595 (``Vortex'') device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes device rl # RealTek 8129/8139 device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 device ste # Sundance ST201 (D-Link DFE-550TX) device tl # Texas Instruments ThunderLAN device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 device ex device ep device fe0 at isa? port 0x300 # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. device an # Xircom Ethernet device xe # The probe order of these is presently determined by i386/isa/isa_compat.c. device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 device le0 at isa? port 0x300 irq 5 iomem 0xd0000 device lnc0 at isa? port 0x280 irq 10 drq 0 device cs0 at isa? port 0x300 device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse # USB Ethernet, requires mii device aue # ADMtek USB ethernet device cue # CATC USB ethernet device kue # Kawasaki LSI USB ethernet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Thu Oct 26 5:55: 7 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from neo.confluentasp.local (unknown [208.51.20.71]) by hub.freebsd.org (Postfix) with ESMTP id 4B48D37B4C5 for ; Thu, 26 Oct 2000 05:54:53 -0700 (PDT) Received: by neo.confluentasp.local with Internet Mail Service (5.5.2650.21) id <45F95TH1>; Thu, 26 Oct 2000 08:57:58 -0400 Message-ID: <9D7F0DF3FB16D41184010050DA90E0001700AA@neo.confluentasp.local> From: Mike Jung To: "'freebsd-scsi@freebsd.org'" Subject: Indefinite wait buffer Date: Thu, 26 Oct 2000 08:57:58 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We are having problems with FreeBSD 4.1.1-RELEASE on a machine dedicated to INN 2.3.0. It has been running solid until two nights ago when it started spewing the message - swap_pager: idefinite wait buffer: device: #mlxd/0x30001, blkno: xx size: 4096 When this happens the only recourse is to reload as the console is unresponsive. Can anyone help me with this? - I'm not subscribed to the list Thanks --mikej Michael Jung mikej@confluentasp.com Here is DMESG and the kernel config file - Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.1.1-RELEASE #0: Wed Oct 4 14:55:09 EDT 2000 mikej@news.confluentasp.com:/usr/src/sys/compile/news Calibrating clock(s) ... TSC clock: 551328064 Hz, i8254 clock: 1193350 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz CLK_USE_TSC_CALIBRATION not specified - using old calibration method CPU: Pentium III/Pentium III Xeon/Celeron (551.25-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x681 Stepping = 1 Features=0x383fbff real memory = 536870912 (524288K bytes) Physical memory chunk(s): 0x00001000 - 0x0009efff, 647168 bytes (158 pages) 0x0048a000 - 0x1fff7fff, 532078592 bytes (129902 pages) avail memory = 517844992 (505708K bytes) bios32: Found BIOS32 Service Directory header at 0xc00fdb50 bios32: Entry = 0xfdb60 (c00fdb60) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xdb81 pnpbios: Found PnP BIOS data at 0xc00f7280 pnpbios: Entry = f0000:6bd4 Rev = 1.0 Other BIOS signatures found: ACPI: 00000000 Preloaded elf kernel "kernel" at 0xc0471000. Pentium Pro MTRR support enabled md0: Malloc disk Creating DISK md0 pci_open(1): mode 1 addr port (0x0cf8) is 0x8000005c pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) npx0: on motherboard npx0: INT 16 interface pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) pcib0: on motherboard found-> vendor=0x8086, dev=0x7190, revid=0x03 class=06-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[10]: type 1, range 32, base f8000000, size 26 found-> vendor=0x8086, dev=0x7191, revid=0x03 class=06-04-00, hdrtype=0x01, mfdev=0 subordinatebus=1 secondarybus=1 found-> vendor=0x8086, dev=0x7110, revid=0x02 class=06-01-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x8086, dev=0x7111, revid=0x01 class=01-01-80, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[20]: type 1, range 32, base 0000ffa0, size 4 found-> vendor=0x8086, dev=0x7112, revid=0x01 class=0c-03-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=d, irq=255 map[20]: type 1, range 32, base 0000ef80, size 5 found-> vendor=0x8086, dev=0x7113, revid=0x02 class=06-80-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[90]: type 1, range 32, base 00000440, size 4 found-> vendor=0x10b7, dev=0x9055, revid=0x64 class=02-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=9 map[10]: type 1, range 32, base 0000ec00, size 7 map[14]: type 1, range 32, base ffadff80, size 7 found-> vendor=0x1013, dev=0x00b8, revid=0x00 class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base fd000000, size 24 found-> vendor=0x8086, dev=0x0960, revid=0x03 class=06-04-00, hdrtype=0x01, mfdev=1 subordinatebus=2 secondarybus=2 found-> vendor=0x1069, dev=0x0010, revid=0x03 class=01-04-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 intpin=a, irq=10 map[10]: type 1, range 32, base febfe000, size 13 pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xffa0 ata0: mask=03 status0=00 status1=00 ata0: mask=03 status0=00 status1=00 ata0: devices = 0x0 ata0: at 0x1f0 irq 14 on atapci0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xffa8 ata1: mask=03 status0=00 status1=00 ata1: mask=03 status0=00 status1=00 ata1: devices = 0x0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xef80-0xef9f at device 7.2 on pci0 uhci0: Invalid irq 255 uhci0: Please switch on USB support and switch PNP-OS to 'No' in BIOS device_probe_and_attach: uhci0 attach returned 6 chip1: port 0x440-0x44f at device 7.3 on pci0 xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xec00-0xec7f mem 0xffadff80-0xffadffff irq 9 at device 15.0 on pci0 xl0: Ethernet address: 00:50:da:05:b3:1d xl0: media options word: a xl0: found MII/AUTO miibus0: on xl0 ukphy0: on miibus0 ukphy0: OUI 0x001018, model 0x0012, rev. 0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto bpf: xl0 attached pci0: (vendor=0x1013, dev=0x00b8) at 16.0 irq 11 pcib2: at device 18.0 on pci0 pci2: on pcib2 mlx0: mem 0xfebfe000-0xfebfffff irq 10 at device 18.1 on pci0 mlx0: DAC960PRL, 1 channel, firmware 4.07-0-29, 4MB RAM mlx0: Hardware ID 0x03020115 mlx0: Firmware ID 0x301d0704 mlx0: Configured/Actual channels 1/1 mlx0: Max Targets 16 mlx0: Max Tags 252 mlx0: Max System Drives 32 mlx0: Max Arms 8 mlx0: Max Spans 4 mlx0: DRAM/cache/flash/NVRAM size 4194304/2646016/524288/32768 mlx0: DRAM type 9 mlx0: Clock Speed 40ns mlx0: Hardware Speed 360ns mlx0: Max Commands 124 mlx0: Max SG Entries 33 mlx0: Max DP 504 mlx0: Max IOD 1024 mlx0: Max Comb 256 mlx0: Latency 12s mlx0: SCSI Timeout 6s mlx0: Min Free Lines 72 mlx0: Rate Constant 50 mlx0: MAXBLK 128 mlx0: Blocking Factor 1 sectors mlx0: Cache Line Size 16 blocks mlx0: SCSI Capability 40MHz, 16 bit mlx0: Firmware Build Number 0 mlx0: Fault Management Type 4 mlx0: Features 0 mlxd0: on mlx0 mlxd0: 17501MB (35842048 sectors) RAID 7 (online) Creating DISK mlxd0 mlxd1: on mlx0 mlxd1: 35002MB (71684096 sectors) RAID 0 (online) Creating DISK mlxd1 ata-: ata0 exists, using next available unit number ata-: ata1 exists, using next available unit number Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ata2 failed to probe at port 0x1f0 irq 14 on isa0 ata3 failed to probe at port 0x170 irq 15 on isa0 adv0 failed to probe at port 0x330 on isa0 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed at 0x330 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed at 0x334 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed at 0x230 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed at 0x234 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed at 0x130 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed at 0x134 bt0 failed to probe at port 0x134-0x137 on isa0 aha0: status reg test failed ff aha0: status reg test failed ff aha0: status reg test failed ff aha0: status reg test failed ff aha0: status reg test failed ff aha0: status reg test failed ff aha0 failed to probe at port 0x134-0x137 on isa0 aic0 failed to probe at port 0x140-0x15f on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbdc: RESET_KBD return code:00fa kbdc: RESET_KBD status:00aa kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000 psm0: current command byte:0065 kbdc: TEST_AUX_PORT status:0000 kbdc: RESET_AUX return code:00fe kbdc: RESET_AUX return code:00fe kbdc: RESET_AUX return code:00fe kbdc: DIAGNOSE status:0055 kbdc: TEST_KBD_PORT status:0000 psm0: failed to reset the aux device. vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0: vga0, vga, type:VGA (5), flags:0x7007f fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 07 80 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) pcic0 failed to probe at port 0x3e0 iomem 0xd0000 irq 10 on isa0 pcic1: not probed (disabled) sio0: irq maps: 0x41 0x51 0x41 0x41 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: irq maps: 0x41 0x49 0x41 0x41 sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A sio2: not probed (disabled) sio3: not probed (disabled) ppc0: parallel port found at 0x378 ppc0: using extended I/O port range ppc0: SPP ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 plip0: on ppbus0 bpf: lp0 attached ed0 failed to probe at port 0x280-0x29f iomem 0xd8000 irq 10 on isa0 fe0 failed to probe at port 0x300-0x31f on isa0 ie0 failed to probe at port 0x300 iomem 0xd0000 irq 10 on isa0 le0 failed to probe at port 0x300 iomem 0xd0000 irq 5 on isa0 lnc0 failed to probe at port 0x280 irq 10 drq 0 on isa0 cs0 failed to probe at port 0x300 on isa0 sn0 failed to probe at port 0x300 irq 10 on isa0 isa_probe_children: probing PnP devices BIOS Geometries: 0:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors 1:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors 0 accounted for Device configuration finished. bpf: lo0 attached bpf: ppp0 attached new masks: bio 68c440, tty 63009a, net 67029a DUMMYNET initialized (000608) bpf: sl0 attached IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging limited to 100 packets/entry by default bpf: faith0 attached bpf: gif0 attached bpf: gif1 attached bpf: gif2 attached bpf: gif3 attached IPsec: Initialized Security Association Processing. IPv6 packet filtering initialized, default to accept, logging limited to 100 packets/entry IP Filter: v3.4.8 initialized. Default = pass all, Logging = enabled no devsw (majdev=0 bootdev=0xa0200000) Mounting root from ufs:/dev/mlxd0s1a mlxd0s1: type 0xa5, start 32, end = 4095999, size 4095968 : OK mlxd0s2: type 0xa5, start 4096000, end = 6143999, size 2048000 : OK mlxd0s3: type 0xa5, start 6144000, end = 10239999, size 4096000 : OK mlxd0s4: type 0xa5, start 10240000, end = 35839999, size 25600000 : OK WARNING: / was not properly dismounted start_init: trying /sbin/init mlxd1s1: type 0xa5, start 63, end = 71682029, size 71681967 : OK mlxd1s1: type 0xa5, start 63, end = 71682029, size 71681967 : OK # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.11 2000/09/22 10:01:48 nyan Exp $ machine i386 #cpu I386_CPU #cpu I486_CPU #cpu I586_CPU cpu I686_CPU ident news maxusers 256 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev #added options options IPSEC #IP security options IPSEC_ESP #IP security (crypto; define w/ IPSEC) options MROUTING # Multicast routing options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about # dropped packets options IPFIREWALL_FORWARD #enable transparent proxy support options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default options IPV6FIREWALL #firewall for IPv6 options IPV6FIREWALL_VERBOSE options IPV6FIREWALL_VERBOSE_LIMIT=100 options IPV6FIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT #divert sockets options IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter logging options DUMMYNET # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices device amd # AMD 53C974 (Teckram DC-390(T)) device isp # Qlogic family device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets) options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured device adv0 at isa? device adw device bt0 at isa? device aha0 at isa? device aic0 at isa? # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID device dpt # DPT Smartcache - See LINT for options! # RAID controllers device ida # Compaq Smart RAID device amr # AMI MegaRAID device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. device de # DEC/Intel DC21x4x (``Tulip'') device fxp # Intel EtherExpress PRO/100B (82557, 82558) device tx # SMC 9432TX (83c170 ``EPIC'') device vx # 3Com 3c590, 3c595 (``Vortex'') device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes device rl # RealTek 8129/8139 device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 device ste # Sundance ST201 (D-Link DFE-550TX) device tl # Texas Instruments ThunderLAN device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 device ex device ep device fe0 at isa? port 0x300 # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. device an # Xircom Ethernet device xe # The probe order of these is presently determined by i386/isa/isa_compat.c. device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 device le0 at isa? port 0x300 irq 5 iomem 0xd0000 device lnc0 at isa? port 0x280 irq 10 drq 0 device cs0 at isa? port 0x300 device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse # USB Ethernet, requires mii device aue # ADMtek USB ethernet device cue # CATC USB ethernet device kue # Kawasaki LSI USB ethernet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Thu Oct 26 16: 5:15 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from web214.mail.yahoo.com (web214.mail.yahoo.com [128.11.68.114]) by hub.freebsd.org (Postfix) with SMTP id 7CF6237B479 for ; Thu, 26 Oct 2000 16:05:13 -0700 (PDT) Received: (qmail 2087 invoked by uid 60001); 26 Oct 2000 23:05:13 -0000 Message-ID: <20001026230513.2086.qmail@web214.mail.yahoo.com> Received: from [209.179.136.220] by web214.mail.yahoo.com; Thu, 26 Oct 2000 16:05:13 PDT Date: Thu, 26 Oct 2000 16:05:13 -0700 (PDT) From: Joey Garcia Subject: Re: sym0 error messages (and kernel panic) - what do these messages mean? To: "Alexey V.Neyman" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org That's pretty much exactly what I got when both installing, and then afterwards (when I got frustrated and installed on a IDE drive and used the SCSI as a second drive) when I untarred the ports tarball. I'm really not sure what the problem is. What drive kind of drive do you have? Any clues as to what the problem is? Joey --- "Alexey V.Neyman" wrote: > Hello, > > I got the same message for the same card (TEKRAM > DC-390F) > while compiling new kernel. > JG> panic: assertion "i && > sym_get_cam_status(cp->cam_ccb) > JG> == CAM_REQUEUE_REQ" failed: file > JG> "../../dev/sym/sym_hipd.c", line 5208 > Seems that heavy disk load confuses SCSI. > Also in my case this message was preceeded by the > message > "SCSI bus reset detected". > > Any clues? > Alexey. > > __________________________________________________ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Thu Oct 26 16:46:12 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from misery.sdf.com (misery.sdf.com [204.244.213.49]) by hub.freebsd.org (Postfix) with ESMTP id 7087737B479 for ; Thu, 26 Oct 2000 16:46:09 -0700 (PDT) Received: from tom (helo=localhost) by misery.sdf.com with local-esmtp (Exim 2.12 #1) id 13owKp-0000K1-00; Thu, 26 Oct 2000 16:21:24 -0700 Date: Thu, 26 Oct 2000 16:21:21 -0700 (PDT) From: Tom Samplonius To: Mike Jung Cc: "'freebsd-scsi@freebsd.org'" Subject: Re: Indefinite wait buffer In-Reply-To: <9D7F0DF3FB16D41184010050DA90E0001700AA@neo.confluentasp.local> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 26 Oct 2000, Mike Jung wrote: > We are having problems with FreeBSD 4.1.1-RELEASE on a machine > dedicated to INN 2.3.0. It has been running solid until two nights ago when > it started spewing the message - > > swap_pager: idefinite wait buffer: device: #mlxd/0x30001, blkno: xx size: > 4096 Usually indicates problem with the harddrive containing the swap space. If the kernel gets a device timeout trying to page a block back in from swap, there are not a lot of good recovery options. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Fri Oct 27 10:37:52 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from mail.il.fontys.nl (charm.il.fontys.nl [145.85.127.2]) by hub.freebsd.org (Postfix) with ESMTP id 7454337B4C5 for ; Fri, 27 Oct 2000 10:37:48 -0700 (PDT) Received: by mail.il.fontys.nl (Postfix, from userid 671) id 2F93AE398; Fri, 27 Oct 2000 19:36:43 +0200 (CEST) Date: Fri, 27 Oct 2000 19:36:43 +0200 From: Paul van Berlo To: freebsd-scsi@freebsd.org Subject: cdrecord and SCSI cd-rw drive Message-ID: <20001027193643.D22437@il.fontys.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I know this topic was prolly already discussed but I can't find the answer to my question in the list-archives. I have the following problem. I installed FreeBSD 4.1.1 and compiled cdrecord 1.9 from the ports collection. So far it's all good. However, when I want to burn a cd or even run cdrecord -scanbus it gives me an error. Below are the relevant outputs from various commands. This is a 'stock' system and I didn't change anything, I did however recompile the kernel with pass* support in it (basically just edited the GENERIC conf file and removed some network cards etc). I'm hoping someone can help me. [.. dmesg ..] ahc0: port 0xb800-0xb8ff mem 0xdf000000-0xdf000fff irq 10 at device 11.0 on pci0 aic7890/91: Wide Channel A, SCSI Id=7, 32/255 SCBs da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit) da0: 8761MB (17942584 512 byte sectors: 255H 63S/T 1116C) cd0 at ahc0 bus 0 target 1 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 20.000MB/s transfers (20.000MHz, offset 15) cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed cd1 at ahc0 bus 0 target 3 lun 0 cd1: Removable CD-ROM SCSI-2 device cd1: 20.000MB/s transfers (20.000MHz, offset 8) cd1: Attempt to query device size failed: NOT READY, Medium not present - tray closed [.. ls -l /dev/pass* ..] crw-rw-rw- 1 root operator 31, 0 Oct 27 16:51 pass0 crw-rw-rw- 1 root operator 31, 1 Oct 27 16:51 pass1 crw-rw-rw- 1 root operator 31, 2 Oct 27 16:51 pass2 crw-rw-rw- 1 root operator 31, 3 Oct 27 16:51 pass3 [.. ls -l /dev/xpt* ..] crw-rw-rw- 1 root operator 104, 0 Oct 27 16:51 xpt0 crw-rw-rw- 1 root operator 104, 1 Oct 27 16:51 xpt1 [.. cdrecord -scanbus ..] defiant# cdrecord -scanbus Cdrecord 1.9 (i386-unknown-freebsd4.1.1) Copyright (C) 1995-2000 Jörg Schilling cdrecord: Operation not permitted. Error opening /dev/pass0 Cam error 'cam_real_open_device: couldn't open passthr. Cannot open SCSI driver. cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root. [.. camcontrol devlist ..] at scbus0 target 0 lun 0 (pass0,da0) at scbus0 target 1 lun 0 (pass1,cd0) at scbus0 target 3 lun 0 (pass2,cd1) [.. camcontrol tur cd1 -v ..] defiant# camcontrol tur cd1 -v camcontrol: cam_real_open_device: couldn't open passthrough device /dev/pass2 cam_real_open_device: Operation not permitted I hope that's enough info to solve this somehow. Thanks in advance. --Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Fri Oct 27 13:28:33 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 5214937B479 for ; Fri, 27 Oct 2000 13:28:30 -0700 (PDT) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id OAA25351; Fri, 27 Oct 2000 14:28:16 -0600 (MDT) (envelope-from ken) Date: Fri, 27 Oct 2000 14:28:15 -0600 From: "Kenneth D. Merry" To: Paul van Berlo Cc: freebsd-scsi@FreeBSD.ORG Subject: Re: cdrecord and SCSI cd-rw drive Message-ID: <20001027142815.A25164@panzer.kdm.org> References: <20001027193643.D22437@il.fontys.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2i In-Reply-To: <20001027193643.D22437@il.fontys.nl>; from paul@il.fontys.nl on Fri, Oct 27, 2000 at 07:36:43PM +0200 Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Oct 27, 2000 at 19:36:43 +0200, Paul van Berlo wrote: > [.. ls -l /dev/pass* ..] > crw-rw-rw- 1 root operator 31, 0 Oct 27 16:51 pass0 > crw-rw-rw- 1 root operator 31, 1 Oct 27 16:51 pass1 > crw-rw-rw- 1 root operator 31, 2 Oct 27 16:51 pass2 > crw-rw-rw- 1 root operator 31, 3 Oct 27 16:51 pass3 > > > [.. ls -l /dev/xpt* ..] > crw-rw-rw- 1 root operator 104, 0 Oct 27 16:51 xpt0 > crw-rw-rw- 1 root operator 104, 1 Oct 27 16:51 xpt1 > > > [.. cdrecord -scanbus ..] > defiant# cdrecord -scanbus > Cdrecord 1.9 (i386-unknown-freebsd4.1.1) Copyright (C) 1995-2000 Jörg Schilling > cdrecord: Operation not permitted. Error opening /dev/pass0 Cam error 'cam_real_open_device: couldn't open passthr. Cannot open SCSI driver. > cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root. > > > [.. camcontrol devlist ..] > at scbus0 target 0 lun 0 (pass0,da0) > at scbus0 target 1 lun 0 (pass1,cd0) > at scbus0 target 3 lun 0 (pass2,cd1) > > > [.. camcontrol tur cd1 -v ..] > defiant# camcontrol tur cd1 -v > camcontrol: cam_real_open_device: couldn't open passthrough device /dev/pass2 > cam_real_open_device: Operation not permitted > > > I hope that's enough info to solve this somehow. Thanks in advance. Your securelevel is probably set to 2 or more. Check it like this: sysctl kern.securelevel For security reasons (since you can use it to format disks, etc.) you can't open the pass device when the securelevel is greater than 1. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Fri Oct 27 14: 6:53 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from mail.il.fontys.nl (charm.il.fontys.nl [145.85.127.2]) by hub.freebsd.org (Postfix) with ESMTP id 6955337B479 for ; Fri, 27 Oct 2000 14:06:50 -0700 (PDT) Received: by mail.il.fontys.nl (Postfix, from userid 671) id 05099E398; Fri, 27 Oct 2000 23:05:41 +0200 (CEST) Date: Fri, 27 Oct 2000 23:05:41 +0200 From: Paul van Berlo To: "Kenneth D. Merry" Cc: freebsd-scsi@FreeBSD.ORG Subject: Re: cdrecord and SCSI cd-rw drive Message-ID: <20001027230541.A23810@il.fontys.nl> References: <20001027193643.D22437@il.fontys.nl> <20001027142815.A25164@panzer.kdm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001027142815.A25164@panzer.kdm.org>; from ken@kdm.org on Fri, Oct 27, 2000 at 02:28:15PM -0600 Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Oct 27, 2000 at 02:28:15PM -0600, Kenneth D. Merry wrote: > > defiant# camcontrol tur cd1 -v > > camcontrol: cam_real_open_device: couldn't open passthrough device /dev/pass2 > > cam_real_open_device: Operation not permitted > > > > > > I hope that's enough info to solve this somehow. Thanks in advance. > > Your securelevel is probably set to 2 or more. Check it like this: > > sysctl kern.securelevel > > For security reasons (since you can use it to format disks, etc.) you can't > open the pass device when the securelevel is greater than 1. Argh! You're right. D'oh, that's what you get when you're working way too much on this kinda stuff. You forget simple things. Either that or I'm starting to get a bit senile. Anyhow, thanks! --Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Fri Oct 27 17:25:51 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 79B8E37B479 for ; Fri, 27 Oct 2000 17:25:49 -0700 (PDT) Received: from randy by rip.psg.com with local (Exim 3.16 #1) id 13pJoj-0002dY-00 for freebsd-scsi@freebsd.org; Fri, 27 Oct 2000 17:25:49 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-scsi@freebsd.org Subject: install with ccd striping Message-Id: Date: Fri, 27 Oct 2000 17:25:49 -0700 Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i can't find doc/faq on installing from scratch with /var, /usr, etc. ccd striped. pointer please. thanks. randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message From owner-freebsd-scsi Sat Oct 28 9:45:17 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from thelab.hub.org (CDR20-53.accesscable.net [24.138.20.53]) by hub.freebsd.org (Postfix) with ESMTP id C44C337B479 for ; Sat, 28 Oct 2000 09:45:14 -0700 (PDT) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.11.1/8.11.1) with ESMTP id e9SGhUN09174 for ; Sat, 28 Oct 2000 13:43:30 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Sat, 28 Oct 2000 13:43:30 -0300 (ADT) From: The Hermit Hacker To: freebsd-scsi@freebsd.org Subject: Tape Changer and/or Adaptec controller ... known problems with? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Am running -CURRENT right now, and am wondering if there are any known problems/caveats with either one of: ahc0: port 0xc400-0xc4ff mem 0xef000000-0xef000fff irq 19 at device 9.0 on pci0 aic7850: Single Channel A, SCSI Id=7, 3/255 SCBs -or- da0 at ahc1 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 20.000MB/s transfers (20.000MHz, offset 15), Tagged Queueing Enabled da0: 6208MB (12715920 512 byte sectors: 255H 63S/T 791C) ch0 at ahc0 bus 0 target 4 lun 1 ch0: Removable Changer SCSI-2 device ch0: 5.000MB/s transfers (5.000MHz, offset 15) ch0: 7 slots, 1 drive, 1 picker, 0 portals The reason I ask is that I just picked up the changer/dlt, slap'd the above card in, and am working with amanda. This morning, I was running 'amcheck' on it, and it generated the following error(s): Oct 28 13:10:16 thelab /boot/kernel/kernel: (sa0:ahc0:0:4:0): tape is now frozen- use an OFFLINE, REWIND or MTEOM command to clear this state. Oct 28 13:12:29 thelab /boot/kernel/kernel: SCB 0x2 - timed out while idle, SEQADDR == 0x6 Oct 28 13:12:29 thelab /boot/kernel/kernel: (ch0:ahc0:0:4:1): Queuing a BDR SCB Oct 28 13:12:31 thelab /boot/kernel/kernel: SCB 0x2 - timed out while idle, SEQADDR == 0x5 Oct 28 13:12:31 thelab /boot/kernel/kernel: (ch0:ahc0:0:4:1): no longer in timeout, status = 34b Oct 28 13:12:31 thelab /boot/kernel/kernel: ahc0: Issued Channel A Bus Reset. 1 SCBs aborted Oct 28 13:12:31 thelab /boot/kernel/kernel: (ch0:ahc0:0:4:1): MOVE MEDIUM. CDB: a5 20 0 1 1 6 0 10 0 0 0 0 Oct 28 13:12:31 thelab /boot/kernel/kernel: (ch0:ahc0:0:4:1): ILLEGAL REQUEST asc:3b,d Oct 28 13:12:31 thelab /boot/kernel/kernel: (ch0:ahc0:0:4:1): Medium destination element full sks:cf,6 Oct 28 13:19:35 thelab ctl_mboxlist[8858]: checkpointing mboxlist Oct 28 13:19:55 thelab /boot/kernel/kernel: (ch0:ahc0:0:4:1): chgetparams: error getting element address page Oct 28 13:20:16 thelab /boot/kernel/kernel: (ch0:ahc0:0:4:1): chgetparams: error getting element address page Oct 28 13:21:01 thelab last message repeated 3 times Oct 28 13:24:55 thelab last message repeated 4 times yet I can manipulate everything from the buttons on the front no problem. I missed the 'use an OFFLINE ...' message the first time through, so am going to reboot to see if I can re-create the error(s), but am wondering whether or not this is maybe something that ppl have experienced with either the controller/tape or changer, and is something I should be expecting ... Thanks ... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message