Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: drochner
Date: Wed Jun 25 15:29:23 UTC 2008
Modified Files:
src/sys/dev/cardbus: cardslot.c cardslotvar.h
src/sys/dev/pci: pccbb.c pccbbvar.h
Log Message:
Avoid the use of i82365var.h - we don't use any functions from there.
Extract some data structures for ressource management into our private
header instead. This allows to use a typed pointer instead of a
generic one which saves a lot of typecasts.
Also remove something marked as "dirty hack" which I admittedly don't
understand, but it doesn't look useful...
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/sys/dev/cardbus/cardslot.c
cvs rdiff -r1.13 -r1.14 src/sys/dev/cardbus/cardslotvar.h
cvs rdiff -r1.172 -r1.173 src/sys/dev/pci/pccbb.c
cvs rdiff -r1.35 -r1.36 src/sys/dev/pci/pccbbvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index