From 5aacd91b8a0e5362bee11851ace045af10df5d33 Mon Sep 17 00:00:00 2001 From: "Dale S. Rahn" Date: Fri, 9 Oct 1998 02:09:20 +0000 Subject: PCI io space starts at 0x80000000 not 16MB added to that address, when referring to the offset specified in the pci base address config register. --- sys/arch/powerpc/pci/mpc106reg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/powerpc/pci') diff --git a/sys/arch/powerpc/pci/mpc106reg.h b/sys/arch/powerpc/pci/mpc106reg.h index 29f839fb557..edc27ff5486 100644 --- a/sys/arch/powerpc/pci/mpc106reg.h +++ b/sys/arch/powerpc/pci/mpc106reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mpc106reg.h,v 1.2 1998/08/25 07:40:47 pefo Exp $ */ +/* $OpenBSD: mpc106reg.h,v 1.3 1998/10/09 02:09:19 rahnds Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -45,7 +45,7 @@ /* Where we map the PCI I/O space */ #define MPC106_P_ISA_IO_SPACE 0x80000000 #define MPC106_V_ISA_IO_SPACE 0x80000000 -#define MPC106_V_PCI_IO_SPACE (MPC106_V_ISA_IO_SPACE + 0x01000000) +#define MPC106_V_PCI_IO_SPACE 0x80000000 /* Where we map the config space */ #define MPC106_PCI_CONF_SPACE (MPC106_V_ISA_IO_SPACE + 0x00800000) -- cgit v1.2.3