From owner-freebsd-ports-bugs@freebsd.org Fri Jul 31 07:43:42 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2641E9AF2EA for ; Fri, 31 Jul 2015 07:43:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AA9FFBC for ; Fri, 31 Jul 2015 07:43:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t6V7hfAE064418 for ; Fri, 31 Jul 2015 07:43:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201718] sysutils/arcconf 1.7 Segmentation fault with Dell CERC SATA Raid Date: Fri, 31 Jul 2015 07:43:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: evolvia@worldofevolvia.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2015 07:43:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201718 --- Comment #8 from Eric --- Hi, I try o use the adaptec driver ( http://www.adaptec.com/en-us/speed/raid/aac/unix/aacraid_freebsd_b41018_tgz.php ) but I have a problem. I can't find any solution to load the driver to the raid controller. I modify the loader.conf with this line: aacraidu_load="YES" I copy aacraidu.ko to /boot/kernel When i do kldstat command, I have this output: Id Refs Address Size Name 1 6 0xc0400000 bfd124 kernel 2 1 0xc0ffe000 ff08 aacraidu.ko but when I run arcconf utility to add config info about the adapter I have always the old driver : ./arcconf GETCONFIG 1 AD Controllers found: 1 ---------------------------------------------------------------------- Controller information ---------------------------------------------------------------------- Controller Status : Optimal Channel description : SATA Controller Model : CERC SATA1.5/6ch Controller Serial Number : C74813 Installed memory : 64 MB Copyback : Disabled Background consistency check : Disabled Automatic Failover : Enabled Stayawake period : Disabled Spinup limit internal drives : 0 Spinup limit external drives : 0 Defunct disk drive count : 0 Logical devices/Failed/Degraded : 1/0/0 -------------------------------------------------------- Controller Version Information -------------------------------------------------------- BIOS : 4.1-0 (7419) Firmware : 4.1-0 (7419) Driver : 2.1-9 (1) Boot Flash : 0.0-0 (0) -------------------------------------------------------- Controller Battery Information -------------------------------------------------------- Status : Not Installed Could you explain me how can I use the new driver and not the old ? When I read the boot log, system always use the old driver: aac0: CERC SATA1.5/6ch, aac driver 2.1.9-1 I can't do how to use the aacraidu.ko instead of aac.ko Thank you very much to your help. -- You are receiving this mail because: You are the assignee for the bug.