[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: 2.3.99-pre1 axp misc patch
- From: Brian Pomerantz <bapper piratehaven org>
- To: rth twiddle net
- Cc: axp-list redhat com, linux-alpha vger rutgers edu, torvalds transmeta com
- Subject: Re: 2.3.99-pre1 axp misc patch
- Date: Thu, 16 Mar 2000 15:21:12 -0800
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~
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]