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 revision 1.8 (via patch, requested b...



details:   https://anonhg.NetBSD.org/src/rev/6077b2cee8fe
branches:  netbsd-1-5
changeset: 490904:6077b2cee8fe
user:      he <he%NetBSD.org@localhost>
date:      Tue Mar 20 17:24:54 2001 +0000

description:
Pull up revision 1.8 (via patch, requested by chuck):
  Add support for the 3Com 3c555, 3c556 and 3c556B MiniPCI Ethernet
  cards.

diffstat:

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

diffs (24 lines):

diff -r 58c33889d1c0 -r 6077b2cee8fe sys/dev/ic/elinkxlvar.h
--- a/sys/dev/ic/elinkxlvar.h   Tue Mar 20 17:24:31 2001 +0000
+++ b/sys/dev/ic/elinkxlvar.h   Tue Mar 20 17:24:54 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: elinkxlvar.h,v 1.6.2.1 2000/09/01 00:56:40 haya Exp $  */
+/*     $NetBSD: elinkxlvar.h,v 1.6.2.2 2001/03/20 17:24:54 he Exp $    */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -83,8 +83,12 @@
 #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 */
+#define EX_CONF_INV_LED_POLARITY 0x0010        /* CardBus & MiniPCI: LED polarity */
+#define EX_CONF_PHY_POWER      0x0020  /* CardBus & MiniPCI: PHY power */
+#define EX_CONF_EEPROM_OFF     0x0040  /* EEPROM is offset by 0x30 */
+#define EX_CONF_EEPROM_8BIT    0x0080  /* 8 bit EEPROM */
+#define EX_CONF_PCI_FUNCREG    0x0100  /* Has PCI function registers */
+#define EX_CONF_RESETHACK      0x0200  /* Hack to make reset work on 556B */
 
 
        /*



Home | Main Index | Thread Index | Old Index