From owner-freebsd-questions@FreeBSD.ORG Wed Mar 23 13:09:44 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4648616A4CE for ; Wed, 23 Mar 2005 13:09:44 +0000 (GMT) Received: from sensormatic.co.za (panther.wtec.co.za [69.67.33.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id F084B43D64 for ; Wed, 23 Mar 2005 13:09:41 +0000 (GMT) (envelope-from lourik@wtec.co.za) Received: from solar.poq.co.za ([192.168.3.2]) (AUTH: LOGIN lourik@wtec.co.za, TLS: TLSv1/SSLv3,128bits,RC4-MD5) by sensormatic.co.za with esmtp; Wed, 23 Mar 2005 15:09:25 +0200 From: Lourik Malan Organization: Woodlands Technologies Pty(LTD To: freebsd-questions@freebsd.org Date: Wed, 23 Mar 2005 15:09:19 +0200 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503231509.19969.lourik@wtec.co.za> Subject: Wireless Network NDIS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: lourik@wtec.co.za List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2005 13:09:44 -0000 HI there I get the following when i try an compile the following into the kernel. options NDISAPI device ndis device wlan /usr/src/sys/dev/if_ndis/if_ndis.c:85:30: ndis_driver_data.h: No such file or directory /usr/src/sys/dev/if_ndis/if_ndis_pccard.c:66:30: ndis_driver_data.h: No such file or directory /usr/src/sys/dev/if_ndis/if_ndis_pci.c:65:30: ndis_driver_data.h: No such file or directory mkdep: compile failed *** Error code 1 FRom FreeBSD newbie