diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2010-11-03 01:28:09 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2010-11-03 01:28:09 +0000 |
| commit | e0216bb2ed3cc3c13c5c5896bf263280dd91f70f (patch) | |
| tree | 29e11a756a61c30af2ee5cf23547722f865b87c3 /share/man | |
| parent | 7e28b7c9f7077ef35ac8852d5cf909b296ee8961 (diff) | |
Notes
Diffstat (limited to 'share/man')
| -rw-r--r-- | share/man/man4/re.4 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man4/re.4 b/share/man/man4/re.4 index c269403cd419..d1905ac41723 100644 --- a/share/man/man4/re.4 +++ b/share/man/man4/re.4 @@ -30,12 +30,12 @@ .\" .\" $FreeBSD$ .\" -.Dd February 9, 2009 +.Dd October 27, 2010 .Dt RE 4 .Os .Sh NAME .Nm re -.Nd "RealTek 8139C+/8169/816xS/811xS/8101E PCI/PCIe Ethernet adapter driver" +.Nd "RealTek 8139C+/8169/816xS/811xS/8168/810xE/8111 PCI/PCIe Ethernet adapter driver" .Sh SYNOPSIS To compile this driver into the kernel, place the following lines in your @@ -55,13 +55,13 @@ if_re_load="YES" The .Nm driver provides support for various NICs based on the RealTek RTL8139C+, -RTL8169, RTL8169S, RTL8110S, RTL8168S, RTL8111S and RTL8101E PCI and +RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 PCI and PCIe Ethernet controllers. .Pp -NICs based on the 8139C+ and 8101E are capable of 10 and 100Mbps speeds +NICs based on the 8139C+ and 810xE are capable of 10 and 100Mbps speeds over CAT5 cable. -NICs based on the 8169, 816xS and 811xS are capable of 10, 100 and -1000Mbps operation. +NICs based on the 8169, 816xS, 811xS, 8168 and 8111 are capable of 10, 100 +and 1000Mbps operation. .Pp All NICs supported by the .Nm @@ -72,8 +72,8 @@ capable of TCP large send (TCP segmentation offload). .Pp The 8139C+ is a single-chip solution combining both a 10/100 MAC and PHY. The 8169 is a 10/100/1000 MAC only, requiring a GMII or TBI external PHY. -The 8169S and 8110S are single-chip devices containing both a 10/100/1000 -MAC and 10/100/1000 copper PHY. +The 816xS, 811xS, 8168 and 8111 are single-chip devices containing both a +10/100/1000 MAC and 10/100/1000 copper PHY. Standalone 10/100/1000 cards are available in both 32-bit PCI and 64-bit PCI models. The 8110S is designed for @@ -144,8 +144,8 @@ For more information on configuring this device, see .Sh HARDWARE The .Nm -driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, -and RTL8101E based Fast Ethernet and Gigabit Ethernet adapters including: +driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, +RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: .Pp .Bl -bullet -compact .It |
