summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
AgeCommit message (Expand)Author
2002-03-13On sparc, PAGE_SIZE and friends might not be a compile-time constant.Miod Vallat
2002-02-08Better tx interrupt handling; don't call bestart() from betint() unlessJason Wright
2002-02-08since we're checking, avoid an unnecessary writeJason Wright
2002-02-08Better IFF_OACTIVE handling; don't bother calling qestart() unlessJason Wright
2002-02-08simplify qec_put a bitJason Wright
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2002-01-25Add support for the "Magma 2+1HS Sp" (from NetBSD)Jason Wright
2002-01-20move a few more arch specific drivers to use new allocm and round_buffersize.Eric Jackson
2002-01-18Move CS_TIMEOUT declJason Wright
2002-01-13comment typosJason Wright
2002-01-11Get all of the bit definitions from ad1848reg, apcdmareg, and cs4231regJason Wright
2002-01-11Oops, that's -disable- interrupt enable in cs4231_close()...Jason Wright
2002-01-11Remove last nights interrupt handling hack and do it right:Jason Wright
2002-01-11for the "Magma LC 2+1 Sp", we have to check the 'clock' property (it'sJason Wright
2002-01-11Only check for playback interrupts if we're actually expecting them.Jason Wright
2002-01-10Check result from malloc(9) when using M_NOWAIT. jason@ okThomas Nordin
2002-01-01Don't whine about not having carrier... ifconfig on the interface will say so.Jason Wright
2001-12-14Major restructuring for swizzling to the request queue and unswizzling frommjacob
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-11-29oopsArtur Grabowski
2001-11-28zap some typedefs.Artur Grabowski
2001-11-27garbage collect sc_nticksJason Wright
2001-11-19more than typoTheo de Raadt
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-10-05grr, I had this right to begin with... NOW X10 firecracker works.Jason Wright
2001-10-05unnecessary softc elementJason Wright
2001-10-05oops, forgot to implement TIOCMSETJason Wright
2001-10-05Be careful when updating register in TIOCM* operations (do operations onJason Wright
2001-09-27Huge merge with NetBSD. For full details look at their revision history (1.2...Jason Wright
2001-09-24fix back the kbd, sorryMichael Shalayeff
2001-09-22perevent panic on timeout_add on non-existing timeout.Michael Shalayeff
2001-09-16Add some missing lengths checks when passing data from userland toTodd C. Miller
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-09-08Don't reference kbd_docmd() unless NKBD > 0; reported by Steven Siirila <sfs@...Jason Wright
2001-09-01Catch up with mainline of code development.mjacob
2001-08-24propagate bootpathJason Wright
2001-08-17cdev_decl cleanup; jason@ okMichael Shalayeff
2001-07-30convert to ALTQ style macros (these drivers appear to meet the criteria forJason Wright
2001-07-25Change the pmap_enter interface to merge access_type and the wired booleanArtur Grabowski
2001-07-04$OpenBSD$Niklas Hallqvist
2001-06-26trivial ether_input_mbuf() conversions.Federico G. Schwindt
2001-06-23More constants cleaning.Federico G. Schwindt
2001-06-11Repair SUN4M-only case compilation...Miod Vallat
2001-06-11Being able to compile sun4 (non-sun4c non-4m) kernels doesn't hurt.Miod Vallat
2001-06-10permit compilation when only SUN4C is defined; based on patch from Thomas Cof...Jason Wright
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-10UVM is no longer optional on sparc.Artur Grabowski
2001-05-01Convert to new timeouts. (art@ ok)Hakan Olsson