summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev
AgeCommit message (Expand)Author
2014-11-17PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macroschristos
2014-11-15centralize the call unit / dialout macroschristos
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland
2014-07-05Appease gcc48 -Wunused-but-set-variable warning.tsutsui
2014-03-29Make sure to acquire proc_lock mutex on calling psignal(9) in EV_WAKEUP().tsutsui
2014-03-26kill sprintfchristos
2014-03-24- remove unusedchristos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-02-19Fix kernel crash when a user tries to switch to nonexistent terminal.tsutsui
2013-01-26use sizeof(buffer) - 1, not sizeof(buffer - 1)apb
2012-10-27split device_t/softc for all remaining drivers.chs
2012-07-31Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdcbouyer
2012-07-26Revert, with intention of restoring in a less invasive way, the SATA Portjakllsch
2012-07-02Add sata Port MultiPlier (PMP) support to the ata bus layer,bouyer
2012-06-30Fix buffer overrun (off by one). PR port-atari/42717tsutsui
2012-02-12Change old-style function defintions to C89 prototypes.matt
2011-10-04expand the attr array to hold all the bytes we store in it.chs
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-30dependant -> dependentwiz
2011-06-10Split device_t/softc. Compile test only.tsutsui
2011-06-05A few missed device_t, cfdata_t cleanupsmatt
2011-06-05Split device_t/softc. Also rename some softc variables. Tested on TT030.tsutsui
2011-06-05Split device_t/softc. No crash on TT030.tsutsui
2011-06-05- use CFATTACH_DECL_NEW() (no softc)tsutsui
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
2010-12-20Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtchmatt
2010-04-17extern inline -> static inlinetsutsui
2010-04-13Misc KNF and cosmetics.tsutsui
2010-04-13Misc KNF.tsutsui
2010-04-13Misc KNF.tsutsui
2010-04-13Include "ioconf.h" to declare struct cfdriver foo_cd.tsutsui
2010-04-12Replace old MD sicallback functions with MI softint(9).tsutsui
2010-04-12- more cosmeticstsutsui
2010-04-12KNF and cosmetics.tsutsui
2010-04-10Always schedule callback functions via add_sicallback(),tsutsui
2010-04-10Make local functions static.tsutsui
2010-04-09- establish zs interrupts via common intr_establish() function rather thantsutsui
2010-04-09minor constifytsutsui
2010-04-09More KNF.tsutsui
2010-04-09Split device_t/softc.tsutsui
2010-04-09Rename variables and members of softc for readability.tsutsui
2010-04-09Remove unnecessary volatile keyword against struct zschan.tsutsui
2010-04-09- misc KNFtsutsui
2010-04-09Include ioconf.h for struct cfdriver.tsutsui
2010-04-09minor constifytsutsui
2010-04-09Make options SERCONSOLE (force serial console if DCD is detected)tsutsui