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 23:05:46 UTC 2009
Modified Files:
src/sys/arch/acorn26/ioc: arcpp.c
Log Message:
Autoconfiguration cleanup for arcpp(4):
- Split device_t out of softc.
- Use device_t and cfdata_t rather than explicit structure pointers.
- Use device_*() rather than accessing parts of device_t directly.
- Use aprint_*() rather than printf().
Also ANSIfy arcpppushbytes.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/arch/acorn26/ioc/arcpp.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