Subject: CVS commit: src/sys/dev/cardbus
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 08/19/2004 14:50:52
Module Name:	src
Committed By:	drochner
Date:		Thu Aug 19 14:50:52 UTC 2004

Modified Files:
	src/sys/dev/cardbus: cardbus.c cardbusvar.h

Log Message:
support rescan / manual detach
This code needs cleanup, at least a reasonable linked list
implementation (fixed a bug in detach_card() in the process which
left a dangling pointer around).
Also removed a questionable and undocumented use of the parent's
device unit number as locator value.
(As with the pcmcia code: someone please review wrt powerup/down etc.)


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/sys/dev/cardbus/cardbus.c
cvs rdiff -r1.26 -r1.27 src/sys/dev/cardbus/cardbusvar.h

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