From owner-svn-src-projects@FreeBSD.ORG Mon Nov 4 00:33:30 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A52A9469; Mon, 4 Nov 2013 00:33:30 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 912862C90; Mon, 4 Nov 2013 00:33:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA40XUxG015442; Mon, 4 Nov 2013 00:33:30 GMT (envelope-from marcel@svn.freebsd.org) Received: (from marcel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA40XUoA015441; Mon, 4 Nov 2013 00:33:30 GMT (envelope-from marcel@svn.freebsd.org) Message-Id: <201311040033.rA40XUoA015441@svn.freebsd.org> From: Marcel Moolenaar Date: Mon, 4 Nov 2013 00:33:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r257599 - projects/altix2/sys/ia64/conf X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2013 00:33:30 -0000 Author: marcel Date: Mon Nov 4 00:33:30 2013 New Revision: 257599 URL: http://svnweb.freebsd.org/changeset/base/257599 Log: Add drivers for H/W found in the Altix 450: mpt(4), ohci(4) and ehci(4) Of these, mpt(4) is already rewritten to use busdma/mi and since it's the first PCI device we probe and attach, we're in a good shape to finalize the TIOCP bridge support. Note also the the Altix 450 doesn't have an ioc4-base ATA controller. It uses a SII controller. With that, we're also setup to rewrite ata(4) to use busdma/mi. Thus: Most of the support for the Altix 350 and Altix 450 pivots around proper DMA handling -- i.e. busdma/mi. Sponsored by: HOB GmbH & Co. KG Modified: projects/altix2/sys/ia64/conf/ALTIX Modified: projects/altix2/sys/ia64/conf/ALTIX ============================================================================== --- projects/altix2/sys/ia64/conf/ALTIX Sun Nov 3 23:17:30 2013 (r257598) +++ projects/altix2/sys/ia64/conf/ALTIX Mon Nov 4 00:33:30 2013 (r257599) @@ -11,6 +11,7 @@ device bge device bpf device cd device da +device ehci device ether device firmware device ioc4 @@ -18,12 +19,16 @@ device isp device loop device md device miibus +device mpt +device ohci device pass device pci device random device scbus device tun device uart +device umass +device usb device vlan options ALT_BREAK_TO_DEBUGGER