summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-07-07Unroll DLT_* logic into simple 'look for native disklabel, then tryKenneth R Westerback
2006-07-07Get rid of the fixed iomap for device mappings, and allocated va rangesMiod Vallat
2006-07-07ANSIfyGordon Willem Klok
2006-07-06Make sure we alter ddb variables as ints, not longs; only matters on 64 bitMiod Vallat
2006-07-06Make dummy $g0 in ddb the right size.Miod Vallat
2006-07-06PMAP_MD_RWLOW kluge is no longer necessary now that mac68k does TRT.Miod Vallat
2006-07-06Insert an empty page at the beginning of the kernel, so that we can map itMiod Vallat
2006-07-06Adapt rtclock_intr() to the current interrupt scheme; from NetBSDMiod Vallat
2006-07-05machine is hppa64, not hppa; comment out orphaned wsdisplay at sti;Martin Reindl
2006-07-04use empty INSTALL_STRIP instead of STRIPFLAG to indicate we don't want toMartin Reindl
2006-07-04disable alipm until someone can find this spurious bug, which happens mostTheo de Raadt
2006-07-03Repair initialization value of m68060_pcr_init, per 68060 errata I14.Miod Vallat
2006-07-03Eliminate most of the #if/#endif maze in alpha, hppa, hppa64, and mips64Kenneth R Westerback
2006-07-03Backout premature incomplete 060 stuff.Miod Vallat
2006-07-02get rid of an unused variable.David Gwynne
2006-07-02count interrupts (uvmexp).Dale Rahn
2006-07-02Oh what the heck. Enable zyd* even though it does not work yet :)Theo de Raadt
2006-07-01Cleanup dmesg printing.Mark Kettenis
2006-07-01one more dmesg tweakTheo de Raadt
2006-07-01Eliminate redundant get_le() in favour of letoh32(). Add letoh32()Kenneth R Westerback
2006-07-01clean dmesg output for iommu more; tested miod dlgTheo de Raadt
2006-07-01Make probeget() and related code in trap.c #ifdef DDBMiod Vallat
2006-07-01Add PMAP_LITTLE to the list of forbidden pa bits in pmap_kenter_pa().Miod Vallat
2006-07-01Provide our own alloc_attr() routine for sun frame buffer, since the computationMiod Vallat
2006-07-01Make sure we don't accidentally match one of the unused PCI error interruptsMark Kettenis
2006-06-30For 32bit sun frame buffers, tweak ri_devcmap to get the BoW palette insteadMiod Vallat
2006-06-30Make routines which may set PSL_IOPL consistent wrt the securelevel forMiod Vallat
2006-06-30Old typos bite the dust.Miod Vallat
2006-06-30When allocating the default rasops attribute, it is not necessary to useMiod Vallat
2006-06-30Shrink internal iomap to 256KB, it's enough for all the mappings we'll needMiod Vallat
2006-06-30On OSS systems (IIfx), compute addresses relative to VIA2 rather than VIA1,Miod Vallat
2006-06-30Some machines lack the virtual-dma property. In that case, go backTheo de Raadt
2006-06-29Fix PMAP_PREFER and make it use VA_ALIAS_MASK to prevent me from breakingMark Kettenis
2006-06-29No need to keep specific variables for the kernel messages colors on sunMiod Vallat
2006-06-29If invoking mapdev() with a non-aligned pa, make sure we allocate enough pagesMiod Vallat
2006-06-29Map the correct size for the colormap registers (not that it really mattersMiod Vallat
2006-06-29make compile w/ debug; from danielcavanagh@aanet.com.auMichael Shalayeff
2006-06-29try prom mapping first, then memory mapping, then io mapping.. this worksTheo de Raadt
2006-06-28cleanup dmesg logging for iommu goo, make it follow the standard formTheo de Raadt
2006-06-28look at "virtual-dma" property to decide where the iommu address spaceTheo de Raadt
2006-06-28keep track of what is a schizo and what is tomatilloTheo de Raadt
2006-06-27Fix interrupt mapping. This now seems to work on all machines, even withMark Kettenis
2006-06-27pull in files.gpio in case we want itTheo de Raadt
2006-06-27don't bother printing "{se}bus: %s incomplete" for devices missing a regJason Wright
2006-06-27Rewritten clock driver for 80219/80321, actually manages seperate statDale Rahn
2006-06-26Clean up some inconsistancies in definitions around DOS MBR code. NoKenneth R Westerback
2006-06-26enable mpiDavid Gwynne
2006-06-26atop(PAGE_SIZE) -> 1, 'tis true but it gets computed faster when PAGE_SIZEMiod Vallat
2006-06-26Always skip the offending instruction for fpu faults, even if it isMiod Vallat
2006-06-26Enable wide targets on FAS366 esp; note that this changes the way espMiod Vallat