Age | Commit message (Expand) | Author |
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 |
2006-06-26 | Use MI clock conversion code for "old" clock. | Mark Kettenis |
2006-06-26 | add commented out entries for bnx. | Brad Smith |
2006-06-26 | Kludge around the fact that redboot uses ELF's vaddr, however maps | Dale Rahn |
2006-06-26 | enable ne*; ok mpf who tested it, we all feel bad for you | Theo de Raadt |
2006-06-25 | fix a typo in a comment and add the comment to the sparc hme driver. | Brad Smith |
2006-06-25 | reorganize the code to be more sane. | Brad Smith |
2006-06-24 | Configure network devices at ipl 3, not ipl 1. | Miod Vallat |
2006-06-24 | Replace physaccess() usage with pmap_kenter_cache(). | Miod Vallat |
2006-06-24 | Use pmap_enter_cache() instead of physacc() in bus_mem_add_mapping(), and let | Miod Vallat |
2006-06-24 | Allocate ethernet buffers as uvm pages, and map them with pmap_enter_cache(), | Miod Vallat |
2006-06-24 | Add pmap_enter_cache(), similar to pmap_kenter_cache() but for managed | Miod Vallat |
2006-06-24 | Use pmap_kenter_cache() for device memory mapping, instead of physacc(0 | Miod Vallat |
2006-06-23 | Use MI clock conversion code for "new" clock. | Mark Kettenis |
2006-06-23 | we choose more drivers/firmwares over ext2fs | Theo de Raadt |
2006-06-23 | match tomatillo varient (not yet fully working) | Theo de Raadt |
2006-06-23 | consistantly count context switches on exit; miod@ ok | Michael Shalayeff |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-06-22 | Enable sk(4). | Brad Smith |
2006-06-22 | BBC-based machines swap the two registers (good going Sun -- that is why we | Theo de Raadt |
2006-06-22 | mpi works here too. | David Gwynne |
2006-06-22 | do not enable the gpio parent either | Theo de Raadt |
2006-06-21 | if machdep.kbdreset==1 and the front panel button interrupt fires, tell init | Jason Wright |
2006-06-21 | Only attach timer to the first counter-timer found. | Miod Vallat |
2006-06-21 | this gpio should not be enabled | Theo de Raadt |
2006-06-21 | add the machdep.kbdreset logic to sparc64 (stuff to use it is coming) | Jason Wright |