Date: Sat, 01 Feb 2003 15:14:18 EST From: Sean Levy <snl@cluefactory.com> To: undisclosed-recipients: ; Subject: kern/47793: M-Systems USB Disk-on-key quirk for scsi_da.c Message-ID: <200302012014.h11KEIjd026286@hawg.stalphonsos.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302012014.h11KEIjd026286>
