From mboxrd@z Thu Jan 1 00:00:00 1970 From: jean-francois simon Subject: PCI MMIO under DOSEMU Date: Wed, 24 Jun 2009 17:21:27 +0200 Message-ID: <4A424477.7030500@themis.com> Reply-To: jfs@themis.com Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :reply-to:user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=Dy1jWVwMvv6RT3G81RW7zw9RwTUb0lhE92cdqSlCj8E=; b=PKDxNHlLk09t26yuVW4PqcL6RINVkp8WaaY+5wQKg6ZGNyZXvMLTkNe39CnGbzcytg nh1tlnKzlDdsyYWuMdNTyp0CyD+LEiSZEnLrQ2VPlrOAziLc1IJjE/LxQJaV5lhThAOh ACfjcHLexea0Z3oOdJC1ntUre5fAyhf7WLlOo= Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org hi i have a dos program using DPMI and making PCI accesses. it runs fine as a DOS stand alone. Under dosemu it can make PCI configuration access no problem. but when it tries to make PCI memory access then it fails. i am trying to access the following PCI MMIO resource at address 0xDFFFF000: 0a:0a.0 Bridge: Device 1895:0001 (rev 01) Subsystem: Device 1895:0001 Flags: bus master, medium devsel, latency 64, IRQ 10 Memory at dffff000 (32-bit, non-prefetchable) [size=4K] Memory at 80000000 (32-bit, non-prefetchable) [size=1024M] Memory at de000000 (32-bit, non-prefetchable) [size=16M] Memory at dd000000 (32-bit, non-prefetchable) [size=16M] Memory at 7e000000 (64-bit, prefetchable) [size=16M] is it possible to access PCI MMIO under dosemu? thx a lot -jf