Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/dev/ic Pull up rev 1.7: Support 3C[CX]FE575CT.



details:   https://anonhg.NetBSD.org/src/rev/2a6324540efd
branches:  netbsd-1-5
changeset: 489340:2a6324540efd
user:      haya <haya%NetBSD.org@localhost>
date:      Fri Sep 01 00:56:40 2000 +0000

description:
Pull up rev 1.7: Support 3C[CX]FE575CT.
This pullup is approved by <thorpej%netbsd.org@localhost>.

diffstat:

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

diffs (18 lines):

diff -r 6d4a3e041a58 -r 2a6324540efd sys/dev/ic/elinkxlvar.h
--- a/sys/dev/ic/elinkxlvar.h   Fri Sep 01 00:54:06 2000 +0000
+++ b/sys/dev/ic/elinkxlvar.h   Fri Sep 01 00:56:40 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: elinkxlvar.h,v 1.6 2000/05/29 17:37:13 jhawk Exp $     */
+/*     $NetBSD: elinkxlvar.h,v 1.6.2.1 2000/09/01 00:56:40 haya Exp $  */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -83,6 +83,8 @@
 #define EX_CONF_MII            0x0001  /* has MII bus */
 #define EX_CONF_INTPHY         0x0002  /* has internal PHY */
 #define EX_CONF_90XB           0x0004  /* is 90xB */
+#define EX_CONF_INV_LED_POLARITY       0x0010  /* CardBus: LED polarity */
+#define EX_CONF_PHY_POWER      0x0020  /* CardBus: controllable PHY power */
 
 
        /*



Home | Main Index | Thread Index | Old Index