From cb212e0cfa5b1ce2003bf2a10a473460983552fd Mon Sep 17 00:00:00 2001 From: Patrick Wildt Date: Sat, 23 May 2020 07:58:25 +0000 Subject: Define PPB_IO_32BIT. Should have been part of the commit to mvkpcie(4) that improved bridge emulation, but unfortunately was forgotten. From kettenis@ --- sys/dev/pci/ppbreg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') 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 -- cgit v1.2.3