From owner-freebsd-stable@FreeBSD.ORG Wed Jun 21 01:04:23 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 765D016A479 for ; Wed, 21 Jun 2006 01:04:23 +0000 (UTC) (envelope-from pbowen@fastmail.fm) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07F9643D45 for ; Wed, 21 Jun 2006 01:04:22 +0000 (GMT) (envelope-from pbowen@fastmail.fm) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 911FDD803D8 for ; Tue, 20 Jun 2006 21:04:20 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by frontend3.internal (MEProxy); Tue, 20 Jun 2006 21:04:24 -0400 X-Sasl-enc: zLWMKWSQCKyk63TX6/nU0S77RSttfbE4QlbWSQ8DugOl 1150851862 Received: from [192.168.1.88] (unknown [205.246.14.234]) by mail.messagingengine.com (Postfix) with ESMTP id 6F13EB43 for ; Tue, 20 Jun 2006 21:04:18 -0400 (EDT) Message-ID: <44989B07.6080404@fastmail.fm> Date: Tue, 20 Jun 2006 20:04:07 -0500 From: Patrick Bowen User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060317 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <449862F4.7090207@fastmail.fm> <20060621000056.GA13097@cdnetworks.co.kr> In-Reply-To: <20060621000056.GA13097@cdnetworks.co.kr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: if_ndis for Marvell X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2006 01:04:23 -0000 Pyun YongHyeon wrote: >On Tue, Jun 20, 2006 at 04:04:52PM -0500, Patrick Bowen wrote: > > Hello: > > > > I have two questions. > > > > The first regards support for the Broadcom BCM94318 wireless LAN > > adapter. When trying to compile the module for if_ndis using bcmwl5.inf > > and bcmwl5.sys, I get the following error; > > > > In file included from > > /usr/src/sys/modules/if_ndis/../../dev/if_ndis/if_ndis.c:66: > > @/sys/bus.h:461:23: device_if.h: No such file or directory > > @/sys/bus.h:462:20: bus_if.h: No such file or directory > > In file included from > > /usr/src/sys/modules/if_ndis/../../dev/if_ndis/if_ndis.c:75: > > @/dev/pci/pcivar.h:165:20: pci_if.h: No such file or directory > > > > Have these three files been removed from the source tree? > > > > Second, while googling for info on FreeBSD drivers for the Marvell > > Semiconductor 88E8036 Yukon PCI-E fast ethernet controller, I found > > reference to a if_myk.ko module, which I also don't find in the source tree. > > > >http://lists.freebsd.org/pipermail/freebsd-net/2006-January/009543.html > >It seems that the driver is not stable but it's the only driver >for Yukon II. > > Thanks! That takes care of the wired connection. Now all I have to do is get the wireless to work. Regarding the original subject line, the "ndis" was, of course, for the Broadcom device. I tried a different .inf file after googling some more (bcmwl5a.inf), and this time I was able to produce an if_ndis.ko file. I loaded both the ndis.ko and if_ndis.ko modules, but got nothing...zip, zilch, zero. Nothing in dmesg, nothing in ifconfig...I must still be doing something wrong... Patrick