Re: OUT, IN on OpenBSD

2006-09-08 Thread Karel Kulhavy
On Fri, Sep 08, 2006 at 07:46:33AM -0700, Ted Unangst wrote: > yeah, see ports/x11/855resolution I installed it and now it works just fine. The user support is way better than in Linux - no STFW. CL< > > On 9/8/06, Karel Kulhavy <[EMAIL PROTECTED]> wrote: > >On Thu, Sep 07, 2006 at 02:44:18PM -0

Re: OUT, IN on OpenBSD

2006-09-07 Thread Damien Miller
On Thu, 7 Sep 2006, Karel Kulhavy 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). > > I wonder if I c

Re: OUT, IN on OpenBSD

2006-09-07 Thread Ted Unangst
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 s

OUT, IN on OpenBSD

2006-09-07 Thread Karel Kulhavy
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). I wonder if I could replace these calls by something else. CL<