diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-11-19 20:43:33 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-11-19 20:43:33 +0000 |
commit | a9941f9c8cae53be46577cc64378d1fcc30d12b5 (patch) | |
tree | 11136f671eb069db76767d5cb6e4e3fcf364e293 /sys/dev/pci/ppbreg.h | |
parent | 06f6bd12768d8c5694d2d4f8e99ea74ddc0c60d0 (diff) |
Add PPB_IO_SHIFT #define to mirror PPB_MEM_SHIFT.
Diffstat (limited to 'sys/dev/pci/ppbreg.h')
-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 38bf253a781..69fcfd51bf3 100644 --- a/sys/dev/pci/ppbreg.h +++ b/sys/dev/pci/ppbreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ppbreg.h,v 1.3 2009/08/09 09:59:23 deraadt Exp $ */ +/* $OpenBSD: ppbreg.h,v 1.4 2009/11/19 20:43:32 kettenis Exp $ */ /* $NetBSD: ppbreg.h,v 1.3 2001/07/06 18:07:16 mcr Exp $ */ /* @@ -78,6 +78,7 @@ #define PPB_IOBASE_SHIFT 0 #define PPB_IOLIMIT_SHIFT 8 #define PPB_IO_MASK 0xf000 +#define PPB_IO_SHIFT 8 #define PPB_IO_MIN 4096 /* |