Module Name:    src
Committed By:   msaitoh
Date:           Tue May 14 00:27:39 UTC 2013

Modified Files:
        src/sys/dev/pci: if_bgereg.h

Log Message:
Add some definitions.
Fix compile error.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/dev/pci/if_bgereg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/if_bgereg.h
diff -u src/sys/dev/pci/if_bgereg.h:1.77 src/sys/dev/pci/if_bgereg.h:1.78
--- src/sys/dev/pci/if_bgereg.h:1.77	Wed May  8 07:50:28 2013
+++ src/sys/dev/pci/if_bgereg.h	Tue May 14 00:27:39 2013
@@ -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
  */

Reply via email to