Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/acorn26/iobus



Module Name:    src
Committed By:   bjh21
Date:           Tue Jan  6 23:48:30 UTC 2009

Modified Files:
        src/sys/arch/acorn26/iobus: ioc.c iocvar.h

Log Message:
Autoconfiguration cleanup for ioc(4):
- Use aprint_*() rather than printf().
- Use device_t and cfdata_t rather than explicit pointer types.
- Use device_* to get at parts of device_t.
- Use device_private to convert device_t into ioc_softc *.
Note that I haven't yet separated the softc from the device structure because
this driver will need a little care in doing that.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/arch/acorn26/iobus/ioc.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/acorn26/iobus/iocvar.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