Date: Tue, 8 Apr 2003 19:56:55 -0700 (US Mountain Standard Time) From: Steve Grandi <grandi@noao.edu> To: freebsd-scsi@freebsd.org Subject: Wiring down SCSI devices in STABLE Message-ID: <Pine.WNT.4.52.0304081952280.2224@D4KHWJ11>
next in thread | raw e-mail | index | archive | help
Is it possible to "wire down" SCSI device names in STABLE? The procedure
given in LINT doesn't work...
An excerpt from a config file for a machine called archive:
--------------------------------------------------------------------------
# SCSI Controllers
#device ahb # EISA AHA1742 family
device ahc # AHA2940 and onboard AIC7xxx devices
device ahd # AHA39320/29320 and onboard AIC79xx
devices
#device amd # AMD 53C974 (Tekram DC-390(T))
#device isp # Qlogic family
#device mpt # LSI-Logic MPT/Fusion
device ncr # NCR/Symbios Logic
device sym # NCR/Symbios Logic (newer chipsets)
options SYM_SETUP_LP_PROBE_MAP=0x40
# Allow ncr to attach legacy NCR devices
when
# both sym and ncr are configured
#device adv0 at isa?
#device adw
#device bt0 at isa?
#device aha0 at isa?
#device aic0 at isa?
#device ncv # NCR 53C500
#device nsp # Workbit Ninja SCSI-3
#device stg # TMC 18C30/18C50
# SCSI peripherals
device scbus # SCSI bus (required)
device da # Direct Access (disks)
device sa # Sequential Access (tape etc)
device cd # CD
device pass # Passthrough device (direct SCSI access)
device scbus0 at ahc0
device scbus1 at ahd0
device scbus2 at ahd
device da0 at scbus1 target 0
device da1 at scbus1 target 1
device da2 at scbus1 target 2
device da3 at scbus0 target 2
---------------------------------------------------------------------------
And the result when I try to make a kernel:
archive# cd /usr/src
archive# make buildkernel
--------------------------------------------------------------
>>> Kernel build for ARCHIVE started on Tue Apr 8 18:57:03 MST 2003
--------------------------------------------------------------
===> ARCHIVE
mkdir -p /usr/obj/usr/src/sys
cd /usr/src/sys/i386/conf;
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
config -d /usr/obj/usr/src/sys/ARCHIVE /usr/src/sys/i386/conf/ARCHIVE
config: line 120: ahc 0 not defined
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
--
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?Pine.WNT.4.52.0304081952280.2224>
