From owner-freebsd-scsi@FreeBSD.ORG Sun Dec 31 23:55:27 2006 Return-Path: X-Original-To: freebsd-scsi@freebsd.org Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6CBFC16A492 for ; Sun, 31 Dec 2006 23:55:27 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 514F713C442 for ; Sun, 31 Dec 2006 23:55:27 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 64038 invoked from network); 31 Dec 2006 23:46:39 -0000 Received: from ppp-71-139-40-196.dsl.snfc21.pacbell.net (HELO ?10.0.5.59?) (nate-mail@71.139.40.196) by root.org with ESMTPA; 31 Dec 2006 23:46:39 -0000 Message-ID: <45984BD3.9040506@root.org> Date: Sun, 31 Dec 2006 15:46:27 -0800 From: Nate Lawson User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Ivan Frosty References: <7fd638000612310125n672d11e9j6cfc20a080c443de@mail.gmail.com> <45984A97.3080201@root.org> In-Reply-To: <45984A97.3080201@root.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-scsi@freebsd.org, freebsd-usb@freebsd.org Subject: Re: problem with samsung flash X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2006 23:55:27 -0000 Nate Lawson wrote: > Ivan Frosty wrote: >> hello there, i have freebsd 6.1 pentiumII 355mhz processor and 128mb >> of ram. everytime i put my samsung 512mb in tha usb the machine doesnt >> boot it halts where the error be at if i pull it out it >> boots.........then if i put it back in i get an error.......whats with >> umass? i basically installed everybit and software of the unix i have >> so i dont know why i get the error anyhelp will be highly appreciated! >> >> this is the error: >> >> da0 at umass-sim0 bus0 target0wn0 >> da0: Removable Direct Access SCSI-0 device >> da0:1.000MB/s transfers >> da0:511mb(1046720 512 byte sectors:64H 32s/T s11c) >> umass0:phase Error, residue = 0 >> (da0:umass-sim0:0:0:0):synchronize cache failed, status == 0x4,scsi >> status == 0x0 opened disk da0->5! >> >> thank you for your time > > Hi, this is a common error and should be a FAQ somewhere. Some USB > devices can't handle SYNC CACHE, the command that says to write their > data out to storage. Most can or reject it with an error and continue. > Some hang, including yours. You can add a SCSI quirk (no sync cache). > See the entries at the beginning of scsi_da.c for an example how to do > it. Your string would be "SAMSUNG", "flash Disk", "*". See if that helps. > > As far has fixing this problem permanently, does anyone have an idea on > how the experimental work went with disabling sync cache if the INQ data > indicates the device doesn't cache data (similar to Linux)? > > Also, what do the scsi@ guys think of me adding a tunable/sysctl that is > unit-specific so people can disable it without a quirk? Example: > dev.da.0.no_sync_cache="1". It would be off by default, of course. Sorry for following up so quickly. The sysctl doesn't make sense since the device isn't available until it's probed and bus reordering makes a unit-specific quirk seem dumb. I have one other question -- why are we calling sync cache during the boot and probe process? Shouldn't that only happen when the dev node is opened and then closed again (i.e. unmount)? Is this caused by GEOM opening the drive to taste it and closing it again? If so, it seems an easy partial fix would be to have GEOM open dev nodes read-only. Then, make scsi-da only do sync cache if the device was opened r/w, if it doesn't already implement that behavior. This would fix this problem for the common case of "plug in umass flash, mount, use, umount, eject". The sync cache after umount would fail, but the device is disappearing very soon anyway. The only thing it wouldn't fix is umounting/remounting, and perhaps the experimental check for WC bit or whatever will be necessary to fix that. Still, this GEOM behavior might be good anyway. Thoughts? -- Nate From owner-freebsd-scsi@FreeBSD.ORG Mon Dec 25 11:08:54 2006 Return-Path: X-Original-To: freebsd-scsi@FreeBSD.org Delivered-To: freebsd-scsi@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC4E916A53F for ; Mon, 25 Dec 2006 11:08:54 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id AAE0413C46E for ; Mon, 25 Dec 2006 11:08:54 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBPB8sb2034700 for ; Mon, 25 Dec 2006 11:08:54 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBPB8pCE034696 for freebsd-scsi@FreeBSD.org; Mon, 25 Dec 2006 11:08:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 25 Dec 2006 11:08:51 GMT Message-Id: <200612251108.kBPB8pCE034696@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-scsi@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Dec 2006 11:08:54 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/27059 scsi [sym] SCSI subsystem hangs under heavy load on (Server o kern/28508 scsi problems with backup to Tandberg SLR40 strimmer o kern/39388 scsi ncr/sym drivers fail with 53c810 and more than 256MB m o kern/40895 scsi wierd kernel / device driver bug o kern/52638 scsi [panic] SCSI U320 on SMP server won't run faster than s kern/57398 scsi [mly] Current fails to install on mly(4) based RAID di o kern/60598 scsi wire down of scsi devices conflicts with config o kern/60641 scsi [sym] Sporadic SCSI bus resets with 53C810 under load s kern/61165 scsi [panic] kernel page fault after calling cam_send_ccb o kern/74627 scsi [ahc] [hang] Adaptec 2940U2W Can't boot 5.3 o kern/81887 scsi [aac] Adaptec SCSI 2130S aac0: GetDeviceProbeInfo comm o kern/90282 scsi [sym] SCSI bus resets cause loss of ch device o kern/92798 scsi [ahc] SCSI problem with timeouts o kern/93128 scsi [sym] FreeBSD 6.1 BETA 1 has problems with Symbios/LSI o kern/94838 scsi Kernel panic while mounting SD card with lock switch o o kern/99954 scsi [ahc] reading from DVD failes on 6.x (regression) 16 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/23314 scsi aic driver fails to detect Adaptec 1520B unless PnP is o kern/35234 scsi World access to /dev/pass? (for scanner) requires acce o kern/38828 scsi [feature request] DPT PM2012B/90 doesn't work o kern/44587 scsi dev/dpt/dpt.h is missing defines required for DPT_HAND o kern/76178 scsi [ahd] Problem with ahd and large SCSI Raid system o kern/96133 scsi [scsi] [patch] add scsi quirk for joyfly 128mb flash u o kern/103702 scsi [cam] [patch] ChipsBnk: Unsupported USB memory stick 7 problems total. From owner-freebsd-scsi@FreeBSD.ORG Tue Dec 26 16:36:16 2006 Return-Path: X-Original-To: freebsd-scsi@freebsd.org Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D84D116A412 for ; Tue, 26 Dec 2006 16:36:16 +0000 (UTC) (envelope-from ml.diespammer@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id 6340813C475 for ; Tue, 26 Dec 2006 16:36:16 +0000 (UTC) (envelope-from ml.diespammer@netfence.it) Received: from soth.ventu (adsl-ull-243-207.51-151.net24.it [151.51.207.243]) (authenticated bits=128) by parrot.aev.net (8.13.8/8.13.8) with ESMTP id kBQGHOIk095736 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 26 Dec 2006 17:17:30 +0100 (CET) (envelope-from ml.diespammer@netfence.it) Received: from [10.1.2.18] (alamar.ventu [10.1.2.18]) by soth.ventu (8.13.8/8.13.6) with ESMTP id kBQGAXho026915 for ; Tue, 26 Dec 2006 17:10:33 +0100 (CET) (envelope-from ml.diespammer@netfence.it) Message-ID: <45914972.2070700@netfence.it> Date: Tue, 26 Dec 2006 17:10:26 +0100 From: Andrea Venturoli User-Agent: Thunderbird 1.5.0.9 (X11/20061222) MIME-Version: 1.0 To: freebsd-scsi@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.57 on 212.31.247.179 Subject: Hangs with Adaptec 29320 X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-scsi@freebsd.org List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Dec 2006 16:36:16 -0000 Hello. I've got two different servers running FreeBSD 6.1 and hanging: _ one is a Dual Core Opteron running amd64 and experienced frequent hangs until I decided to turn off SMP; _ the other one was an old Athlon XP working flawlessly with 5.x/i386; I upgraded to 6.1/i386 and started seeing sporadic hangs; I had an hardware upgrade to an Athlon64 x2 and decided to turn SMP on, but then the system wouldn't last half a day. I turned SMP back off again and the system is more or less working. I don't get any core dump (altough I configured it properly) and DDB does not work. The only way out of this is hard resetting. What this machines have in common is a RAID-1 gmirror setup on an Adaptec 29320 controller: one is PCI, the other on the MB (Acer Altos server), but both are obvioulsy driven by the ahd driver. So my *guess* is that the problem might be related to this. What I'm looking for is any help in solving or at least diagnosing this. Any tool, thread pointer, document or suggestion is appreciated. (I would obviously love to be able to turn SMP back on). bye & Thanks av. From owner-freebsd-scsi@FreeBSD.ORG Tue Dec 26 19:19:19 2006 Return-Path: X-Original-To: freebsd-scsi@freebsd.org Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4996F16A403 for ; Tue, 26 Dec 2006 19:19:19 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 05A3B13C463 for ; Tue, 26 Dec 2006 19:19:18 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from [127.0.0.1] (pooker.samsco.org [168.103.85.57]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kBQJ7mVr068015 for ; Tue, 26 Dec 2006 12:07:54 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <45917302.4050802@samsco.org> Date: Tue, 26 Dec 2006 14:07:46 -0500 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: freebsd-scsi@freebsd.org References: <45914972.2070700@netfence.it> In-Reply-To: <45914972.2070700@netfence.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Subject: Re: Hangs with Adaptec 29320 X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Dec 2006 19:19:19 -0000 Andrea Venturoli wrote: > Hello. > I've got two different servers running FreeBSD 6.1 and hanging: > _ one is a Dual Core Opteron running amd64 and experienced frequent > hangs until I decided to turn off SMP; > _ the other one was an old Athlon XP working flawlessly with 5.x/i386; I > upgraded to 6.1/i386 and started seeing sporadic hangs; I had an > hardware upgrade to an Athlon64 x2 and decided to turn SMP on, but then > the system wouldn't last half a day. I turned SMP back off again and the > system is more or less working. > > I don't get any core dump (altough I configured it properly) and DDB > does not work. The only way out of this is hard resetting. > > What this machines have in common is a RAID-1 gmirror setup on an > Adaptec 29320 controller: one is PCI, the other on the MB (Acer Altos > server), but both are obvioulsy driven by the ahd driver. > So my *guess* is that the problem might be related to this. > > What I'm looking for is any help in solving or at least diagnosing this. > Any tool, thread pointer, document or suggestion is appreciated. > (I would obviously love to be able to turn SMP back on). > > bye & Thanks > av. Are you trying to get into DDB from the keyboard or from serial? The latter is more likely to work. Without some sort of information, it'll be hard to deduce the problem. Scott From owner-freebsd-scsi@FreeBSD.ORG Wed Dec 27 13:58:53 2006 Return-Path: X-Original-To: freebsd-scsi@freebsd.org Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49C5216A407 for ; Wed, 27 Dec 2006 13:58:53 +0000 (UTC) (envelope-from Johannes.Kruger@nokia.com) Received: from mgw-ext13.nokia.com (smtp.nokia.com [131.228.20.172]) by mx1.freebsd.org (Postfix) with ESMTP id C011713C48D for ; Wed, 27 Dec 2006 13:58:50 +0000 (UTC) (envelope-from Johannes.Kruger@nokia.com) Received: from esebh106.NOE.Nokia.com (esebh106.ntc.nokia.com [172.21.138.213]) by mgw-ext13.nokia.com (Switch-3.2.5/Switch-3.2.5) with ESMTP id kBRDUWRx022437; Wed, 27 Dec 2006 15:30:44 +0200 Received: from daebh101.NOE.Nokia.com ([10.241.35.111]) by esebh106.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 27 Dec 2006 15:31:18 +0200 Received: from daebe102.NOE.Nokia.com ([10.241.35.115]) by daebh101.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 27 Dec 2006 07:31:09 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 27 Dec 2006 07:31:08 -0600 Message-ID: In-Reply-To: <45917302.4050802@samsco.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Hangs with Adaptec 29320 Thread-Index: AccpItDu0k2tqL1mRYuzKOD5lPMxSQAmEmog From: To: , X-OriginalArrivalTime: 27 Dec 2006 13:31:09.0917 (UTC) FILETIME=[452738D0:01C729BB] X-eXpurgate-Category: 1/0 X-eXpurgate-ID: 149371::061227153045-573E5BB0-1CE45785/0-0/0-1 X-Nokia-AV: Clean Cc: Subject: RE: Hangs with Adaptec 29320 X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2006 13:58:53 -0000 Interesting ... I am using the mpt driver with LSI-1064E and I also cannot get core dumps working. Wonder if it's related to the CAM layer ? =20 -----Original Message----- From: owner-freebsd-scsi@freebsd.org [mailto:owner-freebsd-scsi@freebsd.org] On Behalf Of ext Scott Long Sent: Tuesday, December 26, 2006 2:08 PM To: freebsd-scsi@freebsd.org Subject: Re: Hangs with Adaptec 29320 Andrea Venturoli wrote: > Hello. > I've got two different servers running FreeBSD 6.1 and hanging: > _ one is a Dual Core Opteron running amd64 and experienced frequent=20 > hangs until I decided to turn off SMP; > _ the other one was an old Athlon XP working flawlessly with 5.x/i386; I=20 > upgraded to 6.1/i386 and started seeing sporadic hangs; I had an=20 > hardware upgrade to an Athlon64 x2 and decided to turn SMP on, but then=20 > the system wouldn't last half a day. I turned SMP back off again and the=20 > system is more or less working. >=20 > I don't get any core dump (altough I configured it properly) and DDB=20 > does not work. The only way out of this is hard resetting. >=20 > What this machines have in common is a RAID-1 gmirror setup on an=20 > Adaptec 29320 controller: one is PCI, the other on the MB (Acer Altos=20 > server), but both are obvioulsy driven by the ahd driver. > So my *guess* is that the problem might be related to this. >=20 > What I'm looking for is any help in solving or at least diagnosing this.=20 > Any tool, thread pointer, document or suggestion is appreciated. > (I would obviously love to be able to turn SMP back on). >=20 > bye & Thanks > av. Are you trying to get into DDB from the keyboard or from serial? The latter is more likely to work. Without some sort of information, it'll be hard to deduce the problem. Scott _______________________________________________ freebsd-scsi@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-scsi To unsubscribe, send any mail to "freebsd-scsi-unsubscribe@freebsd.org" From owner-freebsd-scsi@FreeBSD.ORG Wed Dec 27 14:19:55 2006 Return-Path: X-Original-To: freebsd-scsi@freebsd.org Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B83D16A403 for ; Wed, 27 Dec 2006 14:19:55 +0000 (UTC) (envelope-from ml.diespammer@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id 80C4E13C46F for ; Wed, 27 Dec 2006 14:19:52 +0000 (UTC) (envelope-from ml.diespammer@netfence.it) Received: from soth.ventu (adsl-ull-122-254.51-151.net24.it [151.51.254.122]) (authenticated bits=128) by parrot.aev.net (8.13.8/8.13.8) with ESMTP id kBREQikR063617 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 27 Dec 2006 15:26:50 +0100 (CET) (envelope-from ml.diespammer@netfence.it) Received: from [10.1.2.18] (alamar.ventu [10.1.2.18]) by soth.ventu (8.13.8/8.13.6) with ESMTP id kBREJdxX018768 for ; Wed, 27 Dec 2006 15:19:40 +0100 (CET) (envelope-from ml.diespammer@netfence.it) Message-ID: <459280FB.4070404@netfence.it> Date: Wed, 27 Dec 2006 15:19:39 +0100 From: Andrea Venturoli User-Agent: Thunderbird 1.5.0.9 (X11/20061222) MIME-Version: 1.0 To: freebsd-scsi@freebsd.org References: <45914972.2070700@netfence.it> <45917302.4050802@samsco.org> In-Reply-To: <45917302.4050802@samsco.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.57 on 212.31.247.179 Subject: Re: Hangs with Adaptec 29320 X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-scsi@freebsd.org List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2006 14:19:55 -0000 Scott Long wrote: > Are you trying to get into DDB from the keyboard or from serial? The > latter is more likely to work. I'm trying with the keyboard. I can see if I can get a serial setup; I'm wondering, tough, why should it be more likely to work? > Without some sort of information, it'll > be hard to deduce the problem. I agree. In fact I stated clearly that's what I'm asking help for. bye & Thanks av. From owner-freebsd-scsi@FreeBSD.ORG Sat Dec 30 17:02:56 2006 Return-Path: X-Original-To: freebsd-scsi@hub.freebsd.org Delivered-To: freebsd-scsi@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E93716A40F; Sat, 30 Dec 2006 17:02:56 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 0705913C45E; Sat, 30 Dec 2006 17:02:56 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBUH2thf095711; Sat, 30 Dec 2006 17:02:55 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBUH2tsg095707; Sat, 30 Dec 2006 17:02:55 GMT (envelope-from remko) Date: Sat, 30 Dec 2006 17:02:55 GMT From: Remko Lodder Message-Id: <200612301702.kBUH2tsg095707@freefall.freebsd.org> To: vov@maspeter.spb.ru, remko@FreeBSD.org, freebsd-scsi@FreeBSD.org, remko@FreeBSD.org Cc: Subject: Re: kern/28508: problems with backup to Tandberg SLR40 strimmer X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2006 17:02:56 -0000 Synopsis: problems with backup to Tandberg SLR40 strimmer State-Changed-From-To: open->feedback State-Changed-By: remko State-Changed-When: Sat Dec 30 17:02:21 UTC 2006 State-Changed-Why: Matthew replied that this is documented behaviour, does this satisfy your question? Responsible-Changed-From-To: freebsd-scsi->remko Responsible-Changed-By: remko Responsible-Changed-When: Sat Dec 30 17:02:21 UTC 2006 Responsible-Changed-Why: grab the pr http://www.freebsd.org/cgi/query-pr.cgi?pr=28508