Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Revert rev. 1.68.



details:   https://anonhg.NetBSD.org/src/rev/bde1a02d60d8
branches:  trunk
changeset: 785725:bde1a02d60d8
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Mar 27 10:27:58 2013 +0000

description:
Revert rev. 1.68.

diffstat:

 sys/dev/pci/if_bgereg.h |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (41 lines):

diff -r e660c311dffa -r bde1a02d60d8 sys/dev/pci/if_bgereg.h
--- a/sys/dev/pci/if_bgereg.h   Wed Mar 27 10:26:05 2013 +0000
+++ b/sys/dev/pci/if_bgereg.h   Wed Mar 27 10:27:58 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bgereg.h,v 1.69 2013/03/27 10:26:06 msaitoh Exp $   */
+/*     $NetBSD: if_bgereg.h,v 1.70 2013/03/27 10:27:58 msaitoh Exp $   */
 /*
  * Copyright (c) 2001 Wind River Systems
  * Copyright (c) 1997, 1998, 1999, 2001
@@ -1222,7 +1222,6 @@
 #define        BGE_CPMU_MUTEX_GNT              0x3660
 #define        BGE_CPMU_PHY_STRAP              0x3664
 #define        BGE_CPMU_PADRNG_CTL             0x3668
-#define        BGE_CPMU_EEE_MODE               0x36b0
 
 /* CPMU Control register */
 #define        BGE_CPMU_CTRL_LINK_IDLE_MODE    0x00000200
@@ -1265,9 +1264,6 @@
 /* CPMU Padring Control register */
 #define        BGE_CPMU_PADRNG_CTL_RDIV2       0x00040000
 
-/* CPMU EEE_MODE register */
-#define        BGE_CPMU_EEEMODE_LPIENABLE      0x00000080
-
 /*
  * Mbuf Cluster Free registers (has nothing to do with BSD mbufs)
  */
@@ -2182,7 +2178,6 @@
  * code from running.
  */
 #define        BGE_SRAM_FW_MB_MAGIC    0x4B657654
-#define        BGE_SRAM_FW_MB_RESET_MAGIC      0xB49A89AB
 
 typedef struct {
        volatile u_int32_t      bge_addr_hi;
@@ -2632,5 +2627,4 @@
 #define        BGE_57765_PLUS          0x08000000
 #define        BGE_APE                 0x10000000
 #define        BGE_CPMU_PRESENT        0x20000000
-#define        BGE_PHY_EEE             0x40000000
 #define BGE_TSO                        0x80000000



Home | Main Index | Thread Index | Old Index