Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!topaz.rutgers.edu!ron From: ron@topaz.rutgers.edu (Ron Natalie) Newsgroups: comp.unix.questions Subject: Re: priv. problem Message-ID: <14621@topaz.rutgers.edu> Date: Thu, 10-Sep-87 15:40:23 EDT Article-I.D.: topaz.14621 Posted: Thu Sep 10 15:40:23 1987 Date-Received: Sat, 12-Sep-87 09:45:11 EDT References: <9111@brl-adm.ARPA> <1508@killer.UUCP> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 10 I've never heard of an Ironics, but I agree the best way to handle these types of boards is with a /dev/mem-like device. For example, I wrote software for a Datacube MinVideo board to provide a read/write/ lseek interface for the large transfers (writing the display buffers and colormaps) and a ioctl based interface for poking individual bytes in the scads of control registers for the board. It took about a days worth of editing to modify all their libraries that used phys to use this interface (I even found a few bugs in the process). -Ron