summaryrefslogtreecommitdiff
path: root/sys/arch/atari/isa
AgeCommit message (Expand)Author
2021-12-17Correct copypaste comment grammar.skrll
2021-12-17Trailing whitespaceskrll
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-04malloc(9) -> kmem(9)thorpej
2019-06-29Make local functions static.tsutsui
2018-01-20Ack EOI for IRQ_SLAVE of the master PIC after ack for IRQ of the slave PIC.tsutsui
2018-01-20Use a proper PSL value to be passed to splx(9) functions.tsutsui
2018-01-20Fix silent hang during config_console() (before consinit()) on Milan.tsutsui
2016-02-26PR/50857: David Binderman: Remove redundant code.christos
2012-10-13Adapt to the changed signature of pckbc_cnattach().jdc
2012-02-13Build fix - convert to new-style definitions.jdc
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-10Split device_t/softc. Compile test only.tsutsui
2010-04-13Misc KNF.tsutsui
2009-10-21Drop 3rd and 4th clauses. Approved by thomas@ (copyright holder).snj
2009-08-23fix atari builds in two ways:mrg
2009-08-19isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t.dyoung
2009-08-18These are stragglers from my last commit ("Let us safely detachdyoung
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-16ANSIfy functions with function-pointer argumentsdsl
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
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-17arint_normal -> aprint_normalyamt
2008-03-16Split device_t and softc for the ... wait for it ... [air quotes] MIcube
2007-03-06Pass (char *) to mtod(9) on pointer arith.tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-24Remove duplicate #includes, patch contributed in private mailhubertf
2005-12-11merge ktrace-lwp.christos
2004-09-14adapt to ISA "unknown address" namespace separation (purely mechanical,drochner
2004-08-30Phase out the use of a string as first "attach args" member to controldrochner
2003-09-25Modify the fdcattach() interface again, splitting it into two parts, so thatmycroft
2003-09-25Update for new attach method.mycroft
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15__KERNEL_RCSID()lukem
2003-05-05Move definition of ISA_DMA_BOUNCE_THRESHOLD to dev/isa/isareg.h.fvdl
2002-12-08Make things work with the new autoconf stuff:leo
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-02-23Fixup icu-code. It now works for both ISA and PCI.leo
2002-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2001-06-20Make the compile with diagnostic.leo
2001-05-29Fix compile error.leo
2001-05-28Add 'prev_sr' argument to milan_isa_intr() so we can properly defer interruptsleo
2001-05-16remove some debugging leftovers.leo
2001-05-14Allow attachment of a pc-keyboard at console attach time.leo
2001-04-24Split the ISA common attachment stuff and the interrupt handling.leo