From owner-svn-src-user@FreeBSD.ORG Fri Apr 30 03:06:53 2010 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BAEF106564A; Fri, 30 Apr 2010 03:06:53 +0000 (UTC) (envelope-from jmallett@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [69.147.83.44]) by mx1.freebsd.org (Postfix) with ESMTP id 8BF598FC12; Fri, 30 Apr 2010 03:06:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o3U36rTN039547; Fri, 30 Apr 2010 03:06:53 GMT (envelope-from jmallett@svn.freebsd.org) Received: (from jmallett@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o3U36rYB039545; Fri, 30 Apr 2010 03:06:53 GMT (envelope-from jmallett@svn.freebsd.org) Message-Id: <201004300306.o3U36rYB039545@svn.freebsd.org> From: Juli Mallett Date: Fri, 30 Apr 2010 03:06:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r207414 - user/jmallett/octeon/sys/mips/cavium X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2010 03:06:53 -0000 Author: jmallett Date: Fri Apr 30 03:06:53 2010 New Revision: 207414 URL: http://svn.freebsd.org/changeset/base/207414 Log: Also adjust mapping for slot 9. Modified: user/jmallett/octeon/sys/mips/cavium/octopci.c Modified: user/jmallett/octeon/sys/mips/cavium/octopci.c ============================================================================== --- user/jmallett/octeon/sys/mips/cavium/octopci.c Fri Apr 30 03:04:09 2010 (r207413) +++ user/jmallett/octeon/sys/mips/cavium/octopci.c Fri Apr 30 03:06:53 2010 (r207414) @@ -321,7 +321,7 @@ octopci_route_interrupt(device_t dev, de #if defined(OCTEON_VENDOR_LANNER) if (slot < 32) { - if (slot == 3) + if (slot == 3 || slot == 9) irq = pin; else irq = pin - 1;