Subject: CVS commit: src/sys/dev/cardbus
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 08/23/2004 17:52:45
Module Name: src
Committed By: drochner
Date: Mon Aug 23 17:52:45 UTC 2004
Modified Files:
src/sys/dev/cardbus: cardbus.c cardbusvar.h
Log Message:
kick out the error-prone handcrafted single-linked list of cardbus
functions; replace by a simple *array[8]
To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 src/sys/dev/cardbus/cardbus.c
cvs rdiff -r1.27 -r1.28 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.