Re: Accessing I/O regs on Jensen??

David Mosberger-Tang (davidm@AZStarNet.com)
Thu, 7 Dec 1995 09:03:51 -0700


To add Jensen inb/outb support at the user-level, you'd have to modify
sysdeps/linux/alpha/io.c in libc appropriately. I think there is a
consensus that io.c should adapt to the system type dynamically so the
same libc can be used on all platforms. The system type can be found
in /proc/cpuinfo. If you do make changes to io.c, please let me know
so I can integrate them into the libc distribution.

--david