Date: Fri, 12 May 2006 15:38:48 +0200 From: Alexander Leidinger <Alexander@Leidinger.net> To: Ed Schouten <ed@fxq.nl> Cc: FreeBSD SCSI <freebsd-scsi@freebsd.org>, FreeBSD USB <freebsd-usb@freebsd.org>, Nate Lawson <nate@root.org> Subject: Re: Using a 'Y-E DATA USB-FDU 6.01' on FreeBSD -CURRENT Message-ID: <20060512153848.15dezc1gcggoswo0@netchild.homeip.net> In-Reply-To: <20060512122326.GJ15353@hoeg.nl> References: <20060512114625.GH15353@hoeg.nl> <20060512122326.GJ15353@hoeg.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Ed Schouten <ed@fxq.nl> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060512153848.15dezc1gcggoswo0>
