From owner-freebsd-scsi@FreeBSD.ORG Tue Jul 13 14:38:00 2004 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D62E16A4D0; Tue, 13 Jul 2004 14:38:00 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2FBF43D46; Tue, 13 Jul 2004 14:37:59 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6DEhLfm027357; Tue, 13 Jul 2004 08:43:21 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40F3F383.3090905@freebsd.org> Date: Tue, 13 Jul 2004 08:36:51 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Simon L. Nielsen" References: <20040713135656.GC21962@eddie.nitro.dk> In-Reply-To: <20040713135656.GC21962@eddie.nitro.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: freebsd-scsi@freebsd.org Subject: Re: Dell CERC controller in 4.10 but not 5.2.1? X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2004 14:38:00 -0000 Simon L. Nielsen wrote: > On 2004.07.13 09:17:34 -0400, Bryan Fullerton wrote: > >>I've noticed that the aac driver in 4.10-RELEASE-p2 includes support for >>the Dell CERC SATA controller, but the aac driver in 5.2.1-RELEASE-p8 does >>not. Is this because changes elsewhere in the kernel break CERC support in >>5.x, or has it just not been backported from -CURRENT to 5.x-RELEASE? > > > It's simply because 4.10 was released after 5.2, and the new device ID's > were added to -CURRENT after 5.2 was released, and then MFC'ed to > -STABLE before 4.10. They will be in 5.3, when that is released. > You are correct. > >>Can I >>just add the line for the CERC controller to aac_pci.c in 5.x >>and expect it to work? > > > Most likely yes, but I haven't tried, so I'm not sure. > Correct, it will work. Scott