Module Name:    src
Committed By:   msaitoh
Date:           Fri Apr  5 07:29:24 UTC 2019

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

Log Message:
 Add BNX_PCICFG_DEVICE_CONTROL.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/pci/if_bnxreg.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_bnxreg.h
diff -u src/sys/dev/pci/if_bnxreg.h:1.24 src/sys/dev/pci/if_bnxreg.h:1.25
--- src/sys/dev/pci/if_bnxreg.h:1.24	Fri Apr  5 07:15:26 2019
+++ src/sys/dev/pci/if_bnxreg.h	Fri Apr  5 07:29:24 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_bnxreg.h,v 1.24 2019/04/05 07:15:26 msaitoh Exp $	*/
+/*	$NetBSD: if_bnxreg.h,v 1.25 2019/04/05 07:29:24 msaitoh Exp $	*/
 /*	$OpenBSD: if_bnxreg.h,v 1.33 2009/09/05 16:02:28 claudio Exp $  */
 
 /*-
@@ -1112,6 +1112,9 @@ struct l2_fhdr {
 #define BNX_PCICFG_MAILBOX_QUEUE_ADDR		0x00000090
 #define BNX_PCICFG_MAILBOX_QUEUE_DATA		0x00000094
 
+/* From NetXtremeII-PG203-R.pdf page 182 */
+#define BNX_PCICFG_DEVICE_CONTROL			0x000000b4
+
 
 /*
  *  pci_reg definition

Reply via email to