diff options
author | wilko <wilko@FreeBSD.org> | 2003-09-20 11:10:51 +0000 |
---|---|---|
committer | wilko <wilko@FreeBSD.org> | 2003-09-20 11:10:51 +0000 |
commit | 0e9ac18016e49e083cc5e251fac2875b5394a797 (patch) | |
tree | dccbbe1f5008e5a0ccddd456d2f9294c94f16749 /share/man | |
parent | 3d954f412f973cdef480c3711423fcadd2760349 (diff) | |
download | FreeBSD-src-0e9ac18016e49e083cc5e251fac2875b5394a797.zip FreeBSD-src-0e9ac18016e49e083cc5e251fac2875b5394a797.tar.gz |
Note added support for 3C940 and Marvell Semiconductor 88E1000* gigabit PHY
Submitted by: Jung-uk Kim <jkim@niksun.com>
Based on: Nathan L. Binkert's OpenBSD patch for sk(4)
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/sk.4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/man/man4/sk.4 b/share/man/man4/sk.4 index 202f9ce..c9e88c2 100644 --- a/share/man/man4/sk.4 +++ b/share/man/man4/sk.4 @@ -47,6 +47,8 @@ gigabit ethernet adapters, including the following: .Pp .Bl -bullet -offset indent -compact .It +SK-9521 SK-NET GE-T single port, 1000baseT adapter +.It SK-9821 SK-NET GE-T single port, 1000baseT adapter .It SK-9822 SK-NET GE-T dual port, 1000baseT adapter @@ -58,6 +60,8 @@ SK-9842 SK-NET GE-LX dual port, single mode fiber adapter SK-9843 SK-NET GE-SX single port, multimode fiber adapter .It SK-9844 SK-NET GE-SX dual port, multimode fiber adapter +.It +3COM 3C940 single port, 1000baseT adapter .El .Pp The SysKonnect adapters consist of two main components: the XaQti Corp. @@ -85,6 +89,8 @@ second port on dual port adapters for failover purposes: if the link on the primary port fails, the SysKonnect driver will automatically switch traffic onto the second port. .Pp +Also supported is the Marvell Semiconductor 88E1000* gigabit PHY. +.Pp The XaQti XMAC II supports full and half duplex operation with autonegotiation. The XMAC also supports unlimited frame sizes. |