NetBSD Problem Report #41256

From www@NetBSD.org  Tue Apr 21 02:39:52 2009
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id 29DAE63BC38
	for <gnats-bugs@gnats.netbsd.org>; Tue, 21 Apr 2009 02:39:52 +0000 (UTC)
Message-Id: <20090421023951.ED5BB63B8A5@www.NetBSD.org>
Date: Tue, 21 Apr 2009 02:39:51 +0000 (UTC)
From: lidl@pix.net
Reply-To: lidl@pix.net
To: gnats-bugs@NetBSD.org
Subject: Support for new nsphy varient
X-Send-Pr-Version: www-1.0

>Number:         41256
>Category:       kern
>Synopsis:       Support for new nsphy varient
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 21 02:40:01 +0000 2009
>Closed-Date:    Tue Dec 06 17:47:42 +0000 2011
>Last-Modified:  Mon Nov 09 10:35:01 +0000 2015
>Originator:     Kurt Lidl
>Release:        netbsd-5
>Organization:
>Environment:
SunOS lsl.pix.net 5.11 snv_110 i86pc i386 i86pc

>Description:
Add in support for a nsphy variant that is on the
FreeScale Coldfire M54455EVB.
>How-To-Repeat:
Notice there isn't any support for the DP83849 variant of
the nsphy.

>Fix:
Apply patch that will be attached to this, after I get the PR number.

>Release-Note:

