Date: Fri, 16 Aug 2002 16:15:56 -0700 (PDT) From: Doug Ambrisko <ambrisko@ambrisko.com> To: John Polstra <jdp@polstra.com> Cc: net@freebsd.org Subject: Re: cvs commit: src/sys/dev/mii mii.c Message-ID: <200208162315.g7GNFuj00405@ambrisko.com> In-Reply-To: <200208162307.g7GN7PDA074791@vashon.polstra.com>
next in thread | previous in thread | raw e-mail | index | archive | help
John Polstra writes: | In article <200208162259.g7GMxYp99777@ambrisko.com>, Doug Ambrisko | <ambrisko@ambrisko.com> wrote: | > Okay how about this patch to revert the mii change and only probe | > the first PHY. I tested it on -stable and I'm now testing it on | > -current. | | Looks good, as long as the PHY always has address 0 in this device. Well it is built in on this chip. I'm adding code to check to see if it is the D-Link part only via: if (pci_get_vendor(dev) == DL_VENDORID && pci_get_device(dev) == DL_DEVICEID_550TX && phy != 0) return (0); If someone has a Sundance chip to test they can change it if needed. Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208162315.g7GNFuj00405>