[parisc-linux] [RFC] Patch to handle parisc-device quirks/bugs.
Ryan Bradetich
rbradetich@uswest.net
17 Nov 2002 12:56:55 -0700
Grant,
I test the hpa, hw_type, hversion, and sversion for the quirk. If all
these match, then I update the parisc_device_id with the device it
should be.
+ if((dev->hpa == list->hpa) &&
+ (dev->id.hw_type == list->quirk.hw_type) &&
+ (dev->id.hversion == list->quirk.hversion) &&
+ (dev->id.sversion == list->quirk.sversion))
Thanks,
- Ryan
On Sun, 2002-11-17 at 12:33, Grant Grundler wrote:
> Ryan Bradetich wrote:
> > The one thing I do not like is depending upon the HPA of the
> > device to determine the quirk, but I could not think of a
> > different/better way to handle this.
>
> Could you also check the IODC device type?
> Or is that also wrong?
> If HPA and type match, then I'd be comfortable with it.
>
> grant
>