summaryrefslogtreecommitdiff
path: root/sys/arch/hpcmips/vr
AgeCommit message (Expand)Author
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-12Change old-style function defintions to C89 prototypes.matt
2011-11-24put back IPL_AUDIO and splaudio(), at the request of rmind. they aremrg
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-08-24Add to pci_bus_devorder() an argument that tells the number of slotsdyoung
2011-05-17PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functionaldyoung
2011-03-18Use vaddr_t for pc instead of uint32_t.tsutsui
2011-03-16Split device_t/softc. Tested on GXemul.tsutsui
2011-03-16Fix device_t/softc confusion.tsutsui
2011-03-16KNF and cosmetics.tsutsui
2011-03-16Fix signedness issue triggered by 64 bit time_t.tsutsui
2011-03-16Set sr_bits[IPL_HIGH] properly, rather than setting sr_bits[IPL_VM] twice.tsutsui
2011-03-16vr_intr_handler[] takes status for hardclock(9), not ipending.tsutsui
2011-03-16Avoid possible future device_t/softc confusion.tsutsui
2011-03-16Blindly prepare an equivalent function with old _spllower(~MIPS_INT_MASK_0)tsutsui
2011-03-10Set correct struct clockframe .intr value for hardclock(9).tsutsui
2011-02-26Explicitly include <mips/locore.h> for wbflush().tsutsui
2011-02-20Merge forward matt-nb5-mips64matt
2010-12-20Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtchmatt
2010-11-15struct cpu_info * deref needs sys/cpu.h.uebayasi
2010-06-06Add missing close-parenthesis; reported by Henning Petersen in PR 42526.dholland
2010-04-10workaround for port-hpcmips/42934jun
2010-01-21Move arch-local variable to a better namespace to make build again.pooka
2009-12-12Remove `volatile' qualifier from argument types oftsutsui
2009-09-14Use device_private(), proper types or variables for device_t and softc.tsutsui
2009-09-14u_intNN_t -> uintNN_ttsutsui
2009-08-19Fix #41863, Missing "}".jun
2009-04-05Fix broken build from missing comma. (HI CHRISTOS!!)dholland
2009-03-18bcmp -> memcmpcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-08-29Fix a fallout of device_t/softc split for com(4) devices.tsutsui
2008-06-11use device_lookup_private to get softccegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-04Account ci_idepth in VR_INTR() and TX_INTR, rather than cpu_intr() intsutsui
2008-03-14Split device_t and softc for all com(4) devices (well, everything thatcube
2008-02-18Remove unnecessary includes.tsutsui
2008-01-04Need sys/device.had
2007-12-15__FUNCTION__ -> __func__perry
2007-12-03Interrupt handling changes, in discussion since February:ad
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-05-17merge yamt-idlelwp branch. asked by core@. some ports still needs work.yamt
2007-05-11uvm.page_idle_zero now is a bool, not a 32bit value any more.tsutsui
2007-03-08Due to pointer arithmetic, convert local "page" variable from void* to char*.he
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-11-12Tidy away wsmouse_input() abstractions and updateplunky