From owner-freebsd-scsi Tue Jan 16 09:31:00 1996 Return-Path: owner-freebsd-scsi Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA27306 for freebsd-scsi-outgoing; Tue, 16 Jan 1996 09:31:00 -0800 (PST) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA27300 for ; Tue, 16 Jan 1996 09:30:58 -0800 (PST) Received: (from julian@localhost) by ref.tfs.com (8.6.12/8.6.9) id JAA24433; Tue, 16 Jan 1996 09:27:45 -0800 From: Julian Elischer Message-Id: <199601161727.JAA24433@ref.tfs.com> Subject: Re: IBM MTA-3230 m-o drive To: lists@argus.flash.net (mailing list account) Date: Tue, 16 Jan 1996 09:27:45 -0800 (PST) Cc: dufault@hda.com, freebsd-scsi@freebsd.org In-Reply-To: <199601161237.GAA00305@argus.flash.net> from "mailing list account" at Jan 16, 96 06:37:39 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-scsi@freebsd.org Precedence: bulk > (aha0:1:0): "IBM MTA-3230TC2210!B 0" type 0 removable SCSI 2 > sd1(aha0:1:0): Direct-Access 217MB (446325 512 byte sectors) > sd1(aha0:1:0): with 17934 cyls, 1 heads, and an average 24 sectors/track > After reboot: > (aha0:1:0): "unknown unknown ????" type 0 fixed SCSI 0 > sd is configured at 1 > sd1(aha0:1:0): Direct-Access 217MB (446325 512 byte sectors) > sd1(aha0:1:0): with 17934 cyls, 1 heads, and an average 24 sectors/track > > check the diff between the two on aha0:1:0 > > this is after the reboot command, and [if i remember right] the scsi-bios > says "Device name not available", but does detect the device, otherwise the > the message wouldn't be there at all, plus FreeBSD seems to be getting the > proper geometry, at least making mounts possible. basically the device is strange.... try setting the SCSI_DELAY (or is that SCSIDELAY?) option in the kernel config, to 30 and see if that changes it.. if it works, try reducing it to a lower value.. julian