From owner-freebsd-hackers Sun Jan 12 18:58:58 2003 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 779B237B401 for ; Sun, 12 Jan 2003 18:58:57 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1999E43EB2 for ; Sun, 12 Jan 2003 18:58:57 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0D2wrYp099748; Sun, 12 Jan 2003 18:58:55 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0D2wpP5099745; Sun, 12 Jan 2003 18:58:51 -0800 (PST) Date: Sun, 12 Jan 2003 18:58:51 -0800 (PST) From: Matthew Dillon Message-Id: <200301130258.h0D2wpP5099745@apollo.backplane.com> To: George Hartzell Cc: Paul Halliday , freebsd-hackers@FreeBSD.ORG Subject: Re: usb keychain memory disk doesn't work on 4.7p3 References: <15905.52254.957313.867553@rosebud.alerce.com> <20030112201453.T17858-100000@dove.penix.org> <15906.6401.167609.496473@rosebud.alerce.com> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : Jan 12 17:35:26 rosebud /kernel: umass0: LEXR PLUG DRIVE LEXR PLUG DRIVE, rev 1.10/0.01, addr 2 : Jan 12 17:35:26 rosebud /kernel: da0 at umass-sim0 bus 0 target 0 lun 0 : Jan 12 17:35:26 rosebud /kernel: da0: Removable Direct Access SCSI-2 device : Jan 12 17:35:26 rosebud /kernel: da0: 650KB/s transfers : Jan 12 17:35:26 rosebud /kernel: da0: 123MB (251904 512 byte sectors: 64H 32S/T 123C) : Jan 12 17:37:10 rosebud sudo: hartzell : TTY=ttyp0 ; PWD=/usr/home/hartzell ; USER=root ; COMMAND=/sbin/newfs_msdos -F 32 /dev/da0 : Jan 12 17:37:10 rosebud /kernel: da0: reading primary partition table: error reading fsbn 0 : :Same result on the other /dev/da0* devices. : :Anyone have any other suggestions? : :g. It probably needs a quirk entry. Try adding this to da_quirk_table[] in /usr/src/sys/cam/scsi/scsi_da.c: { /* * Stormblue Memory shtick. */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "USB Mass Storage*", "Stormblue*", "*"}, /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE }, And tell us if that fixes it. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message