Matt Chapman <[EMAIL PROTECTED]> wrote: > Hi Julien,
Hi Matt, > In the IA64 <sys/io.h> inb and outb are macros: > > #define inb _inb > #define outb _outb Oh, *duh*. > I renamed it's use of inb and outb to do_inb and do_outb to avoid this > clash. Ok, I'll do that, and I'll forward this upstream. Thanks for the hint and the patches ! > Additionally outb_p doesn't exist. I don't think it should be necessary It exists on i386 only I believe, for historical purpose as I found out. outb_p is used only on i386, as I added the required tests in the code (which do not show up in your patches ?). > on IA64 so I've just used outb. It seems to work okay now although I > don't have anything on my parallel port to test with. Time will tell. :) Thanks, JB. -- Julien BLACHE <[EMAIL PROTECTED]> | Debian, because code matters more Debian & GNU/Linux Developer | http://www.debian.org Public key available on <http://www.jblache.org> - KeyID: F5D6 5169 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169

