Perhaps you're not including fns.h in your ether2000.c? ; grep -n 'ioalloc|iofree' *.h fns.h:57: #define ioalloc(addr, len, align, name) (addr) fns.h:58: #define iofree(addr)
(This is in /sys/src/boot/pc, right?)
Perhaps you're not including fns.h in your ether2000.c? ; grep -n 'ioalloc|iofree' *.h fns.h:57: #define ioalloc(addr, len, align, name) (addr) fns.h:58: #define iofree(addr)
(This is in /sys/src/boot/pc, right?)