Bug 84538

Summary: [patch] sk(4) driver supports Marvell 88E800x chip too
Product: Documentation Reporter: Rich Wales <richw>
Component: Books & ArticlesAssignee: Tom Rhodes <trhodes>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
share-man-man4.diff none

Description Rich Wales 2005-08-04 05:20:19 UTC
	The sk(4) driver supports the Marvell 88E8003 chip used in
	the Linksys EG1032 (version 2) Gigabit PCI NIC.

	The sk(4) driver also supports the Marvell 88E8001 chip on
	an Asus motherboard at my home.

	This appears to be the case both with 4.11-RELEASE and a
	mid-April 5.4-STABLE.

	It would be helpful to revise the sk(4) manual page to
	reflect this fact.  Also, the nge(4) manual page should
	be updated to clarify that it applies only to earlier
	EG1032 cards -- not to the current version.
Comment 1 Joel Dahl freebsd_committer freebsd_triage 2006-07-14 21:46:50 UTC
Responsible Changed
From-To: freebsd-doc->joel

Take
Comment 2 Jeroen Ruigrok van der Werven 2007-05-17 14:14:34 UTC
Attached two patches to reflect changes in the chipset used for Linksys'
EG1032 product.

Also fix what I think is a typo in the manual page, Marvell 88E1000* probably
has to be 88E100* since I am unable to find any reference to the 88E1000x
series at Marvell itself, only 88E1001 and 88E1003. The cvs logs also seem to
agree.

-- 
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
ã¤ã§ã«ã¼ã³ ã©ã¦ãã­ã㯠ã´ã¡ã³ ãã« ã¦ã§ã«ã´ã§ã³
http://www.in-nomine.org/ | http://www.rangaku.org/
Sometimes the blind see more than those who see...
Comment 3 Joel Dahl freebsd_committer freebsd_triage 2008-09-15 17:31:39 UTC
Responsible Changed
From-To: joel->freebsd-doc

Over to docs.
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-01-24 04:08:14 UTC
Author: trhodes
Date: Sat Jan 24 04:08:00 2009
New Revision: 187662
URL: http://svn.freebsd.org/changeset/base/187662

Log:
  Update the supported device list a little bit.
  
  PR:		84538
  Submitted by:	asmodai

Modified:
  head/share/man/man4/nge.4
  head/share/man/man4/sk.4

Modified: head/share/man/man4/nge.4
==============================================================================
--- head/share/man/man4/nge.4	Sat Jan 24 01:46:46 2009	(r187661)
+++ head/share/man/man4/nge.4	Sat Jan 24 04:08:00 2009	(r187662)
@@ -31,7 +31,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 14, 2006
+.Dd January 23, 2009
 .Dt NGE 4
 .Os
 .Sh NAME
@@ -170,6 +170,8 @@ Asante FriendlyNet GigaNIX 1000TA and 10
 .It
 D-Link DGE-500T
 .It
+Linksys EG1032, revision 1
+.It
 Netgear GA621
 .It
 Netgear GA622T

Modified: head/share/man/man4/sk.4
==============================================================================
--- head/share/man/man4/sk.4	Sat Jan 24 01:46:46 2009	(r187661)
+++ head/share/man/man4/sk.4	Sat Jan 24 04:08:00 2009	(r187662)
@@ -30,7 +30,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 14, 2008
+.Dd January 23, 2009
 .Dt SK 4
 .Os
 .Sh NAME
@@ -82,7 +82,7 @@ second port on dual port adapters for fa
 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.
+Also supported is the Marvell Semiconductor 88E100* gigabit PHY.
 .Pp
 The XaQti XMAC II supports full and half duplex operation with
 autonegotiation.
@@ -173,7 +173,7 @@ Belkin F5D5005 single port, 1000baseT ad
 .It
 D-Link DGE-530T single port, 1000baseT adapter
 .It
-Linksys EG1032 single port, 1000baseT adapter
+Linksys (revision 2) single port, 1000baseT adapter
 .It
 SK-9521 SK-NET GE-T single port, 1000baseT adapter
 .It
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 5 Tom Rhodes freebsd_committer freebsd_triage 2009-01-24 04:11:52 UTC
State Changed
From-To: open->closed




Comment 6 Tom Rhodes freebsd_committer freebsd_triage 2009-01-24 04:11:52 UTC
Responsible Changed
From-To: freebsd-doc->trhodes

Over to me.
Comment 7 Tom Rhodes freebsd_committer freebsd_triage 2009-01-24 04:12:40 UTC
State Changed
From-To: closed->patched

Change from closed->patched from a botched vi session, 
I've made the change in CURRENT as it seems the change 
is correct.  Thanks!
Comment 8 dfilter service freebsd_committer freebsd_triage 2009-06-07 07:23:44 UTC
Author: yongari
Date: Sun Jun  7 06:23:24 2009
New Revision: 193620
URL: http://svn.freebsd.org/changeset/base/193620

Log:
  MFC r187662:
    Update the supported device list a little bit.
  
    PR:		84538
    Submitted by:	asmodai

Modified:
  stable/7/share/man/man4/   (props changed)
  stable/7/share/man/man4/igb.4   (props changed)
  stable/7/share/man/man4/nge.4
  stable/7/share/man/man4/sk.4

Modified: stable/7/share/man/man4/nge.4
==============================================================================
--- stable/7/share/man/man4/nge.4	Sun Jun  7 06:21:59 2009	(r193619)
+++ stable/7/share/man/man4/nge.4	Sun Jun  7 06:23:24 2009	(r193620)
@@ -31,7 +31,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 14, 2006
+.Dd January 23, 2009
 .Dt NGE 4
 .Os
 .Sh NAME
@@ -170,6 +170,8 @@ Asante FriendlyNet GigaNIX 1000TA and 10
 .It
 D-Link DGE-500T
 .It
+Linksys EG1032, revision 1
+.It
 Netgear GA621
 .It
 Netgear GA622T

Modified: stable/7/share/man/man4/sk.4
==============================================================================
--- stable/7/share/man/man4/sk.4	Sun Jun  7 06:21:59 2009	(r193619)
+++ stable/7/share/man/man4/sk.4	Sun Jun  7 06:23:24 2009	(r193620)
@@ -30,7 +30,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 14, 2008
+.Dd January 23, 2009
 .Dt SK 4
 .Os
 .Sh NAME
@@ -82,7 +82,7 @@ second port on dual port adapters for fa
 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.
+Also supported is the Marvell Semiconductor 88E100* gigabit PHY.
 .Pp
 The XaQti XMAC II supports full and half duplex operation with
 autonegotiation.
@@ -173,7 +173,7 @@ Belkin F5D5005 single port, 1000baseT ad
 .It
 D-Link DGE-530T single port, 1000baseT adapter
 .It
-Linksys EG1032 single port, 1000baseT adapter
+Linksys (revision 2) single port, 1000baseT adapter
 .It
 SK-9521 SK-NET GE-T single port, 1000baseT adapter
 .It
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 9 Tom Rhodes freebsd_committer freebsd_triage 2012-07-21 16:43:02 UTC
State Changed
From-To: patched->closed

Changes have been merged for awhile now, thanks.