From owner-freebsd-hardware Tue Nov 5 8:48:52 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58F8737B404; Tue, 5 Nov 2002 08:48:48 -0800 (PST) Received: from apache.metrocom.ru (www.metrocom.ru [195.5.128.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9433D43E6E; Tue, 5 Nov 2002 08:48:46 -0800 (PST) (envelope-from alex@metrocom.ru) Received: from apache.metrocom.ru (localhost [127.0.0.1]) by apache.metrocom.ru (8.12.3/8.12.3) with ESMTP id gA5GmVpn008192; Tue, 5 Nov 2002 19:48:32 +0300 (MSK) Received: from localhost (alex@localhost) by apache.metrocom.ru (8.12.3/8.12.3/Submit) with ESMTP id gA5GmTbx008189; Tue, 5 Nov 2002 19:48:31 +0300 (MSK) X-Authentication-Warning: apache.metrocom.ru: alex owned process doing -bs Date: Tue, 5 Nov 2002 19:48:29 +0300 (MSK) From: Varshavchick Alexander To: John Baldwin Cc: Subject: RE: D-Link DGE-550T NIC In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It was said so on the official D-Link Russian site (http://www.dlink.ru/products/adapters/dge550t.html, you can search for DP83820 on this page). However now that I seek for it on the other pages, for example OpenBSD pages, it seems that DGE-550T is based on Sundance/Tamarack TC9021, which also cannor be run under FreeBSD if I'm not mistaken. It's a pity we'll not be able to revive this card, we already have several of them bought and installed into the servers... ---- Alexander Varshavchick, Metrocom Joint Stock Company Phone: (812)118-3322, 118-3115(fax) On Tue, 5 Nov 2002, John Baldwin wrote: > Date: Tue, 05 Nov 2002 10:35:46 -0500 (EST) > From: John Baldwin > To: Varshavchick Alexander > Cc: freebsd-hardware@FreeBSD.org > Subject: RE: D-Link DGE-550T NIC > > > On 05-Nov-2002 Varshavchick Alexander wrote: > > Then could you tell please if there is any hope that such a work will be > > done in the nearest future, considering that DGE-550T adapter is now > > widely distributed by D-Link company? Thanks > > I don't know when it will be done. The fact that it couldn't read the > MAC address is disturbing at best. Are you sure that the 550T uses the > same chip? > > > ---- > > Alexander Varshavchick, Metrocom Joint Stock Company > > Phone: (812)118-3322, 118-3115(fax) > > > > On Tue, 5 Nov 2002, John Baldwin wrote: > > > >> Date: Tue, 05 Nov 2002 09:39:45 -0500 (EST) > >> From: John Baldwin > >> To: Varshavchick Alexander > >> Cc: freebsd-hardware@FreeBSD.org > >> Subject: RE: D-Link DGE-550T NIC > >> > >> > >> On 05-Nov-2002 Varshavchick Alexander wrote: > >> > Now the following problem: > >> > > >> > Nov 5 09:11:48 db /kernel: nge0: port > >> > 0x9000-0x90ff mem 0xf0800000-0xf08001ff irq 17 at device 14.0 on pci7 > >> > Nov 5 09:11:48 db /kernel: nge0: Ethernet address: 00:00:00:00:00:00 > >> > Nov 5 09:11:48 db /kernel: nge0: MII without any PHY! > >> > Nov 5 09:11:48 db /kernel: device_probe_and_attach: nge0 attach returned 6 > >> > >> Hmm it seems it needs some actual driver work then. I'm not really > >> capable of doing that atm. Sorry. > >> > >> > Regards > >> > ---- > >> > Alexander Varshavchick, Metrocom Joint Stock Company > >> > Phone: (812)118-3322, 118-3115(fax) > >> > > >> > On Mon, 4 Nov 2002, John Baldwin wrote: > >> > > >> >> Date: Mon, 04 Nov 2002 13:32:41 -0500 (EST) > >> >> From: John Baldwin > >> >> To: Varshavchick Alexander > >> >> Cc: freebsd-hardware@FreeBSD.org > >> >> Subject: RE: D-Link DGE-550T NIC > >> >> > >> >> > >> >> On 04-Nov-2002 Varshavchick Alexander wrote: > >> >> > Hi John, > >> >> > > >> >> > here it is: > >> >> > > >> >> > none3@pci7:14:0: > >> >> > class=0x020000 card=0x40001186 chip=0x40001186 rev=0x07 hdr=0x00 > >> >> > vendor = 'D-Link System Inc' > >> >> > device = 'DL2K Ethernet' > >> >> > class = network > >> >> > subclass = ethernet > >> >> > >> >> Try this patch: > >> >> > >> >> Index: if_nge.c > >> >> =================================================================== > >> >> RCS file: /usr/cvs/src/sys/dev/nge/if_nge.c,v > >> >> retrieving revision 1.35 > >> >> diff -u -r1.35 if_nge.c > >> >> --- if_nge.c 8 Aug 2002 18:33:28 -0000 1.35 > >> >> +++ if_nge.c 4 Nov 2002 18:27:46 -0000 > >> >> @@ -143,6 +143,7 @@ > >> >> static struct nge_type nge_devs[] = { > >> >> { NGE_VENDORID, NGE_DEVICEID, > >> >> "National Semiconductor Gigabit Ethernet" }, > >> >> + { 0x1186, 0x4000, "D-Link DL2000 Gigabit Ethernet" }, > >> >> { 0, 0, NULL } > >> >> }; > >> >> > >> >> > On Mon, 4 Nov 2002, John Baldwin wrote: > >> >> > > >> >> >> Date: Mon, 04 Nov 2002 11:40:31 -0500 (EST) > >> >> >> From: John Baldwin > >> >> >> To: Varshavchick Alexander > >> >> >> Cc: freebsd-hardware@FreeBSD.org > >> >> >> Subject: RE: D-Link DGE-550T NIC > >> >> >> > >> >> >> > >> >> >> On 04-Nov-2002 Varshavchick Alexander wrote: > >> >> >> > Hi people, > >> >> >> > > >> >> >> > did anybody use it with FreeBSD 4.5? The problem is that the system > >> >> >> > doesn't see it, however 'nge' and 'miibus' support are included into the > >> >> >> > kernel. Is it correct that it must be 'nge', because as described in > >> >> >> > the man page, only DGE-500T card is supported by nge, however both > >> >> >> > DGE-550T and DGE-500T use the same DP83820 chip. Or am I missing something > >> >> >> > here? > >> >> >> > >> >> >> Can you provide the pciconf -lv output for this device? Probably > >> >> >> we just need to add the new device ID to the nge(4) driver. > >> >> >> > >> >> >> -- > >> >> >> > >> >> >> John Baldwin <>< http://www.FreeBSD.org/~jhb/ > >> >> >> "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > >> >> >> > >> >> > > >> >> > >> >> -- > >> >> > >> >> John Baldwin <>< http://www.FreeBSD.org/~jhb/ > >> >> "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > >> >> > >> > > >> > >> -- > >> > >> John Baldwin <>< http://www.FreeBSD.org/~jhb/ > >> "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > >> > > > > > > -- > > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message