[parisc-linux] ASP Parallel port driver broken on HP9000/730

M. Grabert xam@deathsdoor.com
Tue, 13 Feb 2001 00:18:11 +0100 (CET)


On Mon, 12 Feb 2001, Matthew Wilcox wrote:

> > On Thu, 8 Feb 2001, Grant Grundler wrote:
> > 
> > > echo 0xe840c000=i | adb   says:
> > > 		BV              r0(r2)
> > > 
> > > GR02 is the most recent subroutine call return addr.
> > > (Typically the caller).
> > > 
> > > So look up c026e458 and c0246328 in your System.map.
> > > You can at least figure out about where it's crashing.

just a copy'n'paste from my System.map:

c026e44c T _gsc_readb
c026e460 T _gsc_readw
c026e474 T _gsc_readl

therefore c026e458 is in _gsc_readb, and:

c02462c4 t parport_PS2_supported
c02463c8 T parport_gsc_probe_port
c024677c T parport_gsc_write_data

 so c0246328 is in parport_PS2_supported!


greetings max