Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-07-07 | linux-rp_2.6.21.bb : add a hack to prevent connect+ card from oopsing | Graeme Gregory | 1 | |
on insert. This is caused by an irq arriving before dev->base_addr has been set so the driver ends up doing an inw(NULL) which oopses. have checked for base_addr == 0 in driver and returned from irq early. This prevents oops and doesnt break with other cards in my collection. |