From owner-cvs-src-old@FreeBSD.ORG Tue Apr 27 18:41:37 2010 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 1493B1065673 for ; Tue, 27 Apr 2010 18:41:37 +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 01A638FC5D for ; Tue, 27 Apr 2010 18:41:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o3RIfaOF061789 for ; Tue, 27 Apr 2010 18:41:36 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3RIfaxq061788 for cvs-src-old@freebsd.org; Tue, 27 Apr 2010 18:41:36 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201004271841.o3RIfaxq061788@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Tue, 27 Apr 2010 18:41:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_pci.c 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: Tue, 27 Apr 2010 18:41:37 -0000 marius 2010-04-27 18:41:16 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c mpt.h mpt_pci.c Log: SVN rev 207287 on 2010-04-27 18:41:16Z by marius On sparc64 obtain the initiator ID to be used for SPI HBAs from the Open Firmware device tree in order to match what the PROM built-in driver uses. This is especially important when netbooting Fujitsu Siemens PRIMEPOWER250 as in that case the built-in driver isn't used and the port facts PortSCSIID defaults to 0, conflicting with the disk at the same address. Revision Changes Path 1.51 +2 -0 src/sys/dev/mpt/mpt.c 1.50 +9 -1 src/sys/dev/mpt/mpt.h 1.56 +5 -0 src/sys/dev/mpt/mpt_pci.c