Age | Commit message (Expand) | Author |
2009-07-31 | on error, just call unload() instead of doing all the actions that it | Owain Ainsworth |
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-07-30 | Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can be | Miod Vallat |
2009-07-30 | Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), only | Miod Vallat |
2009-07-30 | timeout_add -> timeout_add_msec + associated cleanup | Bret Lambert |
2009-07-30 | Disable interrupts when we enter cpu_intr() and enable them again when leaving | Mark Kettenis |
2009-07-29 | Fix bogus comment; requested by deraadt@ | Mark Kettenis |
2009-07-29 | Get rid of non-equivalent aliases of the pcb by moving the fpu state out | Mark Kettenis |
2009-07-28 | gem(4) + gentbi(4) do fit; requested by brad | Theo de Raadt |
2009-07-28 | Enable ti(4), tested by myself OK deraadt@ | Claudio Jeker |
2009-07-27 | Unbreak non-DIAGNOSTIC kernels (i.e. RAMDISK-IP27) | Miod Vallat |
2009-07-27 | add bus speed recognition on Nehalem based cpus, this | Dariusz Swiderski |
2009-07-26 | Rework ioc children attachment: instead of having ioc build a semi-bogus | Miod Vallat |
2009-07-26 | Don't forget to bus_space_unmap(), even if it's a no-op, in rbus_space_unmap(). | Miod Vallat |
2009-07-26 | Make the bus_space boundary checks #ifdef DIAGNOSTIC. | Miod Vallat |
2009-07-26 | A better implementation of bus_space_subregion() for xbridge, with boundary | Miod Vallat |
2009-07-26 | Create the pci resource extents as covering the full 4GB address space, | Miod Vallat |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-07-26 | I'm not as smart as mickey, so replace: | Mark Kettenis |
2009-07-26 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-25 | On multiple-node systems, be sure to broadcast reboot requests to all nodes. | Miod Vallat |
2009-07-25 | Add an extra argument to uvm_unmap_remove(), for the caller to tell it | Miod Vallat |
2009-07-25 | Make sure that if a PDE isn't there, we skip to the start of the address | Mark Kettenis |
2009-07-24 | in pmap_kenter_pa(), flush the old pte before installing the new one. | Theo de Raadt |
2009-07-24 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-23 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-23 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-23 | a trio of timeout_add conversions | Bret Lambert |
2009-07-23 | Get rid of bus_mem_add_mapping(). | Miod Vallat |
2009-07-23 | When computing the total resources required by devices behind a ppb, take | Miod Vallat |
2009-07-23 | When configuring devices on the bridge, try and provide resources to map | Miod Vallat |
2009-07-23 | Allow __pmap_pv_enter() to fail, instead of dereferencing NULL; and let the | Miod Vallat |
2009-07-23 | reserve a space for aibs(4) in amd64 and i386, commented out for now; ok deraadt | Constantine A. Murenin |
2009-07-22 | Get rid of now unused extent_malloc_ok variable. | Miod Vallat |
2009-07-22 | Get rid of bus_space_tag_t now unused bus_extent and bus_reverse fields. | Miod Vallat |
2009-07-22 | Use direct mappings in XKPHYS for bus_space, instead of extent and TLB | Miod Vallat |
2009-07-22 | When disassembling, if our pc matches the beginning of a routine, then | Miod Vallat |
2009-07-22 | via nano cpus are amd64, and so we need machdep.xcrypt | Theo de Raadt |
2009-07-22 | Overhaul resource handling and mapping in macepcibr(4): | Miod Vallat |
2009-07-22 | libsa printf doesn't support sizes in %s specifiers; fix format strings | Miod Vallat |
2009-07-22 | Make sure the irq numbers for the O2 event counters match the interrupt lines | Miod Vallat |
2009-07-22 | Define BUS_SPACE_MAP_CACHEABLE. | Miod Vallat |
2009-07-21 | Make pmap_enter respect the PMAP_CANFAIL flag. With and essential | Mark Kettenis |
2009-07-21 | PCI-Cardbus bridge support for both O2 (macepcibr) and Octane/Origin (xbridge) | Miod Vallat |
2009-07-21 | Change the rbus md_space_{map,unmap} signature to take a rbus_tag_t instead | Miod Vallat |
2009-07-20 | Pass a pci_chipset_tag_t to pci_intr_line(), to eventually allow the | Miod Vallat |
2009-07-19 | Simplify code that sanitizes pci resources on the O2's mace PCI bridge. | Mark Kettenis |
2009-07-18 | Reconfigure all onboard devices, ignoring the existing mappings set up by | Miod Vallat |