Subject: CVS commit: syssrc/sys/dev/pcmcia
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 03/31/2002 10:19:04
Module Name:	syssrc
Committed By:	martin
Date:		Sun Mar 31 07:19:03 UTC 2002

Modified Files:
	syssrc/sys/dev/pcmcia: wdc_pcmcia.c

Log Message:
Establish/disestablish the interrupt handler when enabling/disabling the
controller - no matter if we are called from attach or not.
This makes my FreeCOM CD drive work at first attach (PR 13480).

Something is wrong with the detach code; it won't work on second attach
and will panic on second detach - but that has to wait until the kids
took care of some easter eggs.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 syssrc/sys/dev/pcmcia/wdc_pcmcia.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.