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 BNX_PCICFG_DEVICE_CONTROL.



details:   https://anonhg.NetBSD.org/src/rev/12cba168d0b2
branches:  trunk
changeset: 455517:12cba168d0b2
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Apr 05 07:29:24 2019 +0000

description:
Add BNX_PCICFG_DEVICE_CONTROL.

diffstat:

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

diffs (19 lines):

diff -r 4a6a70e5c482 -r 12cba168d0b2 sys/dev/pci/if_bnxreg.h
--- a/sys/dev/pci/if_bnxreg.h   Fri Apr 05 07:25:06 2019 +0000
+++ b/sys/dev/pci/if_bnxreg.h   Fri Apr 05 07:29:24 2019 +0000
@@ -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 @@
 #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



Home | Main Index | Thread Index | Old Index