Date: Mon, 14 Aug 2000 12:56:00 +1200 From: "Dan Langille" <dan@langille.org> To: "Chris D. Faulhaber" <jedgar@fxp.org> Cc: freebsd-stable@freebsd.org Subject: Re: make installkernel=MYKERNEL doesn't seem to do anything Message-ID: <200008140056.MAA04912@ducky.nz.freebsd.org> In-Reply-To: <Pine.BSF.4.21.0008132035190.11879-100000@pawn.primelocation.net> References: <200008140028.MAA04750@ducky.nz.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008140056.MAA04912>