From owner-freebsd-stable@FreeBSD.ORG Fri Dec 10 17:00:25 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92E8616A4CE for ; Fri, 10 Dec 2004 17:00:25 +0000 (GMT) Received: from rader.servnow.com (rader.servnow.com [69.93.129.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50D2143D45 for ; Fri, 10 Dec 2004 17:00:25 +0000 (GMT) (envelope-from mikes@siralan.org) Received: from 12-210-181-37.client.insightbb.com ([12.210.181.37]) by rader.servnow.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.43) id 1Cco7w-00069q-PH; Fri, 10 Dec 2004 12:00:20 -0500 Date: Fri, 10 Dec 2004 12:00:23 -0500 (EST) From: "Michael L. Squires" X-X-Sender: mikes@familysquires.net To: Dermot Tynan In-Reply-To: <1102517085.22096.4.camel@localhost> Message-ID: <20041210115714.I45724@familysquires.net> References: <1102517085.22096.4.camel@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - rader.servnow.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - siralan.org X-Source: X-Source-Args: X-Source-Dir: cc: freebsd-stable@freebsd.org Subject: Wiring down SCSI devices - was Re: Problem booting a Compaq Proliant 1600. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2004 17:00:25 -0000 The information needed to wire down SCSI devices (which appears to be necesary in some cases with systems that have more than 1 SCSI controller) is contained in /usr/src/sys/i386/conf/NOTES for v4.10, and /sys/conf/NOTES for 5.3-STABLE Thanks to Scott Long for pointing out the latter. Mike Squires