From owner-freebsd-hackers Sat Sep 16 04:18:52 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA18124 for hackers-outgoing; Sat, 16 Sep 1995 04:18:52 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id EAA18119 for ; Sat, 16 Sep 1995 04:18:49 -0700 Received: from corbin.Root.COM (corbin [198.145.90.34]) by Root.COM (8.6.12/8.6.5) with ESMTP id EAA04345; Sat, 16 Sep 1995 04:17:34 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id EAA01063; Sat, 16 Sep 1995 04:19:53 -0700 Message-Id: <199509161119.EAA01063@corbin.Root.COM> To: Didier Derny cc: hackers@freebsd.org Subject: Re: atapi.c and wcd.c missing.... In-reply-to: Your message of "Sat, 16 Sep 95 14:51:09 +0200." From: David Greenman Reply-To: davidg@Root.COM Date: Sat, 16 Sep 1995 04:19:52 -0700 Sender: owner-hackers@freebsd.org Precedence: bulk >This morning I've updated my -stable source tree with sup. > >but I have been unable to rebuild the kernel > >I got the following message > >cc: ../../i386/isa/atapi.c not found >cc: ../../i386/isa/wcd.c not found > >I'm not sure that the exact message was "not found" but it meant not found. > >I checked on ftp.freebsd.org but these files are not present either > >What can I do to resolved this problem. It appears that you've added support for ATAPI CDROMs in your kernel config file? The solution is to not specify this in your kernel config file. Look for the entry 'wdc0' and remove it. We have not yet brought in the ATAPI cdrom support. -DG