Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/acorn26/vidc
Module Name: src
Committed By: bjh21
Date: Wed Jan 7 23:14:40 UTC 2009
Modified Files:
src/sys/arch/acorn26/vidc: arcvideo.c
Log Message:
Autoconfiguration cleanup for arcvideo(4):
- Use device_t and cfdata_t rather than explicit structure pointers.
- Use device_private() rather than a cast to convert device_t to a softc.
- Use device_*() to get at the innards of device_t.
device/softc split not done yet because of worrying about bootstrap console
stuff.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/acorn26/vidc/arcvideo.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