On Tue, 19 Aug 2003 21:32:39 +0200 Daniele Bellucci <bellucda@tiscali.it> wrote: > On Tue 19 August 2003 21:08, David S. Miller wrote: > > On Tue, 19 Aug 2003 21:11:50 +0200 > > All you've shown is a bug in the interface down operation in > > the 3c509.c driver, fix that and you're problems will go away. > > can you point out a good source of info (or a good device driver) with > a clean net device shutdown? The bug you are seeing is driver specific and has not much to do with "clean net device shutdown". Aparently, the ->close() method of the 3c509.c driver returns before the chip is truly done shutting down. How to do this correctly is hardware specific, and therefore the in order to code the fix you'll need to understand how the 3c509 chip works. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html