From owner-freebsd-hackers Tue Jan 16 06:48:51 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA18090 for hackers-outgoing; Tue, 16 Jan 1996 06:48:51 -0800 (PST) Received: from sl-000.sl.cybercomm.net (sl-000.sl.cybercomm.net [199.171.196.128]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA18085 for ; Tue, 16 Jan 1996 06:48:47 -0800 (PST) Received: from sl-000.sl.cybercomm.net (localhost [127.0.0.1]) by sl-000.sl.cybercomm.net (8.6.12/8.6.12) with SMTP id JAA06439; Tue, 16 Jan 1996 09:46:40 -0500 Date: Tue, 16 Jan 1996 09:46:40 -0500 (EST) From: Sujal Patel X-Sender: smpatel@sl-000.sl.cybercomm.net To: Joerg Wunsch cc: FreeBSD hackers Subject: Re: Request examples of using outb() in inb()in program. In-Reply-To: <199601160049.BAA14557@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG Precedence: bulk On Tue, 16 Jan 1996, J Wunsch wrote: > KDENABIO is not the preferred way, it's the traditional way. It > requires root priv's (as opposed to /dev/io which is subject to normal > file access constraints), and it's only available if your kernel does > have either syscons or pcvt configured. Both drivers are optional > however. Like KDENABIO, the default permissions on /dev/io restrict it to root only, which is the way it should be IMHO. Sujal