kern/50741: "wiring down SCSI devices" as described in LINT doesn't work

Steve Grandi grandi at noao.edu
Wed Apr 9 10:50:13 PDT 2003


The following reply was made to PR kern/50741; it has been noted by GNATS.

From: Steve Grandi <grandi at noao.edu>
To: freebsd-gnats-submit at FreeBSD.org, grandi at 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 at noao.edu  Voice: +1 520 318-8228  FAX: +1 520 318-8360


More information about the freebsd-bugs mailing list