summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2001-01-30new timeoutsJason Wright
2001-01-29bring sparc into the 20th century, add support for 'boot -c' (BOOT_CONFIG)Jason Wright
2001-01-23three small bugs pointed out by Adam <vt@ikp.pl>Jason Wright
2001-01-22Define ARCH_ELFSIZE that is the default elf size on this arch.Artur Grabowski
2001-01-20if using serial console, do not apply graphics rows/cols to tty settings; joo...Theo de Raadt
2001-01-15- increase the amount of space mapped for dvma on sun4mJason Wright
2000-12-06use __x__ formats for __attribute__ arguments; guenther@gac.eduTheo de Raadt
2000-11-28How did this work?Jason Wright
2000-11-28Repair: grrrrrr... brought in wrong changes -again-Jason Wright
2000-11-28oops, not yetJason Wright
2000-11-28remove statics and knfJason Wright
2000-11-22Remove UNTESTED comments on cpus that I know work.Artur Grabowski
2000-11-22cosmetic.Artur Grabowski
2000-11-17seems the qe/mace combination needs a delay between accesses to theJason Wright
2000-11-16- remove other media types, the MACE isn't as bright as one would hopeJason Wright
2000-11-16wait for the MACE to figure out whether it has media or not, and thenJason Wright
2000-11-16- Fix the NMI problem: it seems the qec channel reset also resets the MACE, andJason Wright
2000-11-10Change the ktrace interface functions from taking the trace vnode to taking theArtur Grabowski
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-11-08Use netisr_dispatch.Artur Grabowski
2000-11-07Cleanup ctx_free wrt. 4m vs. 4c.Artur Grabowski
2000-11-07Cleanup some ifdefs in the powerdown code.Artur Grabowski
2000-11-07Race conditions make it hard for us to know if the interrupt was for us.Artur Grabowski
2000-10-27more precise BUFCACHEPERCENT calculations.Michael Shalayeff
2000-10-18typo in comment; from gluk@ptci.ruMichael Shalayeff
2000-10-17damn it, i have had it with this untested weak shitTheo de Raadt
2000-10-16quiet these puppies down- this OpenBSD, not some callow system like NetBSDmjacob
2000-10-16re-add weak sparc support; d@Theo de Raadt
2000-10-16Update OpenBSD with respect to Solaris/FreeBSD/NetBSD/Linux versions.mjacob
2000-09-26Implement getnulldev that returns the dev_t for "/dev/null".Artur Grabowski
2000-09-21initialize sc_link.openings to it's (currently) default value of 4Michael Shalayeff
2000-09-18fix reversed muting; patch from: jason@Brad Smith
2000-07-31Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms ofTodd C. Miller
2000-07-25remove debugging stuff i commited by accidentTheo de Raadt
2000-07-19Blink with new timeouts.Artur Grabowski
2000-07-18move bootblocks around a bit moreTheo de Raadt
2000-07-14on a SparcStation Voyager, the 2nd zs device does not exist.Theo de Raadt
2000-07-11since .cvsignore is there, .keep_me is not neededTheo de Raadt
2000-07-11NKDD? no -- NKBD, bad mjacobTheo de Raadt
2000-07-07Fix some spl handling.Artur Grabowski
2000-07-07Convert spl* on sparc to be raising-only.Artur Grabowski
2000-07-06Change splsoftclock() call to spllowersoftclock() to conform with otherHakan Olsson
2000-07-06Add spllowersoftclock(), same as splsoftclock(). (art@ ok)Hakan Olsson
2000-07-06Use isp_handle_index functions. Reorder when things getmjacob
2000-07-05Fix spl-handling in cnstart.Artur Grabowski
2000-07-05Change splsoftclock to spltty. spltty is probably too paranoid, but it'sArtur Grabowski
2000-07-05OpenBSD-tagArtur Grabowski
2000-07-04missing splxArtur Grabowski
2000-07-04Missing splx.Artur Grabowski
2000-07-04Add a missing splx in intr_fasttrap.Artur Grabowski