Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/pcmcia
Module Name: src
Committed By: dyoung
Date: Fri Nov 13 01:14:35 UTC 2009
Modified Files:
src/sys/dev/pcmcia: if_xi.c mhzc.c xirc.c
Log Message:
Don't use com_activate(), it's gone away. Thanks to Andreas Wrede
for pointing out that these drivers still used com_activate().
Use device_private(). Join some lines.
Remove superfluous activation hooks.
Add child-detachment hooks (not used, yet).
TBD: device_t/softc split.
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/dev/pcmcia/if_xi.c
cvs rdiff -u -r1.46 -r1.47 src/sys/dev/pcmcia/mhzc.c
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pcmcia/xirc.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