Source-Changes archive

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

CVS commit: src/sys/arch/xen/xenbus



Module Name:    src
Committed By:   cegger
Date:           Tue Oct 21 21:55:44 UTC 2008

Modified Files:
        src/sys/arch/xen/xenbus: xenbus_probe.c

Log Message:
The 'sc' in xenbus_sc implies a softc, but it is actually a device_t. Since the 
device_t/softc split you can't cast a softc out of a device and vice versa.
Therefore rename xenbus_sc to xenbus_dev to prevent any possible confusions.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/arch/xen/xenbus/xenbus_probe.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