summaryrefslogtreecommitdiff
path: root/sys/arch/sgimips/include
AgeCommit message (Expand)Author
2009-12-14Merge from matt-nb5-mips64matt
2009-08-23Remove BOOT_AOUT here as well, mips no longer deals with a.out.he
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-04-03Include sys/evcnt.h for struct evcnt, not sys/device.h.uebayasi
2009-02-10Ready these for IP6.rumble
2008-11-25Don't be lazy and let one directory's Makefile install an includehe
2008-11-06install crmfbreg.hmacallan
2008-08-08Bump BOOTINFO_MAGIC to prevent old kernels (including netbsd-4) crashingtsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2008-02-21Increase MSGBUFSIZE so that we don't truncate dmesg before syslogsekiya
2008-02-13add bus_space_mmap()macallan
2008-01-26Replace bootinfo stuff on sgimips (which has been disabled in bootloader)tsutsui
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2007-12-03Interrupt handling changes, in discussion since February:ad
2007-11-07Merge tty changes from the vmlocking branch.ad
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-23sprinkle (vaddr_t) to deal with sizeof(paddr_t) != sizeof(void *)macallan
2007-07-17use 64bit paddr_t and bus_addr_t so we can mmap DMA buffers uncachedmacallan
2007-07-14Generic soft interrupts are mandatory.ad
2007-06-26Fix swapped SI_QUEUENAMES to match SI_SOFT* numbers.tsutsui
2007-06-17Move declaretions of _spl*() and _{clr,set}softintr() functionstsutsui
2007-05-11Update a prototype corresponding to rev. 1.36 of sgimips/autoconf.c.rumble
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-18+ mutex.h, rwlock.had
2007-02-16Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch calloutsad
2007-02-09Merge newlock2 to head.ad
2006-12-29IP12 (and perhaps other systems) appear to be buggy and incapable ofrumble
2006-12-22Guiness -> Guinness.rumble
2006-12-21merge yamt-splraiseipl branch.yamt
2006-09-26Protect from multiple inclusion.tsutsui
2006-09-16sgimips converted to timecounters. Systems that can do them get mips_cp0gdamore
2006-09-05Switch sgimips to MI todr.rumble
2006-09-03Nothing in the kernel now tests __HAVE_NWSCONS, so stop defining it everywhere.bjh21
2006-08-30Generalise pci/pci_machdep.c further and move all mace-specific code intorumble
2006-07-26don't install <machine/db_machdep.h>, this is kernel onlydrochner
2006-06-08Implement bus_space_*_stream_* methods for sgimips - so that we can use themartin
2006-05-26Tweak bus_space_barrier(9) macro to appeasetsutsui
2006-04-17Switch macepci to use MI pci_configure_bus(9) rather than its own fixup code.tsutsui
2006-04-16_ds_vaddr member in struct sgimips_bus_dma_segment is a virtual address,tsutsui
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-01-25free -> deallocchristos
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
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-03Avoid a global name "netmask" - it causes lots of shadow warnings all overmartin