From owner-freebsd-current@FreeBSD.ORG Thu Jul 31 20:04:19 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A6BC37B407 for ; Thu, 31 Jul 2003 20:04:19 -0700 (PDT) Received: from mortar.sizone.org (mortar.sizone.org [65.126.154.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC4DB43F75 for ; Thu, 31 Jul 2003 20:04:18 -0700 (PDT) (envelope-from dgilbert@daveg.ca) Received: by mortar.sizone.org (Postfix, from userid 66) id E3E8F30F5B; Thu, 31 Jul 2003 23:04:17 -0400 (EDT) Received: by canoe.velocet.net (Postfix, from userid 101) id F19574682; Thu, 31 Jul 2003 23:04:13 -0400 (EDT) From: David Gilbert MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16169.55469.791014.669250@canoe.velocet.net> Date: Thu, 31 Jul 2003 23:04:13 -0400 To: freebsd-current@freebsd.org X-Mailer: VM 7.14 under 21.4 (patch 12) "Portable Code" XEmacs Lucid Subject: bge driver not recognising BCM 5705M X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 03:04:19 -0000 I'm somewhat confused. On a recent 5.1-CURRENT, boot -v gives me: found-> vendor=0x14e4, dev=0x165d, revid=0x01 bus=2, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0116, statreg=0x02b0, cachelnsz=8 (dwords) lattimer=0x20 (960 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 followed by: pci2: at device 0.0 (no driver attached) This is the internal Gigabit ethernet on my Dell D800 laptop... but it's not recognised, even though... static struct bge_type bge_devs[] = { ... { BCOM_VENDORID, BCOM_DEVICEID_BCM5705, "Broadcom BCM5705 Gigabit Ethernet" }, ... }; and ... #define BCOM_VENDORID 0x14E4 #define BCOM_DEVICEID_BCM5705M 0x165D ... so why doesn't the bge driver kick in? [3:5:305]root@canoe:/usr/home/dgilbert> kldstat -v | grep bge 29 pci/bge 30 bge/miibus Dave. -- ============================================================================ |David Gilbert, Independent Contractor. | Two things can only be | |Mail: dave@daveg.ca | equal if and only if they | |http://daveg.ca | are precisely opposite. | =========================================================GLO================