summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
2005-02-27nuke trailing whitespaceperry
2005-02-25From Micahel Lorenz: wsdisplay support for cg6martin
2005-02-04de-__Pperry
2005-01-15ansify and KNFkent
2005-01-10merge kent-audio1 branch, which introduces audio filter pipeline to the MIkent
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2004-10-29constify audio_hw_if, midi_hw_if, and radio_hw_if.yamt
2004-08-11Clear IOIE in settype(), too. Not that we currently change modes withoutmycroft
2004-08-11Clear some more ICR0 bits on socket enable/disable.mycroft
2004-08-11Add a settype() function.mycroft
2004-07-24Hauke Fath's port of the openbsd SUNW,spif driver from PR#26061.mrg
2004-07-24Hauke Fath's port of the openbsd SUNW,spif driver from PR#26061.mrg
2004-07-19No need to allocate our own bus tag here.pk
2004-07-14Make this compile with the TCX_CG8 option turned on (PR#26269).pk
2004-07-05Use bus_space_tag_alloc(). Remove unused `sc_bustag' from softc.pk
2004-07-05Adapt to new (non optional) bus space on sparc.martin
2004-06-30The sc_range and sc_nrange fields are no longer used.pk
2004-06-30Introduce bus_space_tag_alloc() for the common parts of bus tag allocation.pk
2004-06-28Put back qec_bus_map(), since sparc64's mainbus and sbus drivers do notpk
2004-06-27Bus tags should now be constructed by copying the parent's bus tag andpk
2004-05-18Handle STP4020_ISR0_SCINT (status change interrupt posted) - by ignoringmartin
2004-05-04Fix incorrect diagnostic.pk
2004-03-17Rename PROM_getprop*() => prom_getprop*().pk
2004-03-15Replace myetheraddr() by prom_getether().pk
2003-12-23Only ACK pending interrupts (instead of all possible). Log interrupts wemartin
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-12-04NetBSD.ORG -> NetBSD.orgkeihan
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-11-11Remove ancient DDB-dependent `hide/integrate'.pk
2003-10-28uninitialized variables.chs
2003-10-28Uninitialized variable.ad
2003-10-16Enable VLAN encapsulation.pk
2003-09-10Get rid of the disgusting struct apc_dma *dma = NULL; hack now that weuwe
2003-08-27change PROM_getprop() from taking a "void **" for the storage, to amrg
2003-08-25Undo previous as it broke things.uwe
2003-08-24#include "opt_rcons.h"uwe
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-01Get machine/dev/sbusvar.h for SUN4D too.pk
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29More changes for providing lwpid for ktrace (sparc GENERIC built)darrenr
2003-05-03DMA, not dma nor Dma.wiz
2003-04-24Fix attachment for sparc64 systems (missing bus_space_vaddr).martin
2003-02-27Back out rev. 1.26; I forgot about the Javastations..pk
2003-02-27Some machine have a `SUNW,CS4231' node, but no actual hardware. It seemspk
2003-02-22hz -> Hztsutsui
2003-02-06Remove unneeded #include's.hannken
2003-02-06Add <sys/lock.h> include for ncr53c9xvar.h.martin
2003-01-07Add SUN4U magic to make nell work without things like WI_AT_BIGENDIAN_HACK.martin
2003-01-03Separate the sbus bus_space_tag_t used for access to nell hardware frommartin
2003-01-03part one of bus_space(9) fixes to enable bus spaces to override themrg