From owner-freebsd-questions Tue Feb 20 6:55:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from forrie.net (forrie.net [216.67.14.69]) by hub.freebsd.org (Postfix) with ESMTP id 5CBA237B401 for ; Tue, 20 Feb 2001 06:55:08 -0800 (PST) (envelope-from forrie@forrie.com) Received: from boom.forrie.com (forrie.ne.mediaone.net [24.147.132.133]) by forrie.net with id f1KEsxl82593 for ; Tue, 20 Feb 2001 09:55:07 -0500 (EST) Message-Id: <5.0.2.1.2.20010220095427.00a84880@216.67.14.69> X-Sender: forrie@216.67.14.69 X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Tue, 20 Feb 2001 09:54:40 -0500 To: freebsd-questions@freebsd.org From: Forrest Aldrich Subject: Kernel compile problem (ahc) FreeBSD-4.x Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just did a buildworld, and now I can't build a new kernel due to this error: -------------------------------------------------------------- >>> Kernel build for DRAMA started on Tue Feb 20 00:56:23 EST 2001 -------------------------------------------------------------- ===> DRAMA 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/DRAMA DRAMA config: line 95: ahc 0 not defined *** Error code 1 I looked to ensure that the lines are properly referenced. I have hard-wired devices, which have worked fine in the past: device scbus3 at ahc0 device scbus0 at ahc1 device scbus1 at ahc2 device scbus2 at ahc3 The definition for ahc is above these hard-wired references. The old kernel works fine. Is this a known bug that needs fixing or? _F To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message