From owner-freebsd-scsi@FreeBSD.ORG Tue Jul 13 13:17:37 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 7CE5A16A4CE for ; Tue, 13 Jul 2004 13:17:37 +0000 (GMT) Received: from sue.samurai.com (sue.samurai.com [205.207.28.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4201143D2F for ; Tue, 13 Jul 2004 13:17:37 +0000 (GMT) (envelope-from bryanf@samurai.com) Received: from localhost (localhost [127.0.0.1]) by sue.samurai.com (Postfix) with ESMTP id B8D303E90 for ; Tue, 13 Jul 2004 09:17:36 -0400 (EDT) Received: from sue.samurai.com ([127.0.0.1]) by localhost (sue.samurai.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17518-01-3 for ; Tue, 13 Jul 2004 09:17:36 -0400 (EDT) Received: from localhost (joe.samurai.com [205.207.28.76]) by sue.samurai.com (Postfix) with ESMTP id 0D5A73E8B for ; Tue, 13 Jul 2004 09:17:35 -0400 (EDT) Date: Tue, 13 Jul 2004 09:17:34 -0400 From: Bryan Fullerton To: freebsd-scsi@freebsd.org Message-ID: X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at mailbox.samurai.com Subject: 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 13:17:37 -0000 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? Can I just add the line for the CERC controller to aac_pci.c in 5.x and expect it to work? joe.bryanf:/build/src> diff RELENG_4_10/sys/dev/aac/aac_pci.c RELENG_5_2/sys/dev/aac/aac_pci.c | more [...] 130,133d129 < {0x9005, 0x0285, 0x1028, 0x0291, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB, < "Dell CERC SATA RAID 2"}, < {0x9005, 0x0285, 0x9005, 0x0292, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB, < "Adaptec SCSI RAID 2810SA"}, [...] Thanks, Bryan