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:06:59 UTC 2009

Modified Files:
        src/sys/arch/acorn26/ioc: iociic.c

Log Message:
Autoconfiguration cleanup for iociic(4):
- Use device_t and cfdata_t rather than explicit structure pointers.
- Use aprint_*() rather than printf().
- Pass "self" to config_found_ia rather than &sc->sc_dev.
Also an amount of KNF.
I haven't actually split the device structure off from the softc because
iociic_bootstrap_cookie() expects to allocate fake versions of both at once,
and I've not yet decided what it's best to do about that.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/acorn26/ioc/iociic.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