freebsd-dev/sys/dev/fxp
Maxime Henrion b983c7b3ed - Clean up the fxp_release() and fxp_detach() functions.
- Be sure to teardown the interrupt first so that "kldunload if_fxp"
  doesn't panic the box.  It's now deadlocking rather than crashing,
  which isn't really better, but I'm unsure this is fxp(4)'s fault.
- Change a bus_dmamap_sync() call to also do a BUS_DMASYNC_PREREAD
  now that we can pass several operations.
2003-04-10 23:15:12 +00:00
..
if_fxp.c - Clean up the fxp_release() and fxp_detach() functions. 2003-04-10 23:15:12 +00:00
if_fxpreg.h Revert the s/u_int/u_int8_t/ changes, we can't really use other 2003-04-06 21:35:45 +00:00
if_fxpvar.h Convert the fxp(4) driver to the busdma API. 2003-04-02 16:47:16 +00:00
rcvbundl.h Add Intel's loadable microcode to implement receive side bundling. 2001-10-25 05:23:31 +00:00