From owner-freebsd-current Sat Feb 15 14:55:37 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 632A337B401 for ; Sat, 15 Feb 2003 14:55:36 -0800 (PST) Received: from wall.polstra.com (wall-gw.polstra.com [206.213.73.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 975F343FAF for ; Sat, 15 Feb 2003 14:55:35 -0800 (PST) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (strings.polstra.com [206.213.73.20]) by wall.polstra.com (8.12.3/8.12.3) with ESMTP id h1FMtYu4090781 for ; Sat, 15 Feb 2003 14:55:35 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.5.1 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sat, 15 Feb 2003 14:55:34 -0800 (PST) Organization: Polstra & Co., Inc. From: John Polstra To: current@freebsd.org Subject: Is scsi device wiring broken? Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I can't seem to get config on a Jan. 15 -current system to accept wired down SCSI devices. I tried this: device ahc options AHC_ALLOW_MEMIO device scbus0 at ahc0 device da0 at scbus0 target 0 unit 0 device da1 at scbus0 target 1 unit 0 and config complained with: config: BLAKE:46: devices with zero units are not likely to be correct Line 46 is the blank line following the AHC_ALLOW_MEMIO option. Next, I tried this: device ahc device ahc0 options AHC_ALLOW_MEMIO device scbus device scbus0 at ahc0 device da device da0 at scbus0 target 0 unit 0 device da1 at scbus0 target 1 unit 0 But I got the same error message, this time referring to the first "ahc" device line. What's the magic incantation to make it work? Thanks, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message