From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11203 invoked by alias); 19 Jul 2002 21:46:38 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 11192 invoked from network); 19 Jul 2002 21:46:35 -0000 Received: from unknown (HELO tortuga.etc.sk) (62.168.122.79) by sources.redhat.com with SMTP; 19 Jul 2002 21:46:35 -0000 Received: (qmail 1060 invoked by uid 514); 19 Jul 2002 21:46:31 -0000 Date: Fri, 19 Jul 2002 16:27:00 -0000 From: Marcel Telka To: cygwin@cygwin.com Subject: ioperm support for Cygwin (ioperm-0.1) Message-ID: <20020719234630.F4513@tortuga.etc.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-SW-Source: 2002-07/txt/msg01543.txt.bz2 Hi. I've crated small piece of the code called ioperm. ioperm adds support for ioperm() function to Cygwin (for Windows NT/2000/XP). This support includes sys/io.h and sys/perm.h header files (not included in Cygwin by default) together with development and runtime libraries. So, if you want port a linux program which uses ioperm(), inb(), outb(),... functions to Cygwin, ioperm is an alternative for you :-). Source tarball is available from: http://prdownloads.sourceforge.net/openwince/ioperm-0.1.tar.bz2 $ cat README ioperm() support for cygwin (for Windows NT/2000/XP) ==================================================== License ~~~~~~~ - GNU GPL (see COPYING file) Requirements: ~~~~~~~~~~~~~ - cygwin (http://cygwin.com/) - Windows DDK (for building ioperm.sys driver) Build & install steps: ~~~~~~~~~~~~~~~~~~~~~~ - download and unpack sources tar xvjf ioperm-VERSION.tar.bz2 - cd to ioperm source directory cd ioperm-VERSION - run configure script ./configure --with-ddk=/path/to/winddk --prefix=/usr - build ioperm make - install ioperm make install - install (activate) ioperm.sys driver ioperm -i - run spkrtest (optional step :-) tests/spkrtest Notes: ~~~~~~ - tested only with Windows XP -- +-------------------------------------------+ | Marcel Telka e-mail: marcel@telka.sk | | homepage: http://telka.sk/ | | jabber: marcel@jabber.sk | +-------------------------------------------+ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/