summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/ppi.c
AgeCommit message (Expand)Author
2020-11-18malloc(9) -> kmem(9)thorpej
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-03-25Include <sys/kernel.h> for hz.tsutsui
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
2011-07-28dev_t is uint64_t; use PRIx64 to print it. Fix DEBUG build.uebayasi
2008-06-18Make this compile.tsutsui
2008-06-13use device_lookup_private to get softccegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-29Split device_t/softc, and misc cosmetic changes.tsutsui
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-12Adapt to the new signature of callout_init().he
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-16More spllowersoftclock() fallout.ad
2006-07-21Some KNF.tsutsui
2006-03-28Use device_unit().thorpej
2006-02-23Use device_parent().thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-19Include "ioconf.h" for struct cfdriver *_cd decls.tsutsui
2004-08-28Use ANSI function decls, static, and const.thorpej
2003-11-17TAB/space cleanup.tsutsui
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Adapt to ktrace/lwp changes.thorpej
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-03-15Add RCSIDs.gmcgarry
2000-05-27sleep() -> tsleep()thorpej
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1999-08-05Change the semantics of splsoftclock() to be like other spl*() functions,thorpej
1998-01-12Update for changes to config.thorpej
1997-10-04Copyright assigned to The NetBSD Foundation.thorpej
1997-07-18remove old *_UNK style default defines, use standard names from locators.hjtk
1997-04-02Fix printf() and other warnings when compiled with DEBUG defined.scottr
1997-03-31Add prototypes, and make this compile with -Wall. Remove registerscottr
1997-01-30Convert to new-style autoconfiguration; old-style config is no longerthorpej
1996-10-13backout previous kprintf changeschristos
1996-10-11printf -> kprintf, sprintf -> ksprintfchristos
1996-02-14All interrupt routines (except the HIL; don't ask) now take a pointerthorpej
1995-12-02Use a "match/attach" rather than "init" scheme for probing devices.thorpej
1994-10-26new RCS ID format.cgd
1994-05-25Merge with 4.4-Lite.mycroft
1994-05-05Most of the changes needed to make this continue to run.mycroft
1994-02-10Add arg to ioctl functions. Clean up #includes.mycroft
1993-05-22add rcsids to everything and clean up headerscgd
1993-05-13add hp300 kernel files. generic kernel files might need some help...cgd