Age | Commit message (Expand) | Author |
2006-07-04 | disable alipm until someone can find this spurious bug, which happens most | Theo de Raadt |
2006-07-02 | get rid of an unused variable. | David Gwynne |
2006-07-01 | Cleanup dmesg printing. | Mark Kettenis |
2006-07-01 | one more dmesg tweak | Theo de Raadt |
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 | 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 | 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-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-23 | match tomatillo varient (not yet fully working) | Theo de Raadt |
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-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 | add the machdep.kbdreset logic to sparc64 (stuff to use it is coming) | Jason Wright |
2006-06-21 | grr... missed this... nuke SUN4U stuff here, too | Jason Wright |
2006-06-21 | Don't need option SUN4U. It's not -really- an option on sparc64, duh. | Jason Wright |
2006-06-21 | There was hope, at one time, of sharing fpu/ with sparc. That's still | Jason Wright |
2006-06-20 | Do not print hostid while booting, there's a sysctl for this. | Miod Vallat |
2006-06-20 | Fix tsbsize computation; from NetBSD | Miod Vallat |
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt |
2006-06-18 | enable udcf(4) on sparc64, works on my Blade 100; ok mbalmer@ | Christian Weisgerber |
2006-06-16 | When checking if a page is managed or not, do not invoke IS_VM_PHYSADDR | Miod Vallat |
2006-06-16 | documentation on the register | Jason Wright |
2006-06-16 | skeleton driver for power button on u5.. does precisely nothing except attach. | Jason Wright |
2006-06-14 | support the iic busses on the ultrasparc III machines (something is still | Theo de Raadt |
2006-06-07 | Remove unused bus_space_probe(). | Miod Vallat |
2006-06-07 | do not #undef HORRID_III_HACK | Theo de Raadt |
2006-06-02 | sbus_establish() and the associated linked list in the sbus softc is now only | Miod Vallat |
2006-06-02 | All I wanted was to fix the bogus PG_SZ macro, but this is better: | Miod Vallat |
2006-06-02 | feild -> field | Miod Vallat |
2006-06-02 | turn the non-DEBUG case of DPRINTF into a do {} while (0) so it works | Jason Wright |
2006-06-02 | - clear the PCI_AFSR during init | Jason Wright |
2006-06-02 | correct bits for bus type in PCIAFSR | Jason Wright |
2006-06-02 | ppm driver. We don't use it for much... except to blink the power switch led... | Jason Wright |
2006-06-02 | bits bits bits, who got dat bits | Jason Wright |
2006-06-02 | The I-cache seems to work fine on the UltraSPARC III, so never disable it, | Mark Kettenis |