Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2001 02:10:04 -0700 (PDT)
From:      "Przemyslaw Frasunek" <venglin@freebsd.lublin.pl>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: i386/15845: Driver for RealTek 8029
Message-ID:  <200107220910.f6M9A4846763@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/15845; it has been noted by GNATS.

From: "Przemyslaw Frasunek" <venglin@freebsd.lublin.pl>
To: <freebsd-gnats-submit@FreeBSD.org>, <slavoff@bnc.bg>,
	<mike@FreeBSD.org>
Cc:  
Subject: Re: i386/15845: Driver for RealTek 8029
Date: Sun, 22 Jul 2001 11:07:26 +0200

 Yes, the problem still persists in 4.3-RELEASE; ed(4) should support full
 duplex and media autonegotation on Realtek 8029 as ne(4) does it on OpenBSD
 and NetBSD:
 
 sys/dev/pci/if_ne_pci.c:
 
 { PCI_VENDOR_REALTEK,		PCI_PRODUCT_REALTEK_RT8029,
 	  rtl80x9_mediachange,		rtl80x9_mediastatus,
 	  rtl80x9_init_card,		rtl80x9_media_init,
 	  "RealTek 8029" },
 
 sys/dev/ic/rtl80x9.c:
 
 int
 rtl80x9_mediachange(dsc)
 
 void
 rtl80x9_mediastatus(sc, ifmr)
 
 void
 rtl80x9_init_card(sc)
 
 void
 rtl80x9_media_init(sc)
 
 --
 * Fido: 2:480/124 ** WWW: http://www.frasunek.com/ ** NIC-HDL: PMF9-RIPE *
 * Inet: przemyslaw@frasunek.com ** PGP: D48684904685DF43EA93AFA13BE170BF *
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107220910.f6M9A4846763>