From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 26 20:24:10 2009 Return-Path: Delivered-To: hackers@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 195521065675; Fri, 26 Jun 2009 20:24:10 +0000 (UTC) (envelope-from sos@deepcore.dk) Received: from deepcore.dk (adsl.deepcore.dk [87.63.29.106]) by mx1.freebsd.org (Postfix) with ESMTP id 9BCBE8FC1B; Fri, 26 Jun 2009 20:24:09 +0000 (UTC) (envelope-from sos@deepcore.dk) Received: from [192.168.0.138] ([192.168.0.138]) by deepcore.dk (8.14.3/8.14.2) with ESMTP id n5QKB8Fv003798; Fri, 26 Jun 2009 22:11:08 +0200 (CEST) (envelope-from sos@deepcore.dk) Message-Id: <8EB69F68-8ED2-469C-B83E-2555A72630B4@deepcore.dk> From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= To: stable@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v935.3) Date: Fri, 26 Jun 2009 22:11:08 +0200 X-Mailer: Apple Mail (2.935.3) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (deepcore.dk [217.20.59.72]); Fri, 26 Jun 2009 22:11:08 +0200 (CEST) X-Mailman-Approved-At: Mon, 29 Jun 2009 01:00:40 +0000 Cc: hackers@FreeBSD.ORG Subject: ATA driver update for 7.2RELEASE available X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2009 20:24:10 -0000 Over the past months I've gotten huge amounts of requests for ATA =20 related things, so I've whipped up what I use here for FreeBSD 7.2-=20 Release. This is a total replacement of the ATA driver, modulerized as in -=20 current, but based on my WIP not from what might have happend to -=20 current since I gave up maintainership. There is a number of new chipsets supported in here that I dont think =20= is in any of the official sources (havn't checked in quite some time =20 though), mostly newish ATI, nVidia and Marvell chips (yeah those =20 buggers with both ATA & SATA ports). You can find and install.sh script and a tarball of the needed files at: http://www.deepcore.dk/pub/ATA Put both in /usr/src and run install.sh. As I dont subscribe to any of the mailing lists nor does my =20 FreeBSD.org mail address seem to work anymore, you will need to reply =20= to me directly if needed. As always - Enjoy! -S=F8ren --