From owner-freebsd-questions@FreeBSD.ORG Mon May 29 19:57:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2EBF316A529 for ; Mon, 29 May 2006 19:57:11 +0000 (UTC) (envelope-from thenasko@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AAA843D58 for ; Mon, 29 May 2006 19:57:09 +0000 (GMT) (envelope-from thenasko@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so133831pye for ; Mon, 29 May 2006 12:57:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=PdOA3oypqH4sOM89lhKrQO9wase7syHCoiMOvJS7gIujO0ItWMYXDW6GOd0qazMUy/Ez3Up/GEMHMIMojcHWCJbWD5vbUO0FxA1fZ5W2cj2oa+eJ54/BYkF0CspVGD8reO8jwOo6cp6OKsJmWBU8YQ+OcpDdxDHoTUw2MimnLWU= Received: by 10.35.88.17 with SMTP id q17mr3596565pyl; Mon, 29 May 2006 12:57:08 -0700 (PDT) Received: by 10.35.52.11 with HTTP; Mon, 29 May 2006 12:57:08 -0700 (PDT) Message-ID: Date: Mon, 29 May 2006 21:57:08 +0200 From: "Atanas Atanasov" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Re: Problem with BCM4306 driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 19:57:12 -0000 I realised netgen is the way of doing things, yet I do not see the device. I read that in a static build of the kernel with ndis one should include device ndis and device ndisapi. In my current GENERIC build these are not included. Should I recompile or it is not necessary? I also noticed that one should use kldxref however when I try to recompile the references it gives me "kldxref: can't read hash table". Is this normal? How can I fix it and eventually can the problem be due to bad references? I am really getting confused. Atanas