Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Feb 2001 21:48:27 -0500 (EST)
From:      Gardner Buchanan <gbuchana@home.com>
To:        freebsd-hackers@freebsd.org
Subject:   Config doesn't understand wired SCSI devices any more
Message-ID:  <XFMail.010201214827.gbuchana@home.com>

next in thread | raw e-mail | index | archive | help
Hi,

I cvsupped 4.2-STABLE last night and did a buildworld.
This part was okay.  Now I'm trying to build a kernel
and config is complaining about the config lines that
wire down my SCSI devices.

Config says this:

   config: line 83: sym 0 not defined

My Kernel config looks like this:

   72   device          ncr             # NCR/Symbios Logic
   73   device          sym             # NCR/Symbios Logic (newer chipsets)
   74   
   75   #device         adv0    at isa?
   76   #device         adw
   77   #device         bt0     at isa?
   78   #device         aha0    at isa?
   79   #device         aic0    at isa?
   80   
   81   # Wired down SCSI unit numbers.
   82   #
   83   device        scbus0 at sym0
   84   device        da0 at scbus0 target 3 unit 0
   85   device        cd0 at scbus0 target 3 unit 1
   86   device        da1 at scbus0 target 6
   87   device        da2 at scbus0 target 9

If I comment these lines out, the kernel seems to build
allright.

I noticed that the wiring down example in LINT is commented 
out, so any quick tests would have missed this.

============================================================
Gardner Buchanan                         <gbuchana@home.com>
Ottawa, ON             FreeBSD: Where you want to go. Today.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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