From owner-freebsd-stable@FreeBSD.ORG Tue Jun 20 21:05:03 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 A978D16A47A for ; Tue, 20 Jun 2006 21:05:03 +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 4866C43D6E for ; Tue, 20 Jun 2006 21:05:01 +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 498C3D7FE41 for ; Tue, 20 Jun 2006 17:05:00 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by frontend3.internal (MEProxy); Tue, 20 Jun 2006 17:05:04 -0400 X-Sasl-enc: ymhmePGYcBaeogJWcIOrJvqub4oOkD9KNJqxdf4P63Cp 1150837501 Received: from [192.168.1.87] (unknown [205.246.14.234]) by mail.messagingengine.com (Postfix) with ESMTP id EB8D27FF8 for ; Tue, 20 Jun 2006 17:04:59 -0400 (EDT) Message-ID: <449862F4.7090207@fastmail.fm> Date: Tue, 20 Jun 2006 16:04:52 -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 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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: Tue, 20 Jun 2006 21:05:03 -0000 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. (pertinent information) [pbowen@sg1 ~]$ uname -a FreeBSD sg1.sgc.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 [pbowen@sg1 ~]$ pciconf -lv ... none3@pci2:0:0: class=0x020000 card=0x0365107b chip=0x435111ab rev=0x10 hdr=0x00 vendor = 'Marvell Semiconductor (Was: Galileo Technology Ltd)' device = '88E8036 Yukon PCI-E Fast Ethernet Controller' class = network subclass = ethernet none4@pci6:4:0: class=0x028000 card=0x000617f9 chip=0x431814e4 rev=0x02 hdr=0x00 vendor = 'Broadcom Corporation' class = network ... Any pointers, help, or explainations would be greatly appreciated. TIA, Patrick