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: dyoung
Date: Wed Feb 24 23:38:40 UTC 2010
Modified Files:
src/sys/dev/cardbus: cardbus.c cardbusreg.h cardbusvar.h
if_atw_cardbus.c if_fxp_cardbus.c if_rtw_cardbus.c
src/sys/dev/pci: pccbb.c
Log Message:
Start to tuck Cardbus under the PCI abstraction. Step #1, textual
substitution: for all practical purposes, pcitag_t and cardbustag_t are
interchangeable, so just use pcitag_t. Ditto pcireg_t and cardbusreg_t.
Poison new uses of cardbusreg_t and cardbustag_t by deleting the type
definitions.
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/sys/dev/cardbus/cardbus.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/cardbus/cardbusreg.h
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/cardbus/cardbusvar.h
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/cardbus/if_atw_cardbus.c
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/cardbus/if_fxp_cardbus.c
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/cardbus/if_rtw_cardbus.c
cvs rdiff -u -r1.194 -r1.195 src/sys/dev/pci/pccbb.c
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