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/08/2004 05:33:04
Module Name:	src
Committed By:	mycroft
Date:		Sun Aug  8 05:33:04 UTC 2004

Modified Files:
	src/sys/dev/pcmcia: pcmcia.c pcmciavar.h

Log Message:
pcmcia_socket_{enable,disable}() weren't used.  Reimplement them as public
functions taking a pcmcia* device structure.

XXX This is a method of last resort for dealing with stupid/insane cards that
we need to probe harder before we can choose a config entry.  It should not be
used by most drivers.


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 src/sys/dev/pcmcia/pcmcia.c
cvs rdiff -r1.19 -r1.20 src/sys/dev/pcmcia/pcmciavar.h

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