Date: Thu, 10 Apr 2003 16:15:12 -0700 (PDT) From: Maxime Henrion <mux@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c Message-ID: <200304102315.h3ANFCXP033600@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304102315.h3ANFCXP033600>