Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add BGE_SRAM_FW_MB_RESET_MAGIC again.



details:   https://anonhg.NetBSD.org/src/rev/fa75bc43b9ab
branches:  trunk
changeset: 785727:fa75bc43b9ab
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Mar 27 12:11:57 2013 +0000

description:
Add BGE_SRAM_FW_MB_RESET_MAGIC again.

diffstat:

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

diffs (17 lines):

diff -r ea85fd3ff20d -r fa75bc43b9ab sys/dev/pci/if_bgereg.h
--- a/sys/dev/pci/if_bgereg.h   Wed Mar 27 12:03:51 2013 +0000
+++ b/sys/dev/pci/if_bgereg.h   Wed Mar 27 12:11:57 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bgereg.h,v 1.70 2013/03/27 10:27:58 msaitoh Exp $   */
+/*     $NetBSD: if_bgereg.h,v 1.71 2013/03/27 12:11:57 msaitoh Exp $   */
 /*
  * Copyright (c) 2001 Wind River Systems
  * Copyright (c) 1997, 1998, 1999, 2001
@@ -2178,6 +2178,7 @@
  * 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;



Home | Main Index | Thread Index | Old Index