mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
- Use NULL instead of 0 for pointers.
- Remove redundant bzero(9)'ing of the softc.
- Remove redundant/unused softc members.
- Don't allocate MSI/MSI-X as RF_SHAREABLE.
- Re-use bus accessor macros instead of duplicating them.
- In bce_miibus_{read,write}_reg(), remove superfluous limiting of the PHY
address (missed in r213893).
MFC after: 1 week
|
||
|---|---|---|
| .. | ||
| if_bce.c | ||
| if_bcefw.h | ||
| if_bcereg.h | ||