Subject: CVS commit: src/sys/dev/cardbus
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 01/02/2008 23:04:25
Module Name:	src
Committed By:	dyoung
Date:		Wed Jan  2 23:04:25 UTC 2008

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

Log Message:
Don't assign a cardbus function tag to a cardbus chipset tag.
Michael Lorenz, macallan@, actually found this bug.

(I will change cardbus_chipset_tag_t to a struct * from void *, so
that the compiler will detect similar typos in the future.)


To generate a diff of this commit:
cvs rdiff -r1.84 -r1.85 src/sys/dev/cardbus/cardbus.c

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