From owner-cvs-src-old@FreeBSD.ORG Mon May 10 18:56:50 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 14244106568D for ; Mon, 10 May 2010 18:56:50 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 029B38FC12 for ; Mon, 10 May 2010 18:56:50 +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 o4AIunEB042804 for ; Mon, 10 May 2010 18:56:49 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4AIunO6042803 for cvs-src-old@freebsd.org; Mon, 10 May 2010 18:56:49 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201005101856.o4AIunO6042803@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 10 May 2010 18:56:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 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: Mon, 10 May 2010 18:56:50 -0000 marius 2010-05-10 18:56:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/mpt mpt.c mpt.h mpt_pci.c Log: SVN rev 207873 on 2010-05-10 18:56:36Z by marius MFC: r207287 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.49.2.2 +2 -0 src/sys/dev/mpt/mpt.c 1.48.2.2 +9 -1 src/sys/dev/mpt/mpt.h 1.54.2.2 +5 -0 src/sys/dev/mpt/mpt_pci.c