summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/fga.c
AgeCommit message (Collapse)Author
2010-11-11Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@Miod Vallat
2010-09-20Get rid of evcount's support for arranging counters in a treeMatthew Dempsky
hierarchy. Everything attached to a single root node anyway, so at best we had a bush. "i think it is good" deraadt@
2006-02-22Constify arrays and strings; plus KNF.Miod Vallat
2004-09-29Switch sparc to evcount; ok deraadt@Miod Vallat
2003-06-04Use bus_untmp() instead of rolling an inline version of it;Miod Vallat
tested and ok jason@
2003-06-02nuke my clause 3 & 4 (and a couple jointly (c) with Theo).Jason Wright
2002-07-08bzero the correct size (I swear this worked at one time...)Jason Wright
2002-07-08in addition to check cd_ndevs, also check that cd_devs[N] != NULLJason Wright
2002-04-30Fix an ancient problem in how sparc interrupts are handled.Artur Grabowski
There are many interrupt handlers that assume that they don't need to do any spl protection in their code because the interrupt of some level can't be interrupted by an interrupt of the same level. The problem is that some interrupt handlers have hardware levels that are lower then their "software" levels. Fix this by adding an additional field to struct intrhand that specifies which "software" level an interrupt handler has and blocks that level while handling the interrupt. This new field is initialized in intr_establish which gets an additional argument (which can be -1 meaning that the interrupt handler doesn't need to block any additional level). ok deraadt@
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
misc pmap usage fixes.
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
(Look ma, I might have broken the tree)
2000-03-22allow opening of the fga char deviceJason Wright
1999-08-29simplfy attachment of fvme childrenJason Wright
1999-07-25move around ioctl definitionsJason Wright
1999-07-23Drivers for the FORCE CPU-5V:Jason Wright
o fga5000 vme-sbus bridge o system config registers o flash memory and daadio VME board driver