summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2008-05-01regenMiod Vallat
2008-05-01The built-in frame buffer in models 362 and 382 actually comes in differentMiod Vallat
2008-05-01Don't forget to bus_space_unmap() after probing for a com chip.Miod Vallat
2008-05-01Implement a nop IPI to signal other CPUs.Mark Kettenis
2008-04-30Spacing.Mark Kettenis
2008-04-30Fix typo in last commit.Mark Kettenis
2008-04-30Initialize randseed to 1.Mark Kettenis
2008-04-30fix serial console handling on amd64. currently only glass console everDavid Gwynne
2008-04-29Attempt to locate an ELF header and symbol table directly after the kernel.Joel Sing
2008-04-29enable km(4); ok deraadtConstantine A. Murenin
2008-04-29remove noise, (debug print).Dale Rahn
2008-04-29PIR is not defined to be a writable register, do not use it.Dale Rahn
2008-04-29Spin up secondary CPUs on more systems.Dale Rahn
2008-04-29spillstk and ddbstk need to be per cpu. Found by kettenis@Dale Rahn
2008-04-28Convert IPL_TTY into IPL_SOFTTTY when establishing soft interruptsi, like weMark Kettenis
2008-04-28Rename IPL_SOFTSERIAL to IPL_SOFTTTY. Sprinkle some KNF while I'm there.Mark Kettenis
2008-04-28Rename IPL_SOFTSERIAL to IPL_SOFTTY and rename the associated symbols.Mark Kettenis
2008-04-28Sync PCI ids.Brad Smith
2008-04-27replace ctob/btoc by ptoa/atopMartin Reindl
2008-04-27add acpithinkpad(4), an acpi support driver for ibm/lenovojoshua stein
2008-04-27FPU/Altivec cleanup and prep for SMP.Dale Rahn
2008-04-27Switch to proc based ast pending for SMP. ok kettenis.Dale Rahn
2008-04-27Add gecko(4), a driver for the GeckoBOA BC GSC+ port.Mark Kettenis
2008-04-27Move hppa to __HAVE_GENERIC_SOFT_INTERRUPTSMark Kettenis
2008-04-26Changes to get closer to SMP.Dale Rahn
2008-04-26Remove softast; it's no longer used.Mark Kettenis
2008-04-25Make ipending per-cpu. Should fix PR 5788.Mark Kettenis
2008-04-25When allocating an interrupt 'slot', always check all slots to see if weMark Kettenis
2008-04-25Pretty dmesg output on attach and error handling.Xavier Santolaria
2008-04-25neccessary -> necessary; from Pierre RiteauJason McIntyre
2008-04-25the code that parses arguments from the boot loader on amd64 wasnt checkingDavid Gwynne
2008-04-24oops. unbreak build by removing the #include for amd8131reg.hThordur I. Bjornsson
2008-04-24move the register defines from amd8131reg.h into aapi.c,Thordur I. Bjornsson
2008-04-24Introduce acpiasus(4), a driver for the ACPI based hotkeys found in manyJoel Sing