Age | Commit message (Expand) | Author |
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 | 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 | 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 | silent VIA VT6202 workaround; from brad | Theo de Raadt |
2009-07-23 | another lava puc that might show up | Theo de Raadt |
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 | 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 |
2009-07-23 | Remove unused code. | Mark Kettenis |
2009-07-23 | If we initialize miicapabilities, we might as well pass it on when calling | Mark Kettenis |
2009-07-23 | Use the correct buffer for non-zero report IDs in uhidev_set_report(). | Jonathan Gray |
2009-07-23 | New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitoring, | Constantine A. Murenin |
2009-07-22 | comment fix from Brad; OpenBSD's mii_phy_add_media() does not print | Stuart Henderson |
2009-07-22 | Add big-endian platform support to sis(4). Tested to not break anything on | Miod Vallat |
2009-07-22 | correctly list which files this license applies to | Theo de Raadt |
2009-07-22 | Comment diff only; list an additional supported PHY and add a link | Stuart Henderson |
2009-07-21 | Make rbus_new_body() invocable from outside cardbus.c, to allow md code | Miod Vallat |
2009-07-21 | Change the rbus md_space_{map,unmap} signature to take a rbus_tag_t instead | Miod Vallat |
2009-07-21 | Use the symbolic constants for the window registers in pci configuration | Miod Vallat |
2009-07-21 | Rewrite ioctl parts and rx filter handling. From Brad, tested by | Stuart Henderson |
2009-07-21 | Add a family flag for the original 5700 series chipsets. Idea from FreeBSD. | Christian Weisgerber |
2009-07-21 | Call timeout_set() from rl_attach, not rl_init(). From Brad. | Stuart Henderson |
2009-07-20 | Pass a pci_chipset_tag_t to pci_intr_line(), to eventually allow the | Miod Vallat |
2009-07-20 | KNF fixes | Jordan Hargrave |
2009-07-19 | Include 0x4402 in the bbp id mapping table used on older | Jonathan Gray |
2009-07-19 | clalloc() can't fail, so there's no need to handle failure cases. | Bret Lambert |
2009-07-18 | Don't forget to read the high bits I/O range register when registering | Miod Vallat |
2009-07-18 | Remove redundant code for setting the maximum frame receive size | Stuart Henderson |
2009-07-18 | reorder a switch block, no functional change but reduces the diff | Stuart Henderson |
2009-07-18 | Simplify receive filter handling, from Brad. | Stuart Henderson |
2009-07-18 | Rewrite the ioctl handling code and the receive filter | Stuart Henderson |
2009-07-18 | While detatching the device, workaround the case when a midi | Alexandre Ratchov |
2009-07-18 | #include stdio.h for printf here also. | Jonathan Gray |
2009-07-18 | #include stdio.h for printf. | Jonathan Gray |
2009-07-17 | Cleaned up parsing of While loops; iterative If statement | Jordan Hargrave |
2009-07-15 | missing va_end in aml_seterror; ok marco@ | Martynas Venckus |
2009-07-15 | In sdmmc_intr_establish(), don't duplicate the `name' parameter. | Michael Knudsen |
2009-07-15 | Removes the magic bit from re_init() and moves the common | Christian Weisgerber |
2009-07-15 | print interrupt string like com at puc does | Theo de Raadt |