summaryrefslogtreecommitdiff
path: root/sys/arch/x68k/dev/par.c
AgeCommit message (Expand)Author
2022-05-26Explicitly include "ioconf.h" for struct cfdriver.tsutsui
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-26kill sprintf, fix unused.christos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-10-13Normalize autoconf(9) function arg names (parent, self, and aux)tsutsui
2010-01-09Make compile with DEBUG.isaki
2008-06-25Split device_t/softc. Use aprint*() and device_xname().isaki
2008-06-08Use device_private() and device_lookup_private() to get softc.tsutsui
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-14Make it compilable after the merge of some vmlocking branch.isaki
2007-07-14- Restore com.c 1.45, par.c 1.31. They were trashed due to file systemad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-05-12Clean up white spaces and tabs.isaki
2007-03-11Include appropriate header file.isaki
2007-03-11white space, indent and KNF.isaki
2007-03-11Remove an extra white space.isaki
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-03-28Use device_unit().thorpej
2005-12-11merge ktrace-lwp.christos
2005-01-18de-__P, remove register, ansify.chs
2004-12-13for drivers that support only one instance, use a global variable to ensurechs
2003-11-01shutup one bogus -Wunitialized warning, and fix one correctjdolecek
2003-11-01drop register qualifiersjdolecek
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15rcsidlukem
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2000-06-11G/C of unused interrupt stubs, and other cleanups.minoura
2000-03-27Move par under intio.minoura
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
1999-05-05Shut up gcc -Wall.minoura
1998-08-07Moved parioctl.h to the system header directory.minoura
1998-01-12Update for changes to config.thorpej
1997-10-12Added prototype.oki
1996-10-13backout previous kprintf changechristos
1996-10-11printf -> kprintf, sprintf -> ksprintfchristos
1996-05-21Some cleanup.oki
1996-05-05NetBSD/x68k, by Masaru Oki.oki