From owner-freebsd-stable Fri Oct 18 18:56:39 2002 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 0AAB837B401 for ; Fri, 18 Oct 2002 18:56:38 -0700 (PDT) Received: from wall.polstra.com (wall-gw.polstra.com [206.213.73.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F53E43E9E for ; Fri, 18 Oct 2002 18:56:37 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.3) with ESMTP id g9J1uVx41040; Fri, 18 Oct 2002 18:56:31 -0700 (PDT) (envelope-from jdp@vashon.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.12.5/8.12.5/Submit) id g9J1uVv0028752; Fri, 18 Oct 2002 18:56:31 -0700 (PDT) (envelope-from jdp) Date: Fri, 18 Oct 2002 18:56:31 -0700 (PDT) Message-Id: <200210190156.g9J1uVv0028752@vashon.polstra.com> To: stable@freebsd.org From: John Polstra Cc: atrens@nortelnetworks.com Subject: Re: Asus A7V8X mobo + bge driver = panic In-Reply-To: <1034910104.790.15.camel@hcarp00g.ca.nortel.com> References: <1034910104.790.15.camel@hcarp00g.ca.nortel.com> Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In article <1034910104.790.15.camel@hcarp00g.ca.nortel.com>, Andrew Atrens wrote: > > My motherboard has a built-in NIC, a BCM5702. (Broadcom 10/100/GigE) > > none0@pci0:9:0: class=0x020000 card=0x80a81043 chip=0x440114e4 rev=0x01 hdr=0x00 > vendor = 'Broadcom Corporation' > class = network > subclass = ethernet > > > The chipID wasn't in if_bgereg.h, so I added - > > #define BCOM_DEVICEID_BCM5702 0x4401 I don't know what that chip is, but the device ID doesn't match anything in the 3com driver for Linux: #define T3_PCI_ID_BCM5700 0x164414e4 #define T3_PCI_ID_BCM5701 0x164514e4 #define T3_PCI_ID_BCM5702 0x164614e4 #define T3_PCI_ID_BCM5702x 0x16A614e4 #define T3_PCI_ID_BCM5703 0x164714e4 #define T3_PCI_ID_BCM5703x 0x16A714e4 #define T3_PCI_ID_BCM5702FE 0x164D14e4 Can you see the chip on the motherboard? Is it actually labeled as a Broadcom BCM5702? John -- John Polstra John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message