K 10 svn:author V 6 avatar K 8 svn:date V 27 2005-03-17T13:59:30.000000Z K 7 svn:log V 619 Releasing TX/RX descriptor dmamaps during device detachment instead of doing that in bfe_stop(). This should fix a panic recently reported on -current occuring when taking device down then up. In the original implementation, an "ifconfig bfe0 down" triggers bfe_stop(), which also destroys all TX/RX descriptor dmamaps. Hence the subsequent "ifconfig bfe0 up" would force the device to use those already-released dmamap and thus panic the kernel. PR: kern/77804 Submitted by: Frank Mayhar Reviewed by: dmlb, sam (mentor) Tested by: Phil , myself MFC after: 1 week END