On 9/7/06, Karel Kulhavy <[EMAIL PROTECTED]> wrote:
How can I perform OUT and IN on OpenBSD? I have some Linux program that patches BIOS on my notebook so the proper 1400x1050 resolution can be used, and it uses iopl and outl which don't seem to exist in OBSD (man outl, man iopl).
you include sys/pio.h and use outl with the arguments reversed. but you should probably just use the 915resolution port if that's what you're really after.

