From owner-svn-doc-head@freebsd.org Sun Jan 17 06:17:02 2016 Return-Path: Delivered-To: svn-doc-head@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 BA306A851F9; Sun, 17 Jan 2016 06:17:02 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 726DA150F; Sun, 17 Jan 2016 06:17:02 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0H6H1Yx074239; Sun, 17 Jan 2016 06:17:01 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0H6H1rb074238; Sun, 17 Jan 2016 06:17:01 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201601170617.u0H6H1rb074238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Sun, 17 Jan 2016 06:17:01 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48047 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 06:17:02 -0000 Author: bjk Date: Sun Jan 17 06:17:01 2016 New Revision: 48047 URL: https://svnweb.freebsd.org/changeset/doc/48047 Log: Add entry on SoftIron bringup work from andrew Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Sun Jan 17 06:12:48 2016 (r48046) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Sun Jan 17 06:17:01 2016 (r48047) @@ -3287,4 +3287,54 @@ ABT Systems Ltd + + + &os; on SoftIron Overdrive 3000 + + + + + Andrew + Turner + + andrew@FreeBSD.org + + + + + SoftIron Website + + + +

The SoftIron Overdrive 3000 is an ARMv8 based server with an + 8-core AMD Opteron A1100 processor. The Overdrive 3000 has + two 10Gbase-T ethernet ports, two PCI Express ports, and eight + SATA ports. &os; has been updated to be able to boot on this + hardware.

+ +

Support for the SATA device was added to the + ahci(4) driver. Unlike on x86, this is a Memory Mapped + (mmio) device, and not on the PCI bus. To support this, a new + ahci mmio driver attachment has been added.

+ +

The generic PCIe driver has been updated to improve interrupt + handling. This includes supporting the interrupt-map devicetree + property, and supporting MSI and MSI-X interrupts on arm64.

+ +

Support for MSI and MSI-X interrupts has been added to the ARM + Generic Interrupt Controller v2 (gicv2) driver. This allows devices + to use these interrupts. This has been tested with a collection + of PCIe NIC hardware.

+ + + + SoftIron Inc. + + + + +

Write a driver for the 10Gbase-T NIC.

+
+
+