Age | Commit message (Expand) | Author |
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-26 | Add PCIOCGETROM, and ioctl(2) to read PCI ROMs. | Mark Kettenis |
2009-07-26 | If we recognize a specific mouse model where we need to override locator | Miod Vallat |
2009-07-26 | no need to cast the return value of m_freem() to void | Thordur I. Bjornsson |
2009-07-26 | Fix flow control support: | Mark Kettenis |
2009-07-25 | On multiple-node systems, be sure to broadcast reboot requests to all nodes. | Miod Vallat |
2009-07-25 | Fix crash in bwi on armish by properly aligning a 32-bit value. Not | Kenneth R Westerback |
2009-07-25 | Fix Cardbus_conf_{read,write} macros. Not used by anything yet. | Miod Vallat |
2009-07-25 | Add an extra argument to uvm_unmap_remove(), for the caller to tell it | Miod Vallat |
2009-07-25 | Better parameter validation in pciioctl(): check for ioctl number and | 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-25 | typo | Martynas Venckus |
2009-07-25 | Replace magic numbers for ANAR flow control bits with the appropriate | Mark Kettenis |
2009-07-25 | Stop using rbus to set up the socket BAR if it has been left unitialized | Mark Kettenis |
2009-07-25 | Add flow control status reporting. From Brad. | Stuart Henderson |
2009-07-24 | in pmap_kenter_pa(), flush the old pte before installing the new one. | Theo de Raadt |
2009-07-24 | wrap the kernel specific parts in an _KERNEL ifdef. | Jonathan Gray |
2009-07-24 | Don't include systm.h as it isn't needed and pulls in libkern headers, | Jonathan Gray |
2009-07-24 | timeout_add -> timeout_add_sec | Bret Lambert |
2009-07-24 | for every packet we forwarded, we copied the first 68 bytes of it in case | David Gwynne |
2009-07-24 | Global Item #3 should be Physical Minimum not Maximum according | Jonathan Gray |
2009-07-24 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-24 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-24 | silent VIA VT6202 workaround; from brad | Theo de Raadt |
2009-07-23 | Insert free pages at the head of the page queues. Should provide better | Mark Kettenis |
2009-07-23 | another lava puc that might show up | Theo de Raadt |
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 | Switch re(4) over to MCLGETI. | Mark Kettenis |
2009-07-23 | VIA VT6202 defaults to a bus-hoggingly aggressive sleep time, so retune it | Theo de Raadt |
2009-07-23 | Use pci_mapreg_map() to map ROM. | Mark Kettenis |
2009-07-23 | Use pci_mapreg_map() to map ROM. | Mark Kettenis |
2009-07-23 | Avoid twiddling the lower bits of a BAR such that the code becomes usable | Mark Kettenis |
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 | Add some more udl devices. -moj | Mats O Jansson |
2009-07-23 | sync. -moj | Mats O Jansson |
2009-07-23 | Add some more udl devices. -moj | Mats O Jansson |
2009-07-23 | What gets allocated with bus_space_map() needs to be released with | Miod Vallat |
2009-07-23 | Adding disabled framework for RAID6 | Jordan Hargrave |