mirror of
https://github.com/opnsense/src.git
synced 2026-04-06 18:05:18 -04:00
allows us to properly parse cards with attribute memory based CIS that
before wouldn't parse correctly, sometimes with a panic. This allows
me to get my 3C562 modem/ethernet card to fail to attach due to
problems in the ep and sio drivers rather than due to problems in the
CIS parsing code :-).
We weren't setting the address to jump to for the function entries.
This caused us to only work when the addional entries were after the
first ones. On the 3C562/3C563 card this was not the case.
We were also mapping Attribute memory when common memory was asked for
in the target of the LONGLINK_{A,C} or LONGLINK_MFC.
My IBM Home And Away Modem/LAN card still fails for reasons unknown.
|
||
|---|---|---|
| .. | ||
| card_if.m | ||
| devlist2h.awk | ||
| files.pccard | ||
| Makefile.pccarddevs | ||
| pccard.c | ||
| pccard_cis.c | ||
| pccard_cis_quirks.c | ||
| pccarddevs | ||
| pccarddevs.h | ||
| pccardreg.h | ||
| pccardvar.h | ||
| power_if.m | ||