From owner-freebsd-bugs@FreeBSD.ORG Wed Jul 28 06:10:29 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A2D216A575 for ; Wed, 28 Jul 2004 06:10:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B969143D54 for ; Wed, 28 Jul 2004 06:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6S6APB2017679 for ; Wed, 28 Jul 2004 06:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6S6APkK017678; Wed, 28 Jul 2004 06:10:25 GMT (envelope-from gnats) Date: Wed, 28 Jul 2004 06:10:25 GMT Message-Id: <200407280610.i6S6APkK017678@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "John C. McCullough" Subject: Re: i386/66997: Problem with Broadcom BCM5705 and FreeBSD 5.x X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "John C. McCullough" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jul 2004 06:10:29 -0000 The following reply was made to PR i386/66997; it has been noted by GNATS. From: "John C. McCullough" To: freebsd-gnats-submit@FreeBSD.org, brevius@tlen.pl Cc: Subject: Re: i386/66997: Problem with Broadcom BCM5705 and FreeBSD 5.x Date: Tue, 27 Jul 2004 23:05:00 -0700 I have been having the same problem. I did get the installation to work using another network card in the pcmcia slot. I know it is not the 5705K issue, because it is detected properly as a 5705M_A1 under linux and loads correctly using that driver. I've been trying to determine how bus_alloc_resource operates, however it has proven to be a bit difficult to locate in the kernel source tree. I haven't done very much operating systems work at this point and the structural differences between the BSD driver and the Broadcom written linux driver are enough to be relatively confusing. If I could find enough information regarding bus_alloc_resource and a sensible way to perform debugging I'd be happy to help out in investigating the problem. -John