Subject: CVS commit: src/sys/dev/hpc
To: None <source-changes@NetBSD.org>
From: Peter Postma <peter@netbsd.org>
List: source-changes
Date: 10/29/2007 20:45:58
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.