From owner-freebsd-stable Sun Aug 13 17:56:21 2000 Delivered-To: freebsd-stable@freebsd.org Received: from ducky.nz.freebsd.org (ns1.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 3D89C37B878 for ; Sun, 13 Aug 2000 17:56:11 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id MAA04912; Mon, 14 Aug 2000 12:56:02 +1200 (NZST) Message-Id: <200008140056.MAA04912@ducky.nz.freebsd.org> From: "Dan Langille" Organization: langille.org To: "Chris D. Faulhaber" Date: Mon, 14 Aug 2000 12:56:00 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: make installkernel=MYKERNEL doesn't seem to do anything Reply-To: dan@langille.org Cc: freebsd-stable@freebsd.org References: <200008140028.MAA04750@ducky.nz.freebsd.org> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 13 Aug 2000, at 20:37, Chris D. Faulhaber wrote: > Something wrong with your config? ... try GENERIC Good point. it appears GENERIC has undergone some significant changes between release and -stable. $ diff GENERIC ATOM | wc -l 212 The ATOM config file is GENERIC with one line changed and one added. Namely: # ISA Ethernet NICs. <=== line 182 (see below) device ed0 at isa? port 0x300 irq 10 iomem 0xd800 device ed1 at isa? port 0x240 irq 5 iomem 0xd800 But I see under the new GENERIC, ed0 is now just ed: # ISA Ethernet NICs. device ed I'm not not sure how to add additional NICs, so I tried added the above lines. I now encounter these errors: When I added the lines for ed0 and ed1 into ATOM, I get this upon config after issuing this command: [root@paul:/usr/src] # make KERNEL=ATOM buildkernel -------------------------------------------------------------- >>> Rebuilding kernel(s) -------------------------------------------------------------- ===> ATOM 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 -r -d /usr/obj/usr/src/sys/ATOM ATOM Removing old directory /usr/obj/usr/src/sys/ATOM: Done. config: line 182: devices with zero units are not likely to be correct config: line 183: syntax error config: line 184: syntax error WARNING: Old PCI driver compatability shims present. WARNING: Old ISA driver compatability shims present. Don't forget to do a ``make depend'' But the build is still running. We'll see how it goes. -- Dan Langille [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/ FreshPorts - http://freshports.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message