On Wednesday, June 08, 2011 18:52:48 Josiah Worcester wrote: > -#include <asm/io.h> /* for inb, outb */ > +/* Disable cmos access; we can no longer use asm/io.h, since > + * the kernel does not export that header. > + */ > +#undef __i386__ > +void outb(int a, int b){} > +int inb(int c){ return 0; } probably should be turned into a header check in configure -mike
Attachment:
signature.asc
Description: This is a digitally signed message part.