summaryrefslogtreecommitdiff
path: root/sys/dev/ic/hd44780_subr.c
AgeCommit message (Expand)Author
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2009-08-30Misc KNF.tsutsui
2009-03-16ANSIfy functions with function-pointer argumentsdsl
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-12-19use M_ZERO on malloc() and remove subsequent bzero().cegger
2008-04-10Remove a now-spurious & so that this builds again (for cobalt).he
2008-04-08use aprint_*_dev and device_xnamecegger
2007-11-01Fix some random LCD corruption on cobalt:tsutsui
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-10Adjust to match callout_init signature change.ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2005-12-11merge ktrace-lwp.christos
2005-08-144-line HD44780 LCD display support. Work needed for the NetBSD toaster port.joff
2005-02-27nuke trailing whitespaceperry
2005-02-04Support wsdisplay(4) attachments of hd44780 LCD controllersjoff
2005-01-11Replace hd44780_subr.h to hd44780var.h and install to userland.joff
2005-01-09Handle (i.e. don't lock up the kernel in hd44780_busy_wait) the case of thejoff
2005-01-08Various improvements for connecting HD44780s using bit-banging style devicesjoff
2003-01-20Driver for the Hitachi HD44780 used in many small LCD panels.soren