From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 04:27:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EC5916A41F for ; Mon, 3 Oct 2005 04:27:12 +0000 (GMT) (envelope-from jhfoo@nexlabs.com) Received: from tin.colossus.net (tin.colossus.net [216.121.224.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id E950B43D48 for ; Mon, 3 Oct 2005 04:27:11 +0000 (GMT) (envelope-from jhfoo@nexlabs.com) Received: from nexpc (222.210-193-15.adsl.qala.com.sg [210.193.15.222]) by tin.colossus.net (8.9.3p2/8.9.3) with SMTP id UAA27896; Sun, 2 Oct 2005 20:28:14 -0700 Message-ID: <004a01c5c7d3$a6fb2170$c801a8c0@nexpc> From: "Foo Ji-Haw" To: "Subhro" References: <00ad01c5c7c8$e187d7d0$c801a8c0@nexpc> <4340AB54.5080101@gmail.com> Date: Mon, 3 Oct 2005 12:33:48 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Cc: freebsd-questions@freebsd.org Subject: Re: How do you patch a driver? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2005 04:27:12 -0000 Hello Subhro, Thanks for your help. From the link I have the following files: ata-mk3m.diff-current.gz (2k) ata-mk3m.diff-releng5.gz (2k) ata-mk3m.tar.gz (100k) ata-mk3n-releng5.tar.gz (113k) ata-mk3n.diff-releng5.gz (2k) Which file should I be using? Is 'current' better than 'releng5'? Do I also need to download a pair of files: ata-mk3m.diff-current.gz with ata-mk3m.tar.gz? Sorry, but I am quite confused with kernal patching. Recompiling yes, but never patched in my life. ----- Original Message ----- From: "Subhro" To: "Foo Ji-Haw" Cc: Sent: Monday, October 03, 2005 11:53 AM Subject: Re: How do you patch a driver? > Foo Ji-Haw sat at his 'puter and typed on 10/3/2005 8:46: > > Hello Gheorghe, > > > > I read with interest your success in getting your Adaptec 1210SA to work on FreeBSD. In your email you wrote that you downloaded patches to the driver code (and recompiled the kernel?) from http://people.freebsd.org/~sos/ATA > > > > I downloaded the files myself, but am not sure how to proceed from there. Can you please give me some pointers on the next steps? > > > > Appreciate your help, thanks! > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > > The general way to patch a driver is patch -p0 < patch_file. The patch > file is to be copied in the first level directory of the source code. > > Thanks > S. > > -- > -----------------+------------------------------------------------- > | Subhro Sankha Kar > \ / | GSM: +919831064613 -- Fax: +919831832913 > \./ | MSN:subhro@subhro.org -- Yahoo: subhro82 > (0Y0) | ICQ: 203567534 -- AIM: bsdboy1982 > --ooO--(_)--Ooo--+------------------------------------------------- > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"