summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
AgeCommit message (Expand)Author
2003-12-12Use the new split hard/softinterrupt handlers to avoid running mouse/keyboardmartin
2003-12-10Modify the licences of code written by Theo De Raadt from a 4-clauseagc
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-08-27change PROM_getprop() from taking a "void **" for the storage, to amrg
2003-08-27cc_callout does not belong to struct cons_channel, as it's only useduwe
2003-08-27Kill __P().uwe
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-01Correct some `defined(SUN*)' inconsistencies.pk
2003-07-15__KERNEL_RCSID()lukem
2003-07-11Deal with disk change notification.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-06-18don't #include <sys/dkstat.h> where it is (appearently) unuseddrochner
2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().thorpej
2003-05-03DMA, not dma nor Dma.wiz
2003-04-30Make this compile with __FULL_SPARC_BUS_SPACE,martin
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-02-26Move all `ID prom' stuff into the prom library.pk
2003-02-25Add missing splbio() protecting of bufpool access. Add a clarifyingthorpej
2003-02-25Add a new BUF_INIT() macro which initializes b_dep and b_interlock, andthorpej
2003-02-05Make the buffer cache code MP-safe.pk
2003-01-30Fix printf() problem caused by "daddr_t" change.hannken
2003-01-28Provide locking required by the interrupt handlers running at IPL_SERIAL.pk
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2003-01-22Set the interrupt target to the current CPU when directly accessingpk
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-03part one of bus_space(9) fixes to enable bus spaces to override themrg
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-12-28update the vme bus_space_tag_t to reality.mrg
2002-12-16The cache flush routines now take a CPU context parameter. This is goingpk
2002-12-10Remove the `flags' argument from bus_intr_establish().pk
2002-12-10bus_intr_establish() now takes an optional `fast trap' handler argument.pk
2002-12-10The `fast trap' handlers are now pssed as an optional argument topk
2002-12-09Finish the switch to the softintr(9) framework.pk
2002-12-06Pass the `device class interrupt level' on to intr_establish() and use topk
2002-12-05Fixed a null pointer passed to printf().fredette
2002-12-03The chip treats weekday 1 == Sunday, correct dt_wday adjustment logicuwe
2002-11-26si_ -> sel_christos
2002-11-01implement separate read/write disk statistics:mrg
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-21Clean-up kbd driver layers a bit more. Lift common code into the upper layer.uwe
2002-10-15Add audioamd at obio attachment. Now we have working audio on 4/600's :jdc
2002-10-14Moved MI APM definitions into dev/apm.takemura
2002-10-09Check only the physical address of serial ports on a Sun 4.jdc
2002-10-08G/c unnecessary includes.uwe