summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2008-05-15Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad Smith
2008-05-15Hook up mkboot(8).Mark Kettenis
2008-05-15Add mkboot(8), a utility to make U-Boot images.Mark Kettenis
2008-05-15Install bootloader in /usr/mdec.Mark Kettenis
2008-05-15Fix typo.Mark Kettenis
2008-05-14Determine boot device from arguments passed by the bootloader.Mark Kettenis
2008-05-14Comment out option PCIVERBOSE on the floppies for now, to let them fitMiod Vallat
2008-05-14Parse arguments passed by the bootloader and take appropriate action.Mark Kettenis
2008-05-14Add a '.text' to make sure we understand IDTVEC()'s are in the textTobias Weingartner
2008-05-14Get memory size and base address of internal memory mapped registers fromMark Kettenis
2008-05-14Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc andMiod Vallat
2008-05-14Make all 128MB of memory available (except for the first three pages usedMark Kettenis
2008-05-14Add cmpci(4) and uncomment the eap(4) MIDI attachment.Brad Smith
2008-05-13Fix chrtoblktbl[] entries.Miod Vallat
2008-05-13Memory is contiguous and non-expandable, so lower VM_PHYSSEG_MAX down to 1.Miod Vallat
2008-05-13Meaningful panic messages; ok kettenisMiod Vallat
2008-05-12Provide a real getsecs() implementation.Mark Kettenis
2008-05-12More headers needed by userland.Mark Kettenis
2008-05-12More headers needed by userland.Mark Kettenis
2008-05-11Make sure we can still boot kernels directly from u-boot.Mark Kettenis
2008-05-11We'll need a RAMDISK kernel too.Mark Kettenis
2008-05-11Remove the "option USB_DEBUG" that crept in by accident.Mark Kettenis
2008-05-11Re-enable code to initialize esym.Mark Kettenis
2008-05-11Pass arguments and symbol table more or less the same way as OpenBSD/macppc.Mark Kettenis
2008-05-10More headers needed by userland.Mark Kettenis
2008-05-10Needed by userland.Mark Kettenis
2008-05-10More OpenBSD/socppc parts.Mark Kettenis
2008-05-10Missing bootloader file.Mark Kettenis
2008-05-10First stab at a bootloader for the Thecus N1200.Mark Kettenis
2008-05-10Fix typo. Spotted by Pierre Riteau.Mark Kettenis
2008-05-10Add two missing files.Mark Kettenis
2008-05-10Add .cvsignore, such that we don't lose the compile directory withMark Kettenis
2008-05-10OpenBSD/socppc, a port to the Thecus N1200, and potentially other FreescaleMark Kettenis
2008-05-07Move i386 to __HAVE_GENERIC_SOFT_INTERRUPTSMark Kettenis
2008-05-07Rather than fixing ises(4), nuke it.Kenneth R Westerback
2008-05-05We will never use __BUS_SPACE_HAS_STREAM_METHODS so remove all the codeClaudio Jeker
2008-05-04convert to ptoa/atopMartin Reindl
2008-05-04Manage interrupts based on priority better, still working on this...Dale Rahn
2008-05-04Unpopulated CRIME memory banks (or logically empty due to CRIME mergingMiod Vallat
2008-05-04convert arm and mips64 platforms to ptoa/atopMartin Reindl
2008-05-03Rework the interrupt calculation masks, a bit easier to follow (not so wrong).Dale Rahn
2008-05-03catch up with curpriority changes and convert to ptoa/atopMartin Reindl
2008-05-03Do not acquire the kernel lock for SY_NOLOCK system calls; ok drahn@ kettenis@Miod Vallat
2008-05-02implement rw_cas, "go for it" miod@Dale Rahn
2008-05-02Check for a disabled FPU before attempting to emulate the instruction.Miod Vallat
2008-05-02Grab the biglock unconditionnaly when system calls go through systrace;Miod Vallat
2008-05-02Implement rw_cas correctly, unlike previous revision where I was obviouslyMiod Vallat
2008-05-02Invalidate and initialize the l2 on secondary processors, ok kettenis@Dale Rahn
2008-05-02Remove debug prints.Dale Rahn
2008-05-01Sync hpux_sendsig() behaviour with native sendsig(): let malloc fail andMiod Vallat