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:51:35 UTC 2009

Modified Files:
        src/sys/arch/acorn26/iobus: upc_iobus.c

Log Message:
Autoconfiguration cleanup for upc(4) at iobus(4):
- Use device_t and cfdata_t rather than explicit structure pointers.
- Use device_*() to access parts of device_t.
- Use device_private() to convert device_t into a softc.
device and softc not split because that will involve venturing outside
sys/arch/acorn26 and I want to get that cleaned up first.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/acorn26/iobus/upc_iobus.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