summaryrefslogtreecommitdiff
path: root/sys/dev/hpc
AgeCommit message (Expand)Author
2018-09-18Clarify the comment in the "unconst" version of hpckbd_keymap_setup.uwe
2018-09-18Fix comment formatting in previous.uwe
2018-09-18Apply workaround introduced in r1.32 to hpcmips.rin
2018-07-21Remove unused variable.maya
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2017-10-25Use C99 initializer for filteropsmaya
2017-08-07XXX: On hpcsh only - bring back old incorrect hpckbd_keymap_setup()uwe
2017-08-02Fix the previous fix that doesn't even compile.uwe
2017-06-25spl leak, found by Mootjamaxv
2017-06-13correct size checks so they cannot be circumvented by integer overflowsspz
2017-06-12Restore wscons keymaps feature on hpcarmmanu
2016-09-06Don't read beyond the end of an arrayskrll
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2015-04-07Add missing semicolonozaki-r
2015-04-04fix leak, found by Brainy.christos
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-11-09fix unused variable warningchristos
2013-11-09fixed unused variable warningchristos
2013-06-28fix uninitialized pointer. This could have never worked.christos
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-03remove diagnostic printfs to make this compile again.christos
2012-09-30Remove code from dev/apm/apm.c for setting global variables to parameterisedsl
2012-02-12Change old-style function defintions to C89 prototypes.matt
2011-08-06Add support for PSIONTEKLOGIX NETBOOK PRO.kiyohara
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-06-11split device_t/softc.nonaka
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-08-01Replace powerhook_establish(9) with pmf(9).tsutsui
2010-08-01Remove deprecated powerhook_establish(9) since apmdev(4) which requiredtsutsui
2010-06-18Add WSDISPLAYIO_LINEBYTES, which is required by Xorg wsfb server.tsutsui
2010-05-23Added WS020SH keymap.nonaka
2010-05-15Clear RI_NO_AUTO in actual attach functions during autoconf(9)tsutsui
2010-05-15Set RI_NO_AUTO in ri->ri_flg if hpcfb_init() is invoked from cnattach.tsutsui
2010-04-17Added Sharp W-ZERO3 series support.nonaka
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-08Expand PMF_FN_* macros.dyoung
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-04-05Register with pmf(9), tell it we don't need anything.uwe
2009-04-05Register with pmf(9). Thus we register with both dopowerhooks(9) anduwe
2009-04-05Register with pmf(9), tell it we don't need anything.uwe
2009-04-05Split device_t and softc.uwe
2009-04-05Register with pmf(9), tell it we don't need anything.uwe
2009-04-03Use dev/apm/files.apm for APM options in opt_apm.h.uwe
2009-04-03Config glue for attaching apm at apmdevif.uwe
2009-04-03Attachment glue to attach apm0 at hpcapm0.uwe
2009-04-03Switch apmdev to use apm(4) structures from dev/apm/apmvar.h.uwe
2009-04-03Further reduce diffs to dev/apm/apm.c.uwe