Subject: Re: CVS commit: syssrc
To: None <augustss@netbsd.org>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: tech-net
Date: 02/02/2000 00:09:42
On Wed, 2 Feb 2000 00:00:24 -0800 (PST) 
 Lennart Augustsson <augustss@netbsd.org> wrote:

 > Module Name:	syssrc
 > Committed By:	augustss
 > Date:		Wed Feb  2 08:00:23 UTC 2000
 > 
 > Modified Files:
 > 	syssrc/sys/dev/ic: elink3.c elink3var.h
 > 	syssrc/sys/dev/pcmcia: if_ep_pcmcia.c
 > 
 > Log Message:
 > Make sure to get rid of shutdown hook and ttach media on detach.

these are still wrong... you should not be doing the disable hook in
the remove-interrupt handler (ep_deactivate), it should be done in
the ep_detach() routine.

Also, in epintr(), make sure DVF_ACTIVE is set before you try to read
card registers, etc.

*sigh*  I committed some examples for a reason...

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>