From owner-freebsd-scsi Sat Sep 21 10: 6:40 2002 Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40A8537B401 for ; Sat, 21 Sep 2002 10:06:39 -0700 (PDT) Received: from bremen.shuttle.de (bremen.shuttle.de [194.95.249.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 823F243E77 for ; Sat, 21 Sep 2002 10:06:38 -0700 (PDT) (envelope-from schweikh@schweikhardt.net) Received: from bremen.shuttle.de (localhost [127.0.0.1]) by bremen.shuttle.de (Postfix) with ESMTP id C191817D8C for ; Sat, 21 Sep 2002 19:06:36 +0200 (CEST) Received: (from uucp@localhost) by bremen.shuttle.de (8.12.3/8.12.3/Debian -4) with UUCP id g8LH6aag014308 for freebsd-scsi@freebsd.org; Sat, 21 Sep 2002 19:06:36 +0200 Received: from hal9000.schweikhardt.net (localhost [127.0.0.1]) by hal9000.schweikhardt.net (8.12.6/8.12.6) with ESMTP id g8LH7A4f026981 for ; Sat, 21 Sep 2002 19:07:10 +0200 (CEST) (envelope-from schweikh@hal9000.schweikhardt.net) Received: (from schweikh@localhost) by hal9000.schweikhardt.net (8.12.6/8.12.3/Submit) id g8LH7Agl026980 for freebsd-scsi@freebsd.org; Sat, 21 Sep 2002 19:07:10 +0200 (CEST) Date: Sat, 21 Sep 2002 19:07:10 +0200 From: Jens Schweikhardt To: FreeBSD SCSI Subject: Wiring down devices does not work Message-ID: <20020921190710.A12733@schweikhardt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hello, world\n I'm trying to wire down my devices according to LINT, on -current: # The syntax for wiring down devices is: # device scbus0 at ahc0 # Single bus device # device scbus1 at ahc1 bus 0 # Single bus device # device scbus3 at ahc2 bus 0 # Twin bus device # device scbus2 at ahc2 bus 1 # Twin bus device # device da0 at scbus0 target 0 unit 0 # device da1 at scbus3 target 1 # device da2 at scbus2 target 3 # device sa1 at scbus1 target 6 But if I write (yes, I've got an ahc, it works without wiring): ... device ahc device scbus0 at ahc0 # line 84 device da0 at scbus0 target 2 device da1 at scbus0 target 8 device da2 at scbus0 target 9 device da3 at scbus0 target 10 device da4 at scbus0 target 11 then what happens is $ make buildkernel KERNCONF=HAL -------------------------------------------------------------- >>> Kernel build for HAL started on Sat Sep 21 19:01:10 CEST 2002 -------------------------------------------------------------- ===> HAL mkdir -p /usr/obj/src/current/sys cd /src/current/sys/i386/conf; PATH=/usr/obj/src/current/i386/usr/sbin:/usr/obj/src/current/i386/usr/bin:/usr/obj/src/current/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin config -d /usr/obj/src/current/sys/HAL HAL config: line 84: ahc 0 not defined *** Error code 1 I've tried variations with ahc0 and "ahc 0" to no avail. What am I missing? Regards, Jens -- Jens Schweikhardt http://www.schweikhardt.net/ SIGSIG -- signature too long (core dumped) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message