From owner-cvs-src-old@FreeBSD.ORG Sat Oct 11 12:10:41 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7760F106568C for ; Sat, 11 Oct 2008 12:10:41 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4DB408FC27 for ; Sat, 11 Oct 2008 12:10:41 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9BCAfFC043718 for ; Sat, 11 Oct 2008 12:10:41 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9BCAdWF043711 for cvs-src-old@freebsd.org; Sat, 11 Oct 2008 12:10:39 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200810111210.m9BCAdWF043711@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sat, 11 Oct 2008 12:10:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/conf GENERIC X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2008 12:10:41 -0000 marius 2008-10-11 12:10:23 UTC FreeBSD src repository Modified files: sys/sparc64/conf GENERIC Log: SVN rev 183762 on 2008-10-11 12:10:23Z by marius Enable mpt(4) as some later models have on-board Fusion-MPT controllers and it seems to work just fine with at least an add-on SAS3080X. While at it, remove the commented out ncr(4) as it doesn't even use bus_dma(9), which isn't worth fixing though as sym(4) already supports a superset of the controllers driven by ncr(4). Revision Changes Path 1.144 +2 -3 src/sys/sparc64/conf/GENERIC