Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2003 10:50:12 -0700 (PDT)
From:      Steve Grandi <grandi@noao.edu>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/50741: "wiring down SCSI devices" as described in LINT doesn't work
Message-ID:  <200304091750.h39HoC5B013917@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/50741; it has been noted by GNATS.

From: Steve Grandi <grandi@noao.edu>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304091750.h39HoC5B013917>