Age | Commit message (Expand) | Author |
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 |
2009-07-17 | Proper bus_space_{read,write}_raw_[248] functions for xbridge, makes wi@pci | Miod Vallat |
2009-07-17 | Update bus_dma to the better codebase found on almost all other platforms, | Miod Vallat |
2009-07-17 | Revert a not-thoroughly tested change part of a larger work in progress diff, | Miod Vallat |
2009-07-16 | Program PPB_REG_PREFLIM_HI32, not PPB_REG_PREFBASE_HI32 a second time. Oops. | Miod Vallat |
2009-07-16 | KNF | Michael Knudsen |
2009-07-16 | Clean up after X. | Mark Kettenis |
2009-07-16 | Make the PCI-PCI bridge initialization code bus-independent, relying on a | Miod Vallat |
2009-07-16 | Cheat in pci_conf_read() and force the REXTVALID bit in the O2 onboard ahc(4) | Miod Vallat |
2009-07-16 | - Add missing tick handler calling mii_tick(). | Stuart Henderson |
2009-07-15 | missing va_end in bios_printf & dioopen. ok miod@ | Martynas Venckus |
2009-07-15 | Sync PCI scsi controllers; from Brad. | Miod Vallat |
2009-07-14 | Display driver for GTA01, (not freerunner). | Dale Rahn |
2009-07-14 | Unbreak moko, SOFTSERIAL->SOFTTTY, a pmap change, and a missing file. | Dale Rahn |
2009-07-13 | Extend xbridge to support shared interrupt handlers, and perform PCI-PCI | Miod Vallat |
2009-07-13 | Add the neccessary glue to attach gem(4) to sbus(4) and enable gem(4) in | Mark Kettenis |
2009-07-13 | Add a somewhat minimal bus_dma(9) implementation. Only fully implemented for | Mark Kettenis |
2009-07-12 | Add protection against multiple inclusion. | Mark Kettenis |
2009-07-12 | Enable gem@sbus. | Mark Kettenis |
2009-07-11 | When rebooting, pass a request to the PROM for it to skip diagnostics and | Miod Vallat |
2009-07-10 | Switch away from using -traditional-cpp to iso/ansi cpp for asm files. | Jonathan Gray |
2009-07-06 | Almost rewrite xbridge PCI resource allocation: | Miod Vallat |
2009-07-05 | Make sure the OpenBSD bounds exclude the first cylinder, which is used | Miod Vallat |
2009-07-05 | radeonfb(4), an accelerated framebuffer for Sun XVR-100 boards (which have an | Mark Kettenis |
2009-07-03 | Try to be smarter when allocating pci resources, and use unused devio slots | Miod Vallat |
2009-07-01 | The widget mapping code has been written back when I was only working on | Miod Vallat |
2009-07-01 | Crank bootblocks version for identification purposes. | Miod Vallat |
2009-06-30 | Link the second stage bootblocks (and boot.net) 256KB higher to accomodate | Miod Vallat |
2009-06-29 | enable isp(4) | Theo de Raadt |
2009-06-28 | Attempt to map memory resources of unconfigured devices, if they do not have | Miod Vallat |
2009-06-28 | Add colormap support for 8bpp mode. | Mark Kettenis |
2009-06-28 | Make this work in 8bpp mode too. Color support is still missing; probably | Mark Kettenis |
2009-06-27 | Stricter checks when deciding which acceleration code to use. Instead of | Miod Vallat |
2009-06-27 | Preliminary cleanup work in order to help the PCI resource management code. | Miod Vallat |
2009-06-27 | In the bus_space_*_raw_* functions, move the invariant computations out of | Miod Vallat |
2009-06-27 | If a device which has not been initialized by ARCS has a non-zero BAR, ignore | Miod Vallat |
2009-06-27 | Add an explicit widget locator to xbow children; allows a given widget to | Miod Vallat |
2009-06-27 | Revert the last change to this file which was made with armv7 support came in. | Dale Rahn |
2009-06-26 | Prefer fdcache() to pdcache() in cpu_fork(), as the MI uvm code has touched | Miod Vallat |
2009-06-25 | re-enable inteldrm since new X driver is about to fix the issue | Theo de Raadt |