summaryrefslogtreecommitdiff
path: root/sys/arch/hpcmips/include
AgeCommit message (Expand)Author
2013-05-16Complete the dosparts -> mbrparts conversion. Only x86k new uses dospartschristos
2012-11-25Add sljitarch.h to all mips machines.alnsn
2012-10-27split device_t/softc for all remaining drivers.chs
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-08-24Add to pci_bus_devorder() an argument that tells the number of slotsdyoung
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-09Default to DB_ELF_SYMBOLS and DB_ELFSIZE 32matt
2011-03-18- include <mips/mips_param.h> after MACHINE is definedtsutsui
2011-03-16Fix device_t/softc confusion.tsutsui
2011-03-16Put awful kludge to make MI kloader.c link on hpcmips.tsutsui
2011-02-26No need to include <mips/locore.h> here.tsutsui
2011-02-20Merge forward matt-nb5-mips64matt
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
2010-01-21Move arch-local variable to a better namespace to make build again.pooka
2009-12-15convert all mips cpu_intr() to have the standardmrg
2009-12-14Merge from matt-nb5-mips64matt
2009-11-23If cpu_disklabel includes struct dkbad, define __HAVE_DISKLABEL_DKBAD.pooka
2009-08-19(Re-)define isa_detach_hook(), and define isa_dmadestroy(). Updatedyoung
2009-08-13Move MID_MACHINE to <mips/mips_param.h> and use local values so we don'tmatt
2009-08-12Nuke a.out support for MIPS.matt
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2008-01-04Don't pull in unrelated gunk.ad
2007-12-03Interrupt handling changes, in discussion since February:ad
2007-10-26After the machine's bus.h #ifdef was updated, this one needs a tweak as well.he
2007-10-26Correct the symbol used for multiple include protection, we can'the
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-14Generic soft interrupts are mandatory.ad
2007-06-17Move declaretions of _spl*() and _{clr,set}softintr() functionstsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-21add a pair of new bus_dma(9) functions:mrg
2007-02-16Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch calloutsad
2007-02-09Merge newlock2 to head.ad
2006-12-21merge yamt-splraiseipl branch.yamt
2006-09-26Protect from multiple inclusion.tsutsui
2006-09-16Convert hpcmips to TODR and timecounters. Ok jun@.gdamore
2006-09-10Change dumb DELAY(9) macro into inline version with asm liketsutsui
2006-07-26don't install <machine/db_machdep.h>, this is kernel onlydrochner
2006-01-25free -> deallocchristos
2005-12-11merge ktrace-lwp.christos
2005-11-05Add empty <machine/wired_map.h> for the MI mips/wired_map.c.tsutsui
2005-06-12Make disklabel(8) and fdisk(8) into "host tools " last step: builddyoung
2005-06-07Sprinkle some const around to make these files compile with -Wcast-qual.he
2005-03-09Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the APImatt
2004-09-17s,contro,&l, in a comment.enami
2004-07-29remove now unnecessary "pci_enumerate_bus" definitionsdrochner
2004-07-06MI part of kloader moved to dev/kloader.c from arch/hpc/hpc/uch
2004-05-08Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.kleink
2003-10-08Overhaul MBR handling (part 1):lukem