Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <39BDF7C6.C0ADA25D@cygnus.com>
Date: Tue, 12 Sep 2000 11:30:46 +0200
From: Corinna Vinschen <vinschen@cygnus.com>
Reply-To: cygwin <cygwin@sources.redhat.com>
X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.16 i686)
X-Accept-Language: de, en
MIME-Version: 1.0
To: Dehmel@cygnus.com, =?iso-8859-1?Q?R=FCdiger?= <de@lmnet.de>
CC: "'cygwin@sources.redhat.com'" <cygwin@sources.redhat.com>
Subject: Re: I'm new in cygwin: how to mmap?
References: <A6E475D77D25D311AD91005004066440C821@exserver.lmnet.de>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id FAA02587

"Dehmel, Rüdiger" wrote:
> 
> Hello,
> 
> first of all: how to subcribe to this group? (please answer to: de@lmnet.de
> )

How did you find this group???

Read http://sources.redhat.com/cygwin/lists.html
It contains all necessary information.

> I must memory map my hardware (ISA memory address: 0xD0000 - 0xD1FFFF) to
> user address space.
> 
> In LINUX I do this:
> 
> md = open("/dev/mem", ...);
> base = mmap(0, length, ...    0xD0000, md , ..);
> ....
> *base = 0x77;   // write the bits 0x77 direct to the hardware
> ....
> 
> What is the replacement with cygwin on NT?

Try using mmap().

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                        mailto:cygwin@sources.redhat.com
Red Hat, Inc.
mailto:vinschen@cygnus.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

