Date: Sun, 01 Oct 2000 00:23:25 -0700 From: Peter Wemm <peter@netplex.com.au> To: Motomichi Matsuzaki <mzaki@e-mail.ne.jp> Cc: Alexander@Leidinger.net, current@FreeBSD.ORG Subject: Re: config(8) weirdness Message-ID: <200010010723.e917NPG01069@netplex.com.au> In-Reply-To: <86lmwafl04.wl@tkc.att.ne.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <Alexander@Leidinger.net> 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 <mzaki@e-mail.ne.jp> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010010723.e917NPG01069>