From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: Direct PCI Access Date: Fri, 14 Jan 2005 07:23:50 +0300 Message-ID: <41E74956.5020706@aknet.ru> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. Mark Mitchell wrote: > From the looks of the documentation the NIC should work but I was > wondering if dosemu will be able to have direct PCI access to the > channel adapter card. Is that possible? Dosemu can allow you to access the PCI config space and you can request any additional ports, but the PCI DMA won't work, so most likely your NIC will neither. You should access it via the packet driver instead.