Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Define the fixed hme PHY addresses.



details:   https://anonhg.NetBSD.org/src/rev/d950ee3972f6
branches:  trunk
changeset: 481417:d950ee3972f6
user:      pk <pk%NetBSD.org@localhost>
date:      Fri Jan 28 15:52:34 2000 +0000

description:
Define the fixed hme PHY addresses.

diffstat:

 sys/dev/ic/hmereg.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 3300fc577917 -r d950ee3972f6 sys/dev/ic/hmereg.h
--- a/sys/dev/ic/hmereg.h       Fri Jan 28 15:49:44 2000 +0000
+++ b/sys/dev/ic/hmereg.h       Fri Jan 28 15:52:34 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hmereg.h,v 1.3 1999/12/17 14:34:25 pk Exp $    */
+/*     $NetBSD: hmereg.h,v 1.4 2000/01/28 15:52:34 pk Exp $    */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -250,6 +250,9 @@
 #define HME_MIF_FO_TALSB       0x00010000      /* Turn-around LSB */
 #define HME_MIF_FO_DATA                0x0000ffff      /* data to read or write */
 
+/* Wired HME PHY addresses */
+#define        HME_PHYAD_INTERNAL      1
+#define        HME_PHYAD_EXTERNAL      0
 
 /*
  * Buffer Descriptors.



Home | Main Index | Thread Index | Old Index