From owner-freebsd-stable@FreeBSD.ORG Sun Apr 19 22:03:24 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 250862A8 for ; Sun, 19 Apr 2015 22:03:24 +0000 (UTC) Received: from bellagio.open2view.net (bellagio.open2view.net [210.48.79.75]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E785063A for ; Sun, 19 Apr 2015 22:03:23 +0000 (UTC) Received: from dhcp100.akl.open2view.lan (unknown [114.23.246.97]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: pmurray@nevada.net.nz) by bellagio.open2view.net (Postfix) with ESMTPSA id 4F2A912AA538 for ; Mon, 20 Apr 2015 09:53:06 +1200 (NZST) From: Phil Murray Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Adaptec 7805H drivers Message-Id: <70F1FB0F-2F4A-4FED-8DA3-E86994BA2203@nevada.net.nz> Date: Mon, 20 Apr 2015 09:53:04 +1200 To: freebsd-stable@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) X-Mailer: Apple Mail (2.1990.1) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2015 22:03:24 -0000 Hi, I have a few Adaptec 7805H HBA cards which FreeBSD doesn=E2=80=99t = support natively. However Adaptec have provided binary drivers for = FreeBSD 9.2 (9.3 and 10.x support sadly absent). The problem I have is with the GENERIC kernel the compiled in ahd driver = tries to attach to the controller and fails. This prevents the pmspcv = (Adaptec binary) driver from working. I=E2=80=99d like to keep using GENERIC for freebsd-update etc., so is = there a way I can stop the ahd driver from trying to attach without = rebuilding the kernel? Perhaps change their priority or precedence = somehow? Is porting the open source Linux driver to FreeBSD a possibility?=20 Cheers Phil=