cvs commit: src/sys/dev/fxp if_fxp.c
Maxime Henrion
mux at FreeBSD.org
Thu Apr 10 16:15:14 PDT 2003
mux 2003/04/10 16:15:12 PDT
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c
Log:
- 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.
Revision Changes Path
1.167 +46 -46 src/sys/dev/fxp/if_fxp.c
More information about the cvs-src
mailing list