From owner-freebsd-questions Wed Nov 12 08:57:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA17525 for questions-outgoing; Wed, 12 Nov 1997 08:57:54 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from Moonraker.afsc.k12.ar.us ([170.211.144.146]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA17520 for ; Wed, 12 Nov 1997 08:57:49 -0800 (PST) (envelope-from bbeavers@Moonraker.afsc.k12.ar.us) Received: (from bbeavers@localhost) by Moonraker.afsc.k12.ar.us (8.8.3/8.8.3) id LAA10303; Wed, 12 Nov 1997 11:49:47 GMT Date: Wed, 12 Nov 1997 11:49:47 +0000 () From: Bill Beavers To: David Greenman cc: freebsd-questions@FreeBSD.ORG Subject: Re: cyclades pci won't compile In-Reply-To: <199711121621.IAA08849@implode.root.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > What happened to the patch to /sys/conf/files? > > pci/cy_pci.c optional cy device-driver > Well, this is kinda weird to me... In the /sys/conf/ I have a files, a files.orig and a files.newconf The files has no mention of the pci/cy_pci.c line but The file.orig does have the line. Should I rename files.orig to files and recompile my kernel? How do these files come into play. does the kernel read them when it is building? I very much appreciate your help in my understanding of these things. //bb