From owner-freebsd-bugs@FreeBSD.ORG Wed Apr 9 10:50:12 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF89737B401 for ; Wed, 9 Apr 2003 10:50:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8768243F75 for ; Wed, 9 Apr 2003 10:50:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h39HoCUp013919 for ; Wed, 9 Apr 2003 10:50:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h39HoC5B013917; Wed, 9 Apr 2003 10:50:12 -0700 (PDT) Date: Wed, 9 Apr 2003 10:50:12 -0700 (PDT) Message-Id: <200304091750.h39HoC5B013917@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Steve Grandi Subject: Re: kern/50741: "wiring down SCSI devices" as described in LINT doesn't work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Steve Grandi List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 17:50:13 -0000 The following reply was made to PR kern/50741; it has been noted by GNATS. From: Steve Grandi To: freebsd-gnats-submit@FreeBSD.org, grandi@noao.edu Cc: Subject: Re: kern/50741: "wiring down SCSI devices" as described in LINT doesn't work Date: Wed, 9 Apr 2003 10:49:43 -0700 (US Mountain Standard Time) Thanks to Scott Long and Wilko Bulte who both supplied the trick to get this working. Following is a context diff for LINT to properly describe reality. *** LINT Wed Apr 9 10:37:37 2003 --- LINT.new Wed Apr 9 10:47:33 2003 *************** *** 887,892 **** --- 887,904 ---- # device sa1 at scbus1 target 6 # device cd + # NOTE: for this example syntax to work, the device entry for ahc must + # be changed to device entres for ahc0, ahc1 and ahc2. In other words + # instead of: + + #device ahc # AHA2940 and onboard AIC7xxx devices + + # use the following: + + #device ahc0 # AHA2940 and onboard AIC7xxx devices + #device ahc1 # AHA2940 and onboard AIC7xxx devices + #device ahc2 # AHA2940 and onboard AIC7xxx devices + # "units" (SCSI logical unit number) that are not specified are # treated as if specified as LUN 0. -- Steve Grandi National Optical Astronomy Observatory/AURA Inc., Tucson AZ USA Internet: grandi@noao.edu Voice: +1 520 318-8228 FAX: +1 520 318-8360