From owner-freebsd-questions Wed Nov 12 09:02:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA17993 for questions-outgoing; Wed, 12 Nov 1997 09:02:50 -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 JAA17884 for ; Wed, 12 Nov 1997 09:01:30 -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 LAA10328; Wed, 12 Nov 1997 11:55:41 GMT Date: Wed, 12 Nov 1997 11:55:40 +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 I meant to add this to my reply a while back for clarity. In the files.orig, I have the following line(s) pci/bt9xx.c optional bt device-driver pci/cy_pci.c optional cy device-driver pci/if_de.c optional de device-driver In the files file, I have no mention of the pci/cy_pci.c file //bb