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)
This commit is contained in:
Wilko Bulte 2003-09-20 11:10:51 +00:00
parent 59ce78fef1
commit 56969d9d94
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120282

View File

@ -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.