Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2005 21:51:16 +0200
From:      "albi@scii.nl" <albi@scii.nl>
To:        freebsd-questions@freebsd.org
Subject:   Re: usb mass storage failure
Message-ID:  <20050720215116.7cd18bfb.albi@scii.nl>
In-Reply-To: <200507202140.23180.vdm.fbsd@virgilio.it>
References:  <42DC14FE0000EC76@ims1d.cp.tin.it> <20050720161125.GC94371@dan.emsphone.com> <200507202140.23180.vdm.fbsd@virgilio.it>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 20 Jul 2005 21:40:22 +0200
Vittorio De Martino <vdm.fbsd@virgilio.it> wrote:

> > Try the patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=81846
> 
> Dan, thank you very much for your valuable suggestion 
> BUT
> being a real novice with freebsd (I have experience of linux) could
> you please  explain straightforwardly HOW and WHERE I should apply the
> patch?

looking at the patch, you can do the following :

rm /usr/src/sys/cam/scsi/scsi_da.c.o
open /usr/src/sys/cam/scsi/scsi_da.c in your fav. editor
search for "FL" (with quotes)

and add the lines with the + signs in front in between where it is
suppose to go (following the above url)

another option :

copy and paste the proposed patch into a file e.g. called
/usr/src/patch1 

cd /usr/src
patch < patch1




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050720215116.7cd18bfb.albi>