Quoting Ed Schouten <[EMAIL PROTECTED]> (from Fri, 12 May 2006 14:23:26 +0200):

After looking into some more kernel source, I wrote the following patch
that removes the errors:

%%%
--- scsi_da.c   Fri May 12 14:19:20 2006
+++ scsi_da.c   Fri May 12 14:16:17 2006
@@ -443,6 +443,13 @@
                {T_DIRECT, SIP_MEDIA_REMOVABLE, "Generic*", "STORAGE DEVICE*",
                "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
        },
+       {
+               /*
+                * Y-E DATA USB Floppy Drive
+                */
+               {T_DIRECT, SIP_MEDIA_REMOVABLE, "Y-E DATA", "USB-FDU*",
+               "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
+       },
 };

 static disk_strategy_t dastrategy;
%%%

Is there someone here willing to commit it for me or should I open a PR
for it?

Quirks need to be submitted via send-pr, so that we have a trace (please include the error messages from your initial mail).

Bye,
Alexander.

--
http://www.Leidinger.net  Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org     netchild @ FreeBSD.org  : PGP ID = 72077137
When I was in school, I cheated on my metaphysics exam:
I looked into the soul of the boy sitting next to me.
                -- Woody Allen


_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to