I was still unable to compile this. First I was bombing with an error
in include/asm/delay.h where it was trying to dereference a pointer of
unknown type in the cpu_data array. This turned out to be 'current'
so I included sched.h and it got passed that error. Then I came
across the NCR driver which bombed. The macro INB_OFF(o) is trying to
reference the member 'base_io' in variable np which is of type
'struct ncb *' and doesn't have this member in its definition. It
looks like this is only referenced when the NCR controller is in I/O
mapped mode versus memory mapped. The first occurrence of this
activity is on line 3311 in drivers/scsi/sym53c8xx.c. Any help on
this is appreciated.
BAPper
On Thu, Mar 16, 2000 at 11:39:07AM -0800, Richard Henderson wrote:
> - Fixups for the system calls recently added.
> - Fix interrupt handling on es40.
> - Use rpcc for delay loop.
>
>
> r~