Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/acorn26/ioc
Module Name: src
Committed By: bjh21
Date: Wed Jan 7 00:09:24 UTC 2009
Modified Files:
src/sys/arch/acorn26/ioc: latches.c latchvar.h
Log Message:
Autoconfiguration cleanup for latches(4):
- Split struct device out of the softc.
- Use device_t and cfdata_t rather than explicit structure pointers.
- Use aprint_*() rather than printf().
- Use device_private() to convert device_t into softc.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/acorn26/ioc/latches.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/acorn26/ioc/latchvar.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