From: Ryan Bradetich <rbradetich@uswest.net>
To: Grant Grundler <grundler@dsl2.external.hp.com>
Cc: parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] [RFC] Patch to handle parisc-device quirks/bugs.
Date: 17 Nov 2002 12:56:55 -0700 [thread overview]
Message-ID: <1037563016.26816.12.camel@beavis> (raw)
In-Reply-To: <20021117193354.21EEE482E@dsl2.external.hp.com>
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
>
next prev parent reply other threads:[~2002-11-17 19:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-17 19:05 [parisc-linux] [RFC] Patch to handle parisc-device quirks/bugs Ryan Bradetich
2002-11-17 19:33 ` Grant Grundler
2002-11-17 19:56 ` Ryan Bradetich [this message]
2002-11-17 20:00 ` Matthew Wilcox
2002-11-17 20:22 ` Ryan Bradetich
2002-11-17 20:48 ` Grant Grundler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1037563016.26816.12.camel@beavis \
--to=rbradetich@uswest.net \
--cc=grundler@dsl2.external.hp.com \
--cc=parisc-linux@lists.parisc-linux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox