Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/hpc
Module Name: src
Committed By: peter
Date: Mon Oct 29 20:45:58 UTC 2007
Modified Files:
src/sys/dev/hpc: hpcfb.c
Log Message:
wsdisplay has been converted to device_t/softc separation so we can't cast
the wsdisplay device to the wsdisplay_softc anymore. Use device_private()
instead to get the softc.
To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 src/sys/dev/hpc/hpcfb.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