From owner-freebsd-current Sun Oct 1 0:24:11 2000 Delivered-To: freebsd-current@freebsd.org Received: from netplex.com.au (adsl-63-207-30-186.dsl.snfc21.pacbell.net [63.207.30.186]) by hub.freebsd.org (Postfix) with ESMTP id 165E837B503 for ; Sun, 1 Oct 2000 00:24:07 -0700 (PDT) Received: from netplex.com.au (peter@localhost [127.0.0.1]) by netplex.com.au (8.11.0/8.9.3) with ESMTP id e917NPG01069; Sun, 1 Oct 2000 00:23:29 -0700 (PDT) (envelope-from peter@netplex.com.au) Message-Id: <200010010723.e917NPG01069@netplex.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: Motomichi Matsuzaki Cc: Alexander@Leidinger.net, current@FreeBSD.ORG Subject: Re: config(8) weirdness In-Reply-To: <86lmwafl04.wl@tkc.att.ne.jp> Date: Sun, 01 Oct 2000 00:23:25 -0700 From: Peter Wemm Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG EEK! I will take a look at this right now... Motomichi Matsuzaki wrote: > > Hi. > > At Sun, 27 Aug 2000 15:16:01 +0200 (CEST), > Alexander Leidinger wrote: > > > Can anyone success compiling kernel with the following config? > > > > > > # ATA and ATAPI devices > > > 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 > > > #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices > > > > > I've the same problem. > > > This is obvous BUG of config(8), newly introduced 'count' feature. > > In /sys/conf/files.i386 : > > dev/ata/atapi-all.c count atapicd > dev/ata/atapi-all.c count atapifd > dev/ata/atapi-all.c count atapist > > On the current implementation, > the first line is only effective, > > i.e. same as: > > dev/ata/atapi-all.c count atapicd > #dev/ata/atapi-all.c count atapifd > #dev/ata/atapi-all.c count atapist > > Then, atapi-all.c will be copiled only when atapicd is enabled. > > > To exchange the lines of files.i386 takes effect as a symptomatic therapy. > But..., fix for config(8) is needed. > > -- > Motomichi Matsuzaki > Dept. of Biological Sciences, Grad. School of Science, Univ. of Tokyo, Japan > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message