From owner-freebsd-current Tue Jan 14 9:32: 5 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 612C837B401 for ; Tue, 14 Jan 2003 09:32:02 -0800 (PST) Received: from smtp1.cistron.nl (smtp1.cistron.nl [62.216.30.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id A27C043F3F for ; Tue, 14 Jan 2003 09:32:01 -0800 (PST) (envelope-from matty@cust.6.253.adsl.cistron.nl) Received: from cust.6.253.adsl.cistron.nl ([62.216.6.253]) by smtp1.cistron.nl with esmtp (Exim 3.35 #1 (Debian)) id 18YUvI-0007Sw-00; Tue, 14 Jan 2003 18:32:24 +0100 Received: from cust.6.253.adsl.cistron.nl (localhost [127.0.0.1]) by cust.6.253.adsl.cistron.nl (8.12.6/8.12.3) with ESMTP id h0EHY2K4002108; Tue, 14 Jan 2003 18:34:03 +0100 (CET) (envelope-from matty@cust.6.253.adsl.cistron.nl) From: "Matty" To: ian.watkinson@ehsbrann.com, current Subject: Re: Kernel Config files Date: Tue, 14 Jan 2003 18:34:02 +0100 Message-Id: <20030114173402.M87222@cust.6.253.adsl.cistron.nl> In-Reply-To: <1042565155.32509.48.camel@pan.ehsbrann.com> References: <1042565155.32509.48.camel@pan.ehsbrann.com> X-Mailer: Open WebMail 1.81 20021127 X-OriginatingIP: 192.168.1.101 (matty) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG you need to update the config file its in /usr/src/usr.sbin/config simple make install and this little error is fixt On 14 Jan 2003 17:26:13 +0000, Ian Watkinson wrote > Have the config of the kernel files changed? > > If so is there a pointer as to what where, and how to convert old to > new? > > Getting an error with a previously working one. > > hecate# cd /usr/src > hecate# make buildkernel KERNCONF=PICTUREBOOKKERN > Running test variables > PASS: Test variables detected no regression, output matches. > Running test targets > PASS: Test targets detected no regression. > Running test sysvmatch > PASS: Test sysvmatch detected no regression. > Running test lhs_expn > PASS: Test lhs_expn detected no regression. > Running test notdef > PASS: Test notdef detected no regression. > Running test modifiers > PASS: Test modifiers detected no regression. > Running test funny_targets > PASS: Test funny_targets detected no regression. > > -------------------------------------------------------------- > >>> Kernel build for PICTUREBOOKKERN started on Tue Jan 14 17:13:55 GMT > 2003 > -------------------------------------------------------------- > ===> PICTUREBOOKKERN > 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:/usr/obj/usr/src/make.i386:/sbin:/bin:/usr/sbin:/usr/bin config - d /usr/obj/usr/src/sys/PICTUREBOOKKERN /usr/src/sys/i386/conf/PICTUREBOOKKERN config: /usr/src/sys/i386/conf/PICTUREBOOKKERN:72: devices with zero units are not likely to be correct *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > hecate# > > Line 72 of that file is a comment and the lines above and below that > are as follows > # To make an SMP kernel, the next two are needed > #options SMP # Symmetric MultiProcessor > Kernel > #options APIC_IO # Symmetric (APIC) I/O > > device isa > #device eisa > device pci > > # Floppy drives > device fdc0 at isa? port IO_FD1 irq 6 drq 2 > device fd0 at fdc0 drive 0 > device fd1 at fdc0 drive 1 > # > # If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy, > # don't use the above line for fdc0 but the following one: > #device fdc0 > > # ATA and ATAPI devices > device ata0 at isa? port IO_WD1 irq 14 > device ata1 at isa? port IO_WD2 irq 15 > device ata > device atadisk # ATA disk drives > device atapicd # ATAPI CDROM drives > device atapifd # ATAPI floppy drives > device atapist # ATAPI tape drives > options ATA_STATIC_ID #Static device numbering > > Generic Kernel seems to buildkernel fine. > > Thanks in advance for any help. > > -- > > Ian Watkinson > Systems Administrator > EHS Brann > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message -- Open WebMail Project (http://openwebmail.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message