Age | Commit message (Expand) | Author |
2009-05-11 | Better config for v7. | Dale Rahn |
2009-05-11 | Add some (not used yet) control regiser bit definitions. | Dale Rahn |
2009-05-11 | driver address fix. | Dale Rahn |
2009-05-10 | When I changed the implementation of iommu and sg_dma over to use | Owain Ainsworth |
2009-05-10 | Enable vcc(4) and vcctty(4). | Mark Kettenis |
2009-05-10 | Remove a dead variable and some unneeded returns. | Mark Kettenis |
2009-05-10 | Handle devices with multiple ports. | Mark Kettenis |
2009-05-10 | Rename mdesc_get_prop_string into mdesc_get_prop_str. | Mark Kettenis |
2009-05-10 | Add vcctty(4). | Mark Kettenis |
2009-05-10 | Add vcc(4) and vcctty(4). The vcc(4) driver is a driver for the "Virtual | Mark Kettenis |
2009-05-10 | Add defines for magic character constants used by hypervisor console | Mark Kettenis |
2009-05-09 | Initial console device driver for USB displays based on the DisplayLink | Marcus Glocker |
2009-05-09 | Promote types in ARCBios function prototypes from int to long whenever | Miod Vallat |
2009-05-09 | Missed adding this file. | Dale Rahn |
2009-05-08 | Remove xhub boilerplate; Hub doesn't appear as a widget itself but as the | Miod Vallat |
2009-05-08 | In _dmamem_alloc_range() DIAGNOSTIC code, check for the address being within | Miod Vallat |
2009-05-08 | Add a new page freelist, to which memory suitable for 32-bit dma on | Miod Vallat |
2009-05-08 | Fix devio byteswap, this makes isp(4) happy on IP27 and IP35. | Miod Vallat |
2009-05-08 | Make interrupt handling code closer to IP30 XHeart code. | Miod Vallat |
2009-05-08 | Attach children with config_found_sm() instead of directly invoking | Miod Vallat |
2009-05-08 | IP30 Dallas clock runs in non-BCD mode, so make sure to check which mode | Miod Vallat |
2009-05-08 | Be sure to completely ignore ARCBios memory information on IP27 and IP35 | Miod Vallat |
2009-05-08 | Initial effort on a port to the omap35xx platform specifically beagleboard, | Dale Rahn |
2009-05-08 | Pieces of arm11 and armv7 support for newer cpus. This is work in progress | Dale Rahn |
2009-05-07 | Move amas device from arch/amd64 to dev/pci and enable it in i386 as well. | Ariane van der Steldt |
2009-05-06 | Workaround a bridge deadlock, as advised by comments found in the linux sn1 | Miod Vallat |
2009-05-06 | IP27 and IP35 do not layout physical memory the same way, IP35 is much | Miod Vallat |
2009-05-06 | Fix typo in a comment, and remove 20st-century mention of option | Miod Vallat |
2009-05-06 | Fix signedness of comparison used to know whether we have already reached | Miod Vallat |
2009-05-04 | type pedantry. | Owain Ainsworth |
2009-05-03 | Get rid of pci_addr_fixup machinery; set up the appropriate extents and pass | Mark Kettenis |
2009-05-03 | On the UltraBook the PROM privides two interrupts for its ccb(4)'s. Handle | Mark Kettenis |
2009-05-03 | Complete overhaul of the PCI bridge initialization. It will now allocate | Miod Vallat |
2009-05-03 | Pass 0 as base offset, not -1, for child devices which ignore the value. | Miod Vallat |
2009-05-03 | Avoid clobbering error return values with the result from extent_free(), by | Mark Kettenis |
2009-05-02 | Let ioc(4) decide which child devices to attach depending on its identification | Miod Vallat |
2009-05-02 | More progress taming the xbow and the pci bridge; still needs code to write, | Miod Vallat |
2009-05-02 | Explain why the short window of widget #0 needs to be accessed through a | Miod Vallat |
2009-05-02 | More KL configuration structures. | Miod Vallat |
2009-05-02 | Avoid clobbering error return values with the result from extent_free(), by | Mark Kettenis |
2009-05-02 | Drop the pm_cpus bitmask field from struct pmap, and instead remember the | Miod Vallat |
2009-05-01 | Add option USER_PCICONF. | Miod Vallat |
2009-04-30 | add support for passing db_console from the bootloader to the kernel. | David Gwynne |
2009-04-30 | Work around UltraSPARC T1 "feature" that may cause random integer register | Mark Kettenis |
2009-04-30 | pass db_console from the bootloader to the kernel, and then use it to | David Gwynne |
2009-04-29 | Extend pciio extents to cover the while 32-bit address space. The processor | Mark Kettenis |
2009-04-28 | Simplify rbus_machdep.c, and make it work more reliable behind PCI-PCI bridges | Mark Kettenis |
2009-04-28 | put vlan support onto these media | Theo de Raadt |
2009-04-27 | Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile on | Mark Kettenis |
2009-04-27 | turning pmap_deactivate into a NOP brought back the reaper panics, probably | Theo de Raadt |