From owner-cvs-all@FreeBSD.ORG Fri Mar 12 09:31:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17CFA16A4CF; Fri, 12 Mar 2004 09:31:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D243843D31; Fri, 12 Mar 2004 09:31:29 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2CHVTGe035744; Fri, 12 Mar 2004 09:31:29 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2CHVT94035743; Fri, 12 Mar 2004 09:31:29 -0800 (PST) (envelope-from wpaul) Message-Id: <200403121731.i2CHVT94035743@repoman.freebsd.org> From: Bill Paul Date: Fri, 12 Mar 2004 09:31:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.i386 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 17:31:30 -0000 wpaul 2004/03/12 09:31:29 PST FreeBSD src repository Modified files: sys/conf files.i386 Log: Add if_ndis_pci.c and if_ndis_pccard.c so that building the NDISulator directly into the kernel works again. Also make the 'ndisapi' entries not depend on pccard anymore. Forgotten by: me Noticed by: sos Revision Changes Path 1.468 +8 -5 src/sys/conf/files.i386