summaryrefslogtreecommitdiff
path: root/sys/arch/arc/include
AgeCommit message (Expand)Author
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2009-12-16Fix various build with the 32bit mips ports after the mips64 merge.matt
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
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2007-12-03Interrupt handling changes, in discussion since February:ad
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-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
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-09Convert arc to timecounters, using common mips3 timecounters. We have notgdamore
2006-09-09Add <machine/locore.h>, used by some other common MIPS code.gdamore
2006-09-03Convert to MI todr framework.gdamore
2006-09-03Nothing in the kernel now tests __HAVE_NWSCONS, so stop defining it everywhere.bjh21
2006-07-22- reorganize bootinfo structures and fix bootinfo handling in bootloadertsutsui
2006-07-01No need to export autoconf.h to userland.tsutsui
2006-07-01Remove obsolete display.h.tsutsui
2006-06-25Remove unused struct abus stuff.tsutsui
2006-06-24Misc minor cleanup for arc interrupt handlers:tsutsui
2006-06-17Remove extern from function declarations.tsutsui
2006-06-12Account ISA interrupts by evcnt(9)tsutsui
2006-06-12- rename struct intrhand -> struct isa_intrhandtsutsui
2006-05-26Tweak bus_space_barrier(9) macro to appeasetsutsui
2006-04-15Add support for pci_configure_bus(9) (a.k.a. options PCI_NETBSD_CONFIGURE)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-15Remove MIPS_INT_MASK_CLOCK and INT_MASK_REAL_DEV macro andtsutsui
2005-11-15Remove COPY_SIGCODE definition, which is not used anywhere.tsutsui
2005-11-06Bump MAXPHYS from 32K to 64K.tsutsui
2005-11-05Adapt arc port to the new MI mips3 wired map functions.tsutsui
2005-10-30Use new delay(9) for DELAY(9).tsutsui
2005-10-30- use mips3_cp0_count_read() for delay(9).tsutsui
2005-06-12Make disklabel(8) and fdisk(8) into "host tools " last step: builddyoung
2005-06-09Appease -Wcast-qual by adding consts in appropriate places.he
2005-06-03Add const.tsutsui
2005-06-03Add a const.tsutsui
2005-06-03Add const.tsutsui
2005-04-18Add a long-awaited standalone boot program for arc port to loadtsutsui
2005-03-09Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the APImatt