Bug 3295
Summary: | pnpbios don't get the correct ressource in some cases | ||
---|---|---|---|
Product: | Drivers | Reporter: | CASTET Matthieu (castet.matthieu) |
Component: | PNP | Assignee: | Adam Belay (ambx1) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.8 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | patch that resolve the bug |
Description
CASTET Matthieu
2004-08-28 13:20:43 UTC
Created attachment 3620 [details]
patch that resolve the bug
this patch fix a pnpbios problem with independant resource :
the current code assume that they are given at the beggining (before any
SMALL_TAG_STARTDEP entry), but in some case there are found after
SMALL_TAG_ENDDEP entry.
tag : 6 SMALL_TAG_STARTDEP
tag : 8 SMALL_TAG_PORT
tag : 6 SMALL_TAG_STARTDEP
tag : 8 SMALL_TAG_PORT
tag : 7 SMALL_TAG_ENDDEP
tag : 4 SMALL_TAG_IRQ
tag : f SMALL_TAG_END
hi, I found the bug and attached a patch. I also send the patch to the lkml. Matthieu |