History log of /netbsd-src/sys/arch/hpcsh/dev/psh3lcd.c (Results 1 – 8 of 8)
Revision Date Author Comments
# fb817dab 24-Oct-2021 andvar <andvar@NetBSD.org>

fix various typos in comments, mainly copypasta.


# 15f7653b 09-Nov-2013 christos <christos@NetBSD.org>

fix unused variable warnings


# 1d7f24ea 12-Feb-2012 matt <matt@NetBSD.org>

Change old-style function defintions to C89 prototypes.

Approved by releng.


# 7b37c233 19-Dec-2009 kiyohara <kiyohara@NetBSD.org>

Register null hooks with pmf(9) for now, which is no worse than befor
and allows us to test other things. Power management is still done
via CONFIG_HOOK_POWERCONTROL_LCD.
Based on rev 1.14 of src/sy

Register null hooks with pmf(9) for now, which is no worse than befor
and allows us to test other things. Power management is still done
via CONFIG_HOOK_POWERCONTROL_LCD.
Based on rev 1.14 of src/sys/arch/hpcsh/dev/j6x0lcd.c

show more ...


# aaf18737 31-Mar-2008 kiyohara <kiyohara@NetBSD.org>

Split device_t/softc.
Use aprint.


# e3e6e213 21-Jan-2007 kiyohara <kiyohara@NetBSD.org>

follows to style guide and C99.
Add ARGSUSED and __unused.
Remove braces at return.
Use device_private() and aprint_*().


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 17587c61 05-Sep-2005 kiyohara <kiyohara@NetBSD.org>

Support LCD screen driver for PERSONA SH3 machines.