Date: Fri, 18 Oct 2002 18:56:31 -0700 (PDT) From: John Polstra <jdp@polstra.com> To: stable@freebsd.org Cc: atrens@nortelnetworks.com Subject: Re: Asus A7V8X mobo + bge driver = panic Message-ID: <200210190156.g9J1uVv0028752@vashon.polstra.com> In-Reply-To: <1034910104.790.15.camel@hcarp00g.ca.nortel.com> References: <1034910104.790.15.camel@hcarp00g.ca.nortel.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <1034910104.790.15.camel@hcarp00g.ca.nortel.com>, Andrew Atrens <atrens@nortelnetworks.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210190156.g9J1uVv0028752>