From owner-freebsd-hackers Thu Apr 16 11:33:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04163 for freebsd-hackers-outgoing; Thu, 16 Apr 1998 11:33:25 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA04149 for ; Thu, 16 Apr 1998 18:33:12 GMT (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.8/8.8.8) with ESMTP id TAA02183 for ; Thu, 16 Apr 1998 19:33:11 +0100 (BST) (envelope-from kpielorz@tdx.co.uk) Message-ID: <35364EE3.2043BF4A@tdx.co.uk> Date: Thu, 16 Apr 1998 19:33:07 +0100 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: hackers@FreeBSD.ORG Subject: Memory mapping via Syscons? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've read somewhere that you can use syscons to map IO memory into 'userland'? Is this possible? I have a simple ISA card that maps in at 0x240 - 0x24F - which I'd like to read and write to without going through creating a kernel device driver etc... A device driver will probably follow - but if I can just get to the card I can use a heap of existing code I've allready got to drive it - and worry about the driver when I have more time... Any info greatly appreciated, Regards, Karl Pielorz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message