Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/mii Regenerate for:



details:   https://anonhg.NetBSD.org/src/rev/5ec6dcdcae3a
branches:  trunk
changeset: 750577:5ec6dcdcae3a
user:      jdc <jdc%NetBSD.org@localhost>
date:      Thu Jan 07 09:31:44 2010 +0000

description:
Regenerate for:
  Add NS DP83865

diffstat:

 sys/dev/mii/miidevs.h |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 7acab76bf362 -r 5ec6dcdcae3a sys/dev/mii/miidevs.h
--- a/sys/dev/mii/miidevs.h     Thu Jan 07 09:31:19 2010 +0000
+++ b/sys/dev/mii/miidevs.h     Thu Jan 07 09:31:44 2010 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: miidevs.h,v 1.93 2009/12/14 01:48:34 enami Exp $       */
+/*     $NetBSD: miidevs.h,v 1.94 2010/01/07 09:31:44 jdc Exp $ */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: miidevs,v 1.91 2009/12/13 19:20:17 matt Exp
+ *     NetBSD: miidevs,v 1.92 2010/01/07 09:31:19 jdc Exp
  */
 
 /*-
@@ -339,6 +339,8 @@
 #define        MII_STR_xxNATSEMI_DP83891       "DP83891 1000BASE-T media interface"
 #define        MII_MODEL_xxNATSEMI_DP83861     0x0006
 #define        MII_STR_xxNATSEMI_DP83861       "DP83861 1000BASE-T media interface"
+#define        MII_MODEL_xxNATSEMI_DP83865     0x0007
+#define        MII_STR_xxNATSEMI_DP83865       "DP83865 1000BASE-T media interface"
 
 /* PMC Sierra PHYs */
 #define        MII_MODEL_xxPMCSIERRA_PM8351    0x0000



Home | Main Index | Thread Index | Old Index