summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
AgeCommit message (Expand)Author
2001-05-15Change splimp -> splhigh in cpu_exit() to match NetBSD and some ofTodd C. Miller
2001-05-15Remove an extra space in avail mem printfTodd C. Miller
2001-05-13Remove an unused label.Aaron Campbell
2001-05-13Fix the problem that single-step tracing of a trap instructionTodd C. Miller
2001-05-13Make sure the branch target of the delay loop is aligned to a cacheTodd C. Miller
2001-05-13PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1)Todd C. Miller
2001-05-11Kill remaining vm_offset_t and vm_size_t; NetBSD used as a guideTodd C. Miller
2001-05-11more rd merge (headcolds suck)Theo de Raadt
2001-05-11unifyTheo de Raadt
2001-05-10Provide PAGE_{MASK,SHIFT,SIZE} constants.Miod Vallat
2001-05-10Don't play with MCR_IEN, it breaks serial console input on the 425e.Todd C. Miller
2001-05-10Nuke the DCA check. ACPI can only be console on a 425e; thorpej@netbsd.orgTodd C. Miller
2001-05-10Add missing #include <sys/resourcevar.h> so these can compile.Todd C. Miller
2001-05-10In apciparam() in the ospeed == 0 case, actually set the cfcr to the newTodd C. Miller
2001-05-10Skip "serial 1" on non-425e models. It's mapped to DCA at 9 on everyTodd C. Miller
2001-05-10fix typo introduced in non-UVM case yesterdayTodd C. Miller
2001-05-10Some locking protocol fixes and better enforcement of wiring limits.Artur Grabowski
2001-05-10When acpi is used as the console, set cn_tab appropriately so that aTodd C. Miller
2001-05-10Move the timeout_set() call up a bitTodd C. Miller
2001-05-10o Print memory sizes in KB in addition to bytes like i386 portTodd C. Miller
2001-05-10Add a MMUID_425_E defineTodd C. Miller
2001-05-10Add 425e detection based on what is in stand/uboot/srt0.STodd C. Miller
2001-05-09More sync to NetBSD.Artur Grabowski
2001-05-06Add casts to vaddr_t to round_page() and trunc_page() calls sinceTodd C. Miller
2001-05-06Update some comments wrt. the CLSIZE changes.Artur Grabowski
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
2001-05-05Remove the (vaddr_t) casts inside the round_page and trunc_page macros.Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-05-05Repair non-UVM kernelsTodd C. Miller
2001-05-04Substantial update from NetBSD, most notably gives us UVM support; millert@ okAaron Campbell
2001-05-01convert to new timeoutsTodd C. Miller
2001-04-06Use pool to allocate pmap instead of malloc. OK'd by art@Todd C. Miller
2001-03-08move gif* and faith* into sys/conf/GENERIC. deraadt and angelos okJun-ichiro itojun Hagino
2001-01-31based on art's sparc patch:Jason Wright
2001-01-22Define ARCH_ELFSIZE that is the default elf size on this arch.Artur Grabowski
2000-11-10Change the ktrace interface functions from taking the trace vnode to taking theArtur Grabowski
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-10-31Trim the fat, needs testing.Todd C. Miller
2000-10-18typo in comment; from gluk@ptci.ruMichael Shalayeff
2000-09-26Implement getnulldev that returns the dev_t for "/dev/null".Artur Grabowski
2000-07-11since .cvsignore is there, .keep_me is not neededTheo de Raadt
2000-07-06Change splsoftclock() call to spllowersoftclock() to conform with otherHakan Olsson
2000-07-06Add spllowersoftclock(), same as splsoftclock(). (art@ ok)Hakan Olsson
2000-06-23remove obsolete vtrace guts; art@Michael Shalayeff
2000-06-18Allow S to be overridden like on the other arches; provos@Todd C. Miller
2000-06-08Add explicit inclusions of signalvar.h to files actually using syms definedNiklas Hallqvist
2000-06-05Changes to exit handling.Artur Grabowski
2000-05-25cause traversal into arch & subdirectories for the purposes of manual page in...Theo de Raadt
2000-03-23New API for timeouts. Replaces the old timeout()/untimeout() API andArtur Grabowski
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt