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 some definitions.



details:   https://anonhg.NetBSD.org/src/rev/0b4f83baf4b5
branches:  trunk
changeset: 786822:0b4f83baf4b5
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue May 14 00:27:39 2013 +0000

description:
Add some definitions.
Fix compile error.

diffstat:

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

diffs (20 lines):

diff -r ed11f4cba1a8 -r 0b4f83baf4b5 sys/dev/pci/if_bgereg.h
--- a/sys/dev/pci/if_bgereg.h   Mon May 13 18:44:11 2013 +0000
+++ b/sys/dev/pci/if_bgereg.h   Tue May 14 00:27:39 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bgereg.h,v 1.77 2013/05/08 07:50:28 msaitoh Exp $   */
+/*     $NetBSD: if_bgereg.h,v 1.78 2013/05/14 00:27:39 msaitoh Exp $   */
 /*
  * Copyright (c) 2001 Wind River Systems
  * Copyright (c) 1997, 1998, 1999, 2001
@@ -1102,6 +1102,10 @@
 #define BGE_RXLPSTAT_MAPOUTRANGE_ATTN  0x00000008
 #define BGE_RXLPSTAT_STATSOFLOW_ATTN   0x00000010
 
+/* Receive List Placement Statistics Enable Mask register */
+#define BGE_RXLPSTATCONTROL_DACK_FIX   0x00040000
+#define BGE_RXLPSTATCONTROL_LBIRST_FIX 0x00400000
+
 /*
  * Receive Data and Receive BD Initiator Control Registers
  */



Home | Main Index | Thread Index | Old Index