summaryrefslogtreecommitdiff
path: root/sys/dev/hpc
AgeCommit message (Expand)Author
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
2009-03-30Split device_t and softc, use aprint_*, rename/reformat stuff touwe
2009-03-30Fix battery_state vs. battery_flags confusion.uwe
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2008-06-12device_private_lookup()-ification so that hpcarm (at jeast Jornada 72x)rafal
2008-06-10use new "defpseudodev" where appropriate, and remove dummy interfacedrochner
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-06use aprint_*_dev and device_xnamecegger
2008-03-01Welcome to 4.99.55:rmind
2008-02-21Rasops and wsfont are now in MI conf/files so remove them from here.uwe
2008-01-30Has this compiled recently?ad
2008-01-07Catch up with new option to dev/pckbport/wskbdmap_mfii.cuwe