Age | Commit message (Expand) | Author |
2009-07-29 | Linksys WUSB54GC v3 | Damien Bergamini |
2009-07-29 | add Linksys WUSB54GC v3 which is a run(4) RT2070 (802.11b/g only). | Damien Bergamini |
2009-07-28 | regen | Stuart Henderson |
2009-07-28 | add Cicada CS8244 10/100/1000 PHY, from Brad. | Stuart Henderson |
2009-07-28 | Garbage-collect softc member stge_if_flags, unused since if_stge.c r1.46. | Stuart Henderson |
2009-07-28 | - Don't access VPD even if hardware advertised the capability. | Kevin Lo |
2009-07-28 | typo. OK deraadt@ | Claudio Jeker |
2009-07-28 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-28 | timeout_add -> timout_add_msec | Bret Lambert |
2009-07-28 | Replace "XXX ? from linux" with a descriptive comment. From Brad. | Stuart Henderson |
2009-07-28 | The firmware is an array of u_int32_t and differs between architectures. | Claudio Jeker |
2009-07-28 | print the chipset name in the dmesg so it is possible to tell | Kevin Lo |
2009-07-28 | Add flow control support | Kevin Lo |
2009-07-27 | explain the pedigree of these firmwares, since the license is not quite right. | Theo de Raadt |
2009-07-27 | Do enter the tigon directory, and build there, and ship them. We have tried | Theo de Raadt |
2009-07-27 | Split comment from lint keyword. OK dms@ | Claudio Jeker |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
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 | Fix flow control support: | Mark Kettenis |
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 | Better parameter validation in pciioctl(): check for ioctl number and | Miod Vallat |
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 | 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 |