Subject: CVS commit: src/sys/dev/pcmcia
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 08/09/2004 01:32:05
Module Name: src
Committed By: mycroft
Date: Mon Aug 9 01:32:05 UTC 2004
Modified Files:
src/sys/dev/pcmcia: pcmcia.c pcmciareg.h
Log Message:
Multifunction fixes:
* Don't call handlers for functions that are not enabled.
* Always call the handler if the function doesn't support the STATUS register.
While I'm here, divide the CCR numbers by 2.
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/sys/dev/pcmcia/pcmcia.c
cvs rdiff -r1.7 -r1.8 src/sys/dev/pcmcia/pcmciareg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.