diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-05-23 07:58:25 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-05-23 07:58:25 +0000 |
commit | cb212e0cfa5b1ce2003bf2a10a473460983552fd (patch) | |
tree | 39086e5e113beb44abf439b466641d2e849e622a /sys | |
parent | 2586781472be8e17c09c2e6c04527803b2c11d86 (diff) |
Define PPB_IO_32BIT. Should have been part of the commit to mvkpcie(4)
that improved bridge emulation, but unfortunately was forgotten.
From kettenis@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/ppbreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/ppbreg.h b/sys/dev/pci/ppbreg.h index dc4f4828805..50a8b0a755c 100644 --- a/sys/dev/pci/ppbreg.h +++ b/sys/dev/pci/ppbreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ppbreg.h,v 1.5 2014/09/15 14:22:07 kettenis Exp $ */ +/* $OpenBSD: ppbreg.h,v 1.6 2020/05/23 07:58:24 patrick Exp $ */ /* $NetBSD: ppbreg.h,v 1.3 2001/07/06 18:07:16 mcr Exp $ */ /* @@ -83,6 +83,7 @@ #define PPB_IOBASE_SHIFT 0 #define PPB_IOLIMIT_SHIFT 8 #define PPB_IO_MASK 0xf000 +#define PPB_IO_32BIT 0x0001 #define PPB_IO_SHIFT 8 #define PPB_IO_MIN 4096 |