summaryrefslogtreecommitdiff
path: root/sys/arch/atari/isa
AgeCommit message (Expand)Author
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
2001-03-16Atari specific stuff to implement the Milan floppy. The Milan uses standardleo
2001-03-09Expand bus_dma implementation. It will now handle the bounce bufferleo
2001-01-07Nuke a cf_unit abuse.leo
2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26remove/move more mach vm header files:mrg
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-01-19Allow storage-space to be passed to the alloc_bus_space_tag() functions. Thisleo
1999-11-23Correct the test for a free-slot for isa_intr_alloc(). Also issue a warningleo
1999-10-21Implement at least a bit of isa_intr_alloc().leo
1999-08-06Change the way that bit's are cleared in the InterruptPending register ofleo