>Audit-Trail:
From: "Kurt J. Lidl" <lidl@pix.net>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: misc/41256: Support for new nsphy varient
Date: Mon, 20 Apr 2009 22:41:53 -0400

 --aM3YZ0Iwxop3KEKx
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline

 On Tue, Apr 21, 2009 at 02:40:01AM +0000, gnats-admin@NetBSD.org wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `misc/41256'.
 > The individual assigned to look at your
 > report is: misc-bug-people. 
 > 
 > >Category:       misc
 > >Responsible:    misc-bug-people
 > >Synopsis:       Support for new nsphy varient
 > >Arrival-Date:   Tue Apr 21 02:40:01 +0000 2009

 Attached should be the patch file.

 -Kurt

 --aM3YZ0Iwxop3KEKx
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="nsphy.diffs"

 Index: sys/dev/mii/miidevs
 ===================================================================
 RCS file: /cvsroot/src/sys/dev/mii/miidevs,v
 retrieving revision 1.78
 diff -u -3 -r1.78 miidevs
 --- sys/dev/mii/miidevs	28 Sep 2008 18:30:11 -0000	1.78
 +++ sys/dev/mii/miidevs	21 Apr 2009 01:49:15 -0000
 @@ -205,6 +205,7 @@
  model xxNATSEMI DP83843		0x0001 DP83843 10/100 media interface
  model xxNATSEMI DP83815		0x0002 DP83815 10/100 media interface
  model xxNATSEMI DP83847		0x0003 DP83847 10/100 media interface
 +model xxNATSEMI DP83849		0x000a DP8384a 10/100 media interface
  model xxNATSEMI DP83891		0x0005 DP83891 1000BASE-T media interface
  model xxNATSEMI DP83861		0x0006 DP83861 1000BASE-T media interface

 Index: sys/dev/mii/miidevs.h
 ===================================================================
 RCS file: /cvsroot/src/sys/dev/mii/miidevs.h,v
 retrieving revision 1.81
 diff -u -3 -r1.81 miidevs.h
 --- sys/dev/mii/miidevs.h	28 Sep 2008 18:30:47 -0000	1.81
 +++ sys/dev/mii/miidevs.h	21 Apr 2009 01:49:15 -0000
 @@ -286,6 +286,8 @@
  #define	MII_STR_xxNATSEMI_DP83815	"DP83815 10/100 media interface"
  #define	MII_MODEL_xxNATSEMI_DP83847	0x0003
  #define	MII_STR_xxNATSEMI_DP83847	"DP83847 10/100 media interface"
 +#define	MII_MODEL_xxNATSEMI_DP83849	0x000a
 +#define	MII_STR_xxNATSEMI_DP83849	"DP83849 10/100 media interface"
  #define	MII_MODEL_xxNATSEMI_DP83891	0x0005
  #define	MII_STR_xxNATSEMI_DP83891	"DP83891 1000BASE-T media interface"
  #define	MII_MODEL_xxNATSEMI_DP83861	0x0006
 Index: sys/dev/mii/miidevs_data.h
 ===================================================================
 RCS file: /cvsroot/src/sys/dev/mii/miidevs_data.h,v
 retrieving revision 1.71
 diff -u -3 -r1.71 miidevs_data.h
 --- sys/dev/mii/miidevs_data.h	28 Sep 2008 18:30:47 -0000	1.71
 +++ sys/dev/mii/miidevs_data.h	21 Apr 2009 01:49:15 -0000
 @@ -111,6 +111,7 @@
   { MII_OUI_xxNATSEMI, MII_MODEL_xxNATSEMI_DP83843, MII_STR_xxNATSEMI_DP83843 },
   { MII_OUI_xxNATSEMI, MII_MODEL_xxNATSEMI_DP83815, MII_STR_xxNATSEMI_DP83815 },
   { MII_OUI_xxNATSEMI, MII_MODEL_xxNATSEMI_DP83847, MII_STR_xxNATSEMI_DP83847 },
 + { MII_OUI_xxNATSEMI, MII_MODEL_xxNATSEMI_DP83849, MII_STR_xxNATSEMI_DP83849 },
   { MII_OUI_xxNATSEMI, MII_MODEL_xxNATSEMI_DP83891, MII_STR_xxNATSEMI_DP83891 },
   { MII_OUI_xxNATSEMI, MII_MODEL_xxNATSEMI_DP83861, MII_STR_xxNATSEMI_DP83861 },
   { MII_OUI_xxPMCSIERRA, MII_MODEL_xxPMCSIERRA_PM8351, MII_STR_xxPMCSIERRA_PM8351 },
 Index: sys/dev/mii/nsphyter.c
 ===================================================================
 RCS file: /cvsroot/src/sys/dev/mii/nsphyter.c,v
 retrieving revision 1.32
 diff -u -3 -r1.32 nsphyter.c
 --- sys/dev/mii/nsphyter.c	5 May 2008 01:37:56 -0000	1.32
 +++ sys/dev/mii/nsphyter.c	21 Apr 2009 01:49:15 -0000
 @@ -107,6 +107,9 @@
  	{ MII_OUI_xxNATSEMI,		MII_MODEL_xxNATSEMI_DP83847,
  	  MII_STR_xxNATSEMI_DP83847 },

 +	{ MII_OUI_xxNATSEMI,		MII_MODEL_xxNATSEMI_DP83849,
 +	  MII_STR_xxNATSEMI_DP83849 },
 +
  	{ MII_OUI_xxNATSEMI,		MII_MODEL_xxNATSEMI_DP83815,
  	  MII_STR_xxNATSEMI_DP83815 },


 --aM3YZ0Iwxop3KEKx--

From: "Jonathan A. Kollasch" <jakllsch@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/41256 CVS commit: src/sys/dev/mii
Date: Fri, 25 Nov 2011 23:28:14 +0000

 Module Name:	src
 Committed By:	jakllsch
 Date:		Fri Nov 25 23:28:14 UTC 2011

 Modified Files:
 	src/sys/dev/mii: miidevs

 Log Message:
 Add National DP83849.  Prompted by PR 41256.


 To generate a diff of this commit:
 cvs rdiff -u -r1.104 -r1.105 src/sys/dev/mii/miidevs

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Jonathan A. Kollasch" <jakllsch@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/41256 CVS commit: src/sys/dev/mii
Date: Fri, 25 Nov 2011 23:29:29 +0000

 Module Name:	src
 Committed By:	jakllsch
 Date:		Fri Nov 25 23:29:28 UTC 2011

 Modified Files:
 	src/sys/dev/mii: miidevs.h miidevs_data.h

 Log Message:
 regen. (PR 41256)


 To generate a diff of this commit:
 cvs rdiff -u -r1.107 -r1.108 src/sys/dev/mii/miidevs.h
 cvs rdiff -u -r1.95 -r1.96 src/sys/dev/mii/miidevs_data.h

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Jonathan A. Kollasch" <jakllsch@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/41256 CVS commit: src/sys/dev/mii
Date: Fri, 25 Nov 2011 23:31:53 +0000

 Module Name:	src
 Committed By:	jakllsch
 Date:		Fri Nov 25 23:31:53 UTC 2011

 Modified Files:
 	src/sys/dev/mii: nsphyter.c

 Log Message:
 Match on DP83849.  From Kurt Lidl in PR 41256.


 To generate a diff of this commit:
 cvs rdiff -u -r1.35 -r1.36 src/sys/dev/mii/nsphyter.c

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->feedback
State-Changed-By: jakllsch@NetBSD.org
State-Changed-When: Fri, 25 Nov 2011 23:36:42 +0000
State-Changed-Why:
(slightly adjusted) patch commited


From: David Holland <dholland-bugs@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: misc/41256: Support for new nsphy varient
Date: Tue, 6 Dec 2011 17:43:42 +0000

 was sent to gnats (an administrative sinkhole) rather than gnats-bugs
 (the comment-filing address)

    ------

 From: Kurt Lidl <lidl@pix.net>
 To: NetBSD Problem Report DB Administrator <gnats@NetBSD.org>
 Subject: Re: Reminder of 1 NetBSD Problem Report awaiting feedback
 Date: Mon, 5 Dec 2011 11:05:52 -0500

 Looking at the patches as they exist in the current sources,
 everything looks fine to me.  I haven't been working on the port
 to the coldfire board that has this particular phy on it, so
 I cannot verify the operation of change.

 -Kurt

 On Mon, Dec 05, 2011 at 05:09:51AM +0000, NetBSD Problem Report DB Administrator wrote:
 > This is an infrequent reminder that there is 1 Problem Report
 > (PR) of yours in the NetBSD GNATS database in "feedback" state.
 > 
 > Problem Reports in this state require additional information
 > before they can be resolved. Most often, this is information
 > required from the user who submitted the Problem Report in the
 > first place; occasionally, information is required from some
 > other source to resolve the reported problem.
 > 
 > The GNATS problem report database operates primarily through
 > Internet E-mail. To provide feedback to a problem report, or
 > additional information, send E-mail to gnats-bugs@gnats.netbsd.org,
 > with the Subject: field set to "Re: category/number", e.g.
 > 
 > 	Subject: Re: port-eniac/1234
 > 
 > and the GNATS PR database will append that message to the PR
 > already in the database. You can also find these instructions at
 > 
 > 	http://www.NetBSD.org/support/send-pr.html#appending
 > 
 > To see a summary of the whole PR database, please see
 > 
 > 	http://gnats.NetBSD.org/summary/
 > 
 > If you wish to perform an arbitrary query on the database, please see
 > 
 > 	http://www.NetBSD.org/support/query-pr.html
 > 
 > For additional helpful documentation, please see
 > 
 > 	http://www.NetBSD.org/support/send-pr.html#pr-hints
 > 	http://www.NetBSD.org/support/send-pr.html#pr-fields
 > 	http://www.NetBSD.org/support/send-pr.html#pr-states
 > 
 > Please examine the full text and history of the Problem Report
 > listed below by following the given URL with a web browser.
 > The audit trail of action will be at the bottom of each report,
 > and should list what information is required to solve the problem
 > and close the report.
 > 
 > 	______________________________________________________________
 > 
 > misc/41256 - non-critical low priority change-request
 > 	Support for new nsphy varient
 > 	http://gnats.NetBSD.org/41256
 > 

Responsible-Changed-From-To: misc-bug-people->kern-bug-people
Responsible-Changed-By: dholland@NetBSD.org
Responsible-Changed-When: Tue, 06 Dec 2011 17:47:42 +0000
Responsible-Changed-Why:
not clear why I didn't move this to category kern ages ago, but let's do it
now.


State-Changed-From-To: feedback->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Tue, 06 Dec 2011 17:47:42 +0000
State-Changed-Why:
Feedback received, looks ok.


From: "Stephen Borrill" <sborrill@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/41256 CVS commit: [netbsd-5] src/sys/dev/mii
Date: Mon, 9 Nov 2015 10:31:06 +0000

 Module Name:	src
 Committed By:	sborrill
 Date:		Mon Nov  9 10:31:06 UTC 2015

 Modified Files:
 	src/sys/dev/mii [netbsd-5]: miidevs

 Log Message:
 Pull up the following revisions(s) (requested by msaitoh in ticket #1982):
 	sys/dev/mii/miidevs:	revisions 1.79-1.80, 1.84, 1.86-1.88,
 	    1.91-1.92, 1.94-1.96, 1.98-1.99, 1.101-1.112 via patch

 Sync miidevs up to rev. 1.112:
 - Add Agere ET1101 (PR#39094)
 - Add some CICADA PHYs.
 - AddMarvell 88E1000[S], 88E1116R, 88E1118, 88E1145, 88E1149[R],
 - 88E1543, 88E3016, PHYG65G
 - Add NS DP83849(PR#41256), DP83865.
 - Add Broadcom BCM5325, BCM5365, BCM548[12], BCM5706, BCM570[89]S,
 - BCM571[79]C, BCM5720C, BCM5756, BCM5785, BCM57765, BCM57780
 - Add Atheros AR8021, AR8035
 - Add RDC Semiconductor R6040 10/100 integrated PHY
 - Add Vitesse VSC8221
 - Add SMSC LAN 87[012]0
 - Add Intel I21[07].
 - Add IC Plus IP100, IP1000A and IP1001
 - Add Micrel KSZ9021RN
 - Add Relatek RTL8251
 - Update comment.


 To generate a diff of this commit:
 cvs rdiff -u -r1.78.4.5 -r1.78.4.6 src/sys/dev/mii/miidevs

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.