Subject: Re: Latest arm32 ksrc does not find the motherboard HD i/f
To: Dr. Stephen Borrill <sborrill@xemplar.co.uk>
From: Richard Earnshaw <rearnsha@arm.com>
List: current-users
Date: 10/27/1998 12:21:14
> > My PR (6357) Contains a patch which should fix the motherboard driver 
> > issues -- at least it does for me.  Don't have an ICS card, so I can't 
> > help there, though the fix may be similar -- there was a similar problem 
> > on the Sharks as well.
> 
> The patch seems to have some problems. I believe the line:
> 
> sc->wdc_channel.wdc = &wc->wc_wdcdev
> 
> should in fact be:
> 
> sc->wdc_channel.wdc = &sc->sc_wdcdev;
> 

Ah, sod it.  That's what happens when you fix a problem at home, and then 
try to recreate it in another copy of the source tree for posting to the 
net.

Thanks for pointing this out -- how do I update the PR?

Richard.