From owner-freebsd-bugs Sat Feb 1 12:30: 6 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22B9237B405 for ; Sat, 1 Feb 2003 12:30:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D55943F43 for ; Sat, 1 Feb 2003 12:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h11KU3NS035003 for ; Sat, 1 Feb 2003 12:30:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h11KU3NW035002; Sat, 1 Feb 2003 12:30:03 -0800 (PST) Date: Sat, 1 Feb 2003 12:30:03 -0800 (PST) Message-Id: <200302012030.h11KU3NW035002@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sean Levy Subject: kern/47793: M-Systems USB Disk-on-key quirk for scsi_da.c Reply-To: Sean Levy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/47793; it has been noted by GNATS. From: Sean Levy To: undisclosed-recipients: ; Cc: Subject: kern/47793: M-Systems USB Disk-on-key quirk for scsi_da.c Date: Sat, 01 Feb 2003 15:14:18 EST >Number: 47793 >Category: kern >Synopsis: M-Systems USB Disk-on-key quirk for scsi_da.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 01 12:20:11 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sean Levy >Release: FreeBSD 4.7-STABLE i386 >Organization: the clue factory at St.Alphonsos >Environment: System: FreeBSD semantics.stalphonsos.com 4.7-STABLE FreeBSD 4.7-STABLE #2: Wed Jan 15 13:51:14 EST 2003 root@semantics.stalphonsos.com:/usr/obj/usr/src/sys/SEMANTICS i386 >Description: /usr/src/sys/cam/scsi/scsi_da.c needs a small patch to allow the M-Systems Disk-on-key USB drive to work properly. >How-To-Repeat: Attach an M-Systems Disk-on-key and see that you get SCSI errors trying to use it. >Fix: Apply the following patch to /usr/src/sys/cam/scsi/scsi_da.c --- scsi_da.c.patch begins here --- *** scsi_da.c Wed Jan 15 12:40:06 2003 --- /root/scsi_da.c Tue Jan 14 22:34:23 2003 *************** *** 399,404 **** --- 399,411 ---- */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "HP", "USB CAMERA", "*"}, /*quirks*/ DA_Q_NO_6_BYTE + }, + { + /* + * M-Systems DiskOnKey + */ + {T_DIRECT, SIP_MEDIA_REMOVABLE, "M-Sys", "DiskOnKey", "*"}, + /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE } }; --- scsi_da.c.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message