On Wed, 20 Jul 2005 21:40:22 +0200
Vittorio De Martino <[EMAIL PROTECTED]> 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

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

Reply via email to