summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev/atari5380.c
AgeCommit message (Expand)Author
2017-10-07Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branchjdolecek
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-07-05Appease gcc48 -Wunused-but-set-variable warning.tsutsui
2014-03-24- remove unusedchristos
2012-02-12Change old-style function defintions to C89 prototypes.matt
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-06-05Split device_t/softc. No crash on TT030.tsutsui
2010-04-17extern inline -> static inlinetsutsui
2010-04-13Misc KNF and cosmetics.tsutsui
2010-04-10Always schedule callback functions via add_sicallback(),tsutsui
2009-10-20Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@.snj
2009-07-08Merge local <atari/atari/intr.h> into common <machine/intr.h>.tsutsui
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-01-24Replace multi-statement macro using GCC extension `({})' withtsutsui
2008-10-29Cleanup spelling and syntax in a commentabs
2008-07-20Specify volatile to some pointers to access DMA registers.tsutsui
2008-07-20No need to specify '&' to get array's address.tsutsui
2008-07-20Fix pointer arithmetic botch in rev 1.37.tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-05-10Fix a bunch of cast lvalues.skrll
2005-12-24__asm__ -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-06-04Adapt to compiling with -Wshadow and -Wcast-qual, by adding consthe
2003-07-15__KERNEL_RCSID()lukem
2003-05-03DMA, not dma nor Dma.wiz
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-07-09defopt atari scsi options.leo
2000-03-29Nuke a bunch of cf_unit abuses.leo
1999-08-06Change the way that bit's are cleared in the InterruptPending register ofleo
1998-10-06Disable SCSI interrupts while polling for the transfer to finish. Thisleo
1997-08-27Merge scsipi branch in the mainline. This add support for ATAPI devicesbouyer
1997-08-27Don't enable the dma-interrupt while polling for dma to end. This sometimesleo
1997-06-04Use m68k cacheopsleo
1997-04-06Make Hades DMA transfers work in polling mode with all interruptsleo
1997-03-30Remove a hardcoded interrupt handler. Now uses intr_establish() for theleo
1997-01-12Use the mask register to block the interrups, not the enable register. Thisleo
1997-01-04Fix a rather nasty thinko that made the keyboard useless on the Falcon.leo
1996-11-17Make splbio really splbio. All holes now seem to be plugged. At leastleo
1996-10-13backout previous kprintf changeschristos
1996-10-11printf -> kprintf, sprintf -> ksprintfchristos
1996-09-16Add support for Hades platform.leo
1996-08-16Revert to polled-DMA on Falcon.leo
1996-07-05During a rather lengthy debug session with Markus Kilbinger (Thanks again!),leo
1996-06-18Pull down from release. Sorry, should have been the other way around....leo
1996-05-15Prototype + -Wall fixes.leo