From owner-freebsd-hackers Thu Feb 1 18:48:49 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from femail2.rdc1.on.home.com (femail2.rdc1.on.home.com [24.2.9.89]) by hub.freebsd.org (Postfix) with ESMTP id BEA8437B4EC for ; Thu, 1 Feb 2001 18:48:27 -0800 (PST) Received: from localhost.on.rogers.wave.ca ([24.112.85.94]) by femail2.rdc1.on.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010202024821.DMRE2929.femail2.rdc1.on.home.com@localhost.on.rogers.wave.ca> for ; Thu, 1 Feb 2001 18:48:21 -0800 Content-Length: 1274 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 01 Feb 2001 21:48:27 -0500 (EST) Reply-To: gbuchana@home.com From: Gardner Buchanan To: freebsd-hackers@freebsd.org Subject: Config doesn't understand wired SCSI devices any more Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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