Subject: Re: port-i386/35880: Realtek. 8111B/8168 Gigabit Ethernet Controller
To: None <port-i386-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: netbsd-bugs
Date: 03/01/2007 12:50:01
The following reply was made to PR port-i386/35880; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: gnats-bugs@NetBSD.org
Cc: port-i386-maintainer@NetBSD.org, gnats-admin@NetBSD.org,
netbsd-bugs@NetBSD.org, tsutsui@ceres.dti.ne.jp
Subject: Re: port-i386/35880: Realtek. 8111B/8168 Gigabit Ethernet Controller
Support
Date: Thu, 1 Mar 2007 21:49:24 +0900
> I would like to inform that this type of ethernet card
> is used is many of today's modern laptops. NetBSD is
> highly flexible and lots of people use it as desktop
> (myself included) but I would need this driver.
> I've seen this driver available for FreeBSD so maybe
> it can be ported.
They are supported by 4.0_BETA and -current, but
if you need it on netbsd-3 branch could you try this patch?
http://releng.netbsd.org/cgi-bin/req-3.cgi?show=1673
You have to the following command to regenerate some device files
after appling the patch:
(cd src/sys/dev/pci; make -f Makefile.pcidevs)
(cd src/sys/dev/mii; make -f Makefile.miidevs)
---
Izumi Tsutsui