Re: Parallel Programing in FreeBSD

2001-03-14 Thread Drew Eckhardt
In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] write s: >* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [010314 16:11] wrote: >> i'm trying to do some programming on freebsd and i can't >> find 'asm/io.h'. this must be for security reasons. >> >> so how do i talk to the parallel port? >Generally i

Re: Parallel Programing in FreeBSD

2001-03-14 Thread Mike Smith
> Hi, > > i'm trying to do some programming on freebsd and i can't > find 'asm/io.h'. this must be for security reasons. > > so how do i talk to the parallel port? See /usr/share/examples/ppi, and the ppi(4) manpage. -- ... every activity meets with opposition, everyone who acts has his riv

Re: Parallel Programing in FreeBSD

2001-03-14 Thread Alfred Perlstein
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [010314 16:11] wrote: > Hi, > > i'm trying to do some programming on freebsd and i can't > find 'asm/io.h'. this must be for security reasons. > > so how do i talk to the parallel port? > > Thanks, > > Dave Seddon Generally it's a good idea to use "ma

Parallel Programing in FreeBSD

2001-03-14 Thread das
Hi, i'm trying to do some programming on freebsd and i can't find 'asm/io.h'. this must be for security reasons. so how do i talk to the parallel port? Thanks, Dave Seddon here's the really simple bit of code i'm trying to use: #include #include /* needed for ioperm() */ #inclu