summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev
AgeCommit message (Expand)Author
2018-02-08Typos.dholland
2018-01-20Skip NVRAM checksum check and re-initialization on Milan.tsutsui
2017-10-25Use C99 initializer for filteropsmaya
2017-10-20move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()jdolecek
2017-10-07Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branchjdolecek
2016-02-29PR/50868: David Binderman: Fix operator precedence.christos
2015-12-08Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead ofchristos
2015-09-07Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2015-04-26Use C99-style initializers for struct dkdriver.mlelstv
2015-03-06rename NV_DEBUG to NVRAM_DEBUGchristos
2015-01-02We have three sets of DTYPE_ constants in the kernel:christos
2015-01-01declare errorchristos
2014-12-31make more drivers use disk_ioctl, and add a dev parameter to it so thatchristos
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