mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
- Rename vxfoo() functions to vx_foo() to improve readability and consistency with other drivers. - Prefix most the softc members with 'vx_' (the other members already had the prefix). - Switch to using callout_init_mtx() and callout_*() rather than timeout() and untimeout(). - Add some missing calls to if_free() in some failure cases in vx_attach(). - Use if_printf() and remove the unit number from the softc. - Remove uses of the 'register' keyword and spls. - Add locked variants of vx_init() and vx_start(). - Add a mutex to the softc and lock it in various appropriate places. - Setup the interrupt handler last during attach. Tested by: imp MFC after: 1 week |
||
|---|---|---|
| .. | ||
| if_vx.c | ||
| if_vx_eisa.c | ||
| if_vx_pci.c | ||
| if_vxreg.h | ||
| if_vxvar.h | ||