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