summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-06-03Remove some redundant code.Mark Kettenis
2009-06-03droppmap is only necessary (and declared) on MULTIPROCESSORArtur Grabowski
2009-06-03Just like on amd64. Instead of keeping a bitmap of which cpus a pmapArtur Grabowski
2009-06-03Nuke CYRIX_CACHE (and related defines). They've not been used in a longTobias Weingartner
2009-06-03Add acpivideo support. This adds brightness support for all laptopsPaul Irofti
2009-06-03Enabled docking driverJordan Hargrave
2009-06-02Enable acpidock deviceJordan Hargrave
2009-06-02Somehow this change didn't get committed with the rest of the powepc interruptDale Rahn
2009-06-02Instead of the global hash table with the terrible hashfunction and aOwain Ainsworth
2009-06-02Reintroduce the macppc interrupt subsystem rewrite. Several bugs haveDale Rahn
2009-06-02A piece of an upcoming diff was on the same line, revert that portionDale Rahn
2009-06-02Remove unused b_forw defines which make beck@ scream like a little girlMiod Vallat
2009-06-02When about to run X11 in 32 bpp mode, advertize correctly that we areMark Kettenis
2009-06-02Add an r10k-specific cop0 control register.Miod Vallat
2009-06-02Add a DIAGNOSTIC panic to ensure we are not runningKurt Miller
2009-06-02add CRYPTO and softraid to zaurus RAMDISKTodd T. Fries
2009-06-02add CRYPTO to macppc RAMDISKTodd T. Fries
2009-06-02Enable machfb(4) and raptor(4) here too.Mark Kettenis
2009-06-02Define a proper wsdisplay type for machfb(4).Mark Kettenis
2009-06-02Make machfb_putcmap() respect the starting index in the colormap.Mark Kettenis
2009-06-02Enable machfb(4).Mark Kettenis
2009-06-02Initial stab at an accelerated driver for PGX/PGX64 framebuffers.Mark Kettenis
2009-06-02Initial stab at an accelerated driver for PGX/PGX64 framebuffers.Mark Kettenis
2009-06-02Added interface for cpu idle on amd64Jordan Hargrave
2009-06-01no point in calling curcpu() when ci is already set. ok miod@Dale Rahn
2009-06-01Fix the order of checking if a machine has MTRR. We need to checkPeter Hessler
2009-06-01Move ibcs2_sendsig into compat. Quit poluting machdep.Tobias Weingartner
2009-06-01Use proper pmap during ACPI sleep on amd64. Original code by Kurt,Mike Larkin
2009-06-01physmem allocator: change the view of free memory from single free pagesAriane van der Steldt
2009-06-01Enable zyd in more places now we know it is endian safe.Jonathan Gray
2009-06-01add uvideo to zaurus roughly one year from its initial demonstrationTodd T. Fries
2009-06-01New VIA nano's support amd64 and EST. Move the setperf init routine outsideGordon Willem Klok
2009-05-31Add Naturetech as a possible hardware vendor.Mark Kettenis
2009-05-31Add support for udl in socppc. ok @miod and @kettenisMats O Jansson
2009-05-31Make iomem_ex cover the complete (48-bit) physical address space. MakesMark Kettenis
2009-05-31Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent withMiod Vallat
2009-05-31Fix definition of CL_FIFO_MAX to match what the hardware can do; this inMiod Vallat
2009-05-31Fix RAMDISK kernels after previous. amd64_has_xcrypt needs to beMatthieu Herrb
2009-05-31Reinitialize lapic on ACPI resume.Mike Larkin
2009-05-31Move task register restore code to proper place.Mike Larkin
2009-05-31Add VIA crypto features support to amd64. ok deraadt@Matthieu Herrb
2009-05-30Without -v, be quietTheo de Raadt
2009-05-30Don't use biosbasemem and biosextmem to initialize iomem_ex, since on someMark Kettenis
2009-05-30When booting in `install software' mode from the SGI boot menu, do not try toMiod Vallat
2009-05-28Be more paranoid in the IOC3 interrupt klugeMiod Vallat
2009-05-28Poor man's reset code for IP27/IP35 where returning through ARCBios doesn'tMiod Vallat
2009-05-28Handle NMI interrupts on IP27/IP35, gives us a change to play with ddb,Miod Vallat
2009-05-28If readsgilabel() is invoked in spoofing mode, only report the whole deviceMiod Vallat
2009-05-28Bring back the curpmap change. It was missing a reload of the pmap onArtur Grabowski
2009-05-27Use the KL enumeration functions to try and figure out what kind of XBowMiod Vallat