summaryrefslogtreecommitdiff
path: root/sys/arch/atari/vme
AgeCommit message (Expand)Author
2011-10-01fix build errors with gcc 4.5.chs
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-10- split device_t/softctsutsui
2011-06-10Split device_t/softc. Compile test only.tsutsui
2011-06-05Split device_t/softc. No crash on TT030.tsutsui
2011-06-05- use CFATTACH_DECL_NEW() (no softc)tsutsui
2010-12-12Rename device name of Crazy Dots II ET4000 video from et(4) to et4k(4)tsutsui
2010-04-13Misc KNF.tsutsui
2010-04-13Include "ioconf.h" to declare struct cfdriver foo_cd.tsutsui
2010-03-16Check if mapped bus_space regions are actually validtsutsui
2010-03-16Renumber board type for LE_PAM.tsutsui
2010-03-16Fix register and memory addresses for PAM, per MintNet driver.tsutsui
2010-03-13Add support for the SMC Elite Ultra Ethernet with the SMC_TT VME-ISA bridge.tsutsui
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-07-19Remove extra whitespace added by a dumb tool which replaced bcopy with memcpy.tsutsui
2009-07-08Merge local <atari/atari/intr.h> into common <machine/intr.h>.tsutsui
2009-03-18bcopy -> memcpycegger
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-06-28Unify splraiseipl(9) implementation among m68k ports,isaki
2008-06-13use device_lookup_private to get softccegger
2008-06-11Use device_private() and device_lookup_privat() to get softc.tsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-04Split device_t/softc for le(4) and variants and misc cosmetic changes.tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-08-26s/locdesc_t/int/gdrochner
2005-06-30adaptions to config_search() change, and minor autoconf fixes, mostly from Ha...drochner
2005-06-04Adapt to compiling with -Wshadow and -Wcast-qual, by adding consthe
2004-12-13for drivers that support only one instance, use a global variable to ensurechs
2004-05-12Remove UCB ad clause from maximum entropy's license.wiz
2004-03-25Licence cleanup (suggested by wiz).leo
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15__KERNEL_RCSID()lukem
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-10-23merge kqueue branch into -currentjdolecek
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-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2001-07-26Various typos in comments (neccessary, sceme, choise, ...).wiz
2001-05-30use _KERNEL_OPTmrg
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-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-01-19Allow storage-space to be passed to the alloc_bus_space_tag() functions. Thisleo