summaryrefslogtreecommitdiff
path: root/sys/arch/cats/include
AgeCommit message (Expand)Author
2013-08-17#define __HAVE_FAST_SOFTINTmatt
2013-05-07Make all ports use a common disklabel.h with MAXPARTITIONS set to 16.matt
2013-05-02This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds thatmatt
2013-01-11Don't install fp.h anymorematt
2013-01-11Remove FPA specific header.matt
2012-02-18expose more for kmemuser/fix include protectionchristos
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-07-17On ARM-ish ports having PCI support, use new-style <sys/bus.h>. Do notdyoung
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-01Per discussion atdyoung
2010-12-01Define PCI_MAGIC_IO_RANGE, so that Xorg drivers can mmap PCI IO space.skrll
2010-11-06Remove incomplete, never worked dynamic run-time memory registrationuebayasi
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2008-01-19Remove arm support for IPKDB.chris
2007-10-25defparam PAGER_MAP_SIZE.yamt
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-14Generic soft interrupts are mandatory.ad
2007-02-09Merge newlock2 to head.ad
2006-10-26boot_file is not used by generic NetBSD/arm code, and its type varies bybjh21
2006-10-24Use <arm/bootconfig.h>.bjh21
2006-09-19Convert the NetBSD/cats port to use generic TODR.he
2006-09-11Convert netwinder and cats (and any other footbridge based system in thegdamore
2006-09-03Nothing in the kernel now tests __HAVE_NWSCONS, so stop defining it everywhere.bjh21
2006-07-26don't install <machine/db_machdep.h>, this is kernel onlydrochner
2005-12-11merge ktrace-lwp.christos
2005-06-12Make disklabel(8) and fdisk(8) into "host tools " last step: builddyoung
2005-06-03Add a const.rjs
2004-07-02just include <sys/joystick.h>drochner
2004-05-08Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.kleink
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-22Move KERNEL_VM_SIZE into the C files where its used.thorpej
2003-05-22Use virtual_avail and virtual_end to compute the size of the availablethorpej
2003-05-21Move KERNEL_VM_BASE inside where it is used (it won't be there for long).thorpej
2003-05-03Don't expose KERNEL_TEXT_BASE outside of board-specific code. This givesthorpej
2003-05-03Remove old pmap support for platforms which have fully switched over.thorpej
2003-04-28Don't define APTE_BASE if ARM32_PMAP_NEW is defined; the new pmapthorpej
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-01-17Merge the nathanw_sa branch.thorpej
2003-01-03Remove obsolete MACHINE_ARCH -> arm32thorpej
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-03Checkin new interrupt handling code for the footbridge.chris
2002-10-22netwinder and cats can share irqhandler.h, so move (and rename) into thechris
2002-10-19make atomic_{set,clear}_bit() inline for arm32 ports, andbsh
2002-10-12Merge isa_machdep.c from netwinder and cats into footbridge/isa (where itchris
2002-09-28Thought I'd checked this in a while back, cats does not need byte_swap.h.chris
2002-09-28cats and netwinder can share a common footbridge_intr.h file, so install andchris
2002-09-28Enable the use of a seperate statclock.chris
2002-09-28We have 9 IPL levels, not 8.chris
2002-09-14Back out previous; it breaks binary compatibility between platformsthorpej
2002-09-14Move some #defines out of _KERNEL.mycroft