summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/sw.c
AgeCommit message (Expand)Author
2023-01-23s/lager/larger/ in comments.andvar
2020-11-22malloc(9) -> kmem(9) (easy, straight-forward cases only, for now)thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-04Split devict_t/softc for ncr5380sbc SCSI, and misc cosmetic changes.tsutsui
2007-11-01typojnemeth
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-03-29Use device_cfdata().thorpej
2005-11-16Duplicate open curlies in both #if and #else parts confuseuwe
2005-11-16ANSIify function declarations/defintions. Use uint<N>_t.uwe
2003-12-04NetBSD.ORG -> NetBSD.orgkeihan
2003-07-15__KERNEL_RCSID()lukem
2003-05-03DMA, not dma nor Dma.wiz
2002-12-10Remove the `flags' argument from bus_intr_establish().pk
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-03-11* `bus_type_t' is gone.pk
2001-08-20precede, not preceed.wiz
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2000-07-09Add a `device class' interrupt level argument (from machine/intr.h)pk
2000-06-29When winding down a DMA transfer, don't complain about the actualpk
2000-06-26Split si & sw drivers.pk