mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
correct network drivers with respect to busmaster DMA, go over it
with at duster to make other aspects of it a role model:
Eliminate the pci specific softc, it serves no rational purpose.
Use convenience resource allocation/deallocation functions to save
code and errorhandling.
Switch from bus_space_{read|write}_%u() to bus_{read|write}_%u()
functions and forget about tags and handles, the resource will know
about those, should they be needed. This also eliminates a number
of inconsistently named local variables.
|
||
|---|---|---|
| .. | ||
| if_gem.c | ||
| if_gem_pci.c | ||
| if_gemreg.h | ||
| if_gemvar.h | ||