Age | Commit message (Expand) | Author |
2010-11-07 | fix a test in ar5008_rx_free() | Damien Bergamini |
2010-11-07 | regen | Mark Kettenis |
2010-11-07 | A few more NVIDIA devices found on the latest 13" MacBook Pro (MacBookPro7,1). | Mark Kettenis |
2010-11-07 | regen | Mark Kettenis |
2010-11-07 | NVIDIA GeForce 320M as found on the latest 13" MacBook Pro (MacBookPro7,1). | Mark Kettenis |
2010-11-06 | Move raid1 and crypto io to a workq. This is to avoid a potential VOP_ | Marco Peereboom |
2010-11-06 | Revision 0xc4 and earlier of the Acer Labs M5229 UDMA IDE controller can't do | Mark Kettenis |
2010-11-06 | If the dma_init callback function returns with EINVAL, fall back to PIO. | Mark Kettenis |
2010-11-06 | sync | Theo de Raadt |
2010-11-06 | another planex device | Theo de Raadt |
2010-11-06 | print the MAC address on the second line like with the other USB | Damien Bergamini |
2010-11-06 | sync | Theo de Raadt |
2010-11-06 | Planex GW-USNano | Theo de Raadt |
2010-11-06 | support the logic rt3020 that mtu@ found | Theo de Raadt |
2010-11-06 | sync | Theo de Raadt |
2010-11-06 | add a logitec RT3020 found by mtu@ | Theo de Raadt |
2010-11-05 | s/urtw_devs/urtwn_devs/ | Damien Bergamini |
2010-11-05 | double \n\n in dmesg | Damien Bergamini |
2010-11-05 | urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU 802.11n USB devices. | Damien Bergamini |
2010-11-05 | Minor code cleanups. No functional change. From Alexandr Shadchin. | Kenneth R Westerback |
2010-11-03 | only let vmt match and therefore attach if mainbus is specifically asking | David Gwynne |
2010-11-02 | Make error message specify if a REQUEST SENSE has timed out, not the | Kenneth R Westerback |
2010-11-02 | Add DEBUG0 printf() for unexpected reselects. No functional change. | Kenneth R Westerback |
2010-11-02 | Consolidate duplicated code removing things from the 'going' queue. | Kenneth R Westerback |
2010-11-02 | Clean up some printf's, most but not all in DEBUG0 blocks, by using | Kenneth R Westerback |
2010-10-31 | Revert last commit: it breaks resume on Thinkpads | Philip Guenthe |
2010-10-30 | tweak gpio pins of julia cards to select the correct multiplier for | Alexandre Ratchov |
2010-10-30 | in otus, tx() can return on error without releasing the node | Damien Bergamini |
2010-10-30 | no need to compute hdrlen in (), it is not used. | Damien Bergamini |
2010-10-30 | always decrement the number of xfers queued in txeof() even | Damien Bergamini |
2010-10-30 | don't release the node twice if tx() fails | Damien Bergamini |
2010-10-30 | use (ifp->if_softc != NULL) instead of (ifp->if_flags != 0) to check | Damien Bergamini |
2010-10-30 | use hw sequence numbering for non-QoS frames | Damien Bergamini |
2010-10-28 | cleanup ;; | Theo de Raadt |
2010-10-28 | improve look of ;; in a for loop | Theo de Raadt |
2010-10-27 | fix double ;; | Theo de Raadt |
2010-10-27 | don't free network related resources if they were not allocated | Jacob Meuser |
2010-10-26 | Add task queue for ACPI gpe and notify handlers | Jordan Hargrave |
2010-10-26 | log suspends and resumes. resend hostname and address info from the guest | David Gwynne |
2010-10-26 | big update to vmware tools functionality from jonathan matthew. | David Gwynne |
2010-10-25 | Iopoolification. Tested by mcbride@, dlg@, and Gabriel Kihlman on tech@. | Kenneth R Westerback |
2010-10-23 | regen | Damien Bergamini |
2010-10-23 | add a bunch of Realtek RTL8188CU/RTL8188CE/RTL8192CU usb ids. | Damien Bergamini |
2010-10-23 | Missed this in the last commit. No cookie for me. | Paul Irofti |
2010-10-23 | check that a timeout(9) has been initialized before deleting it | Jacob Meuser |
2010-10-23 | create another kthread to run xfer abort tasks. xfer abort tasks cannot | Jacob Meuser |
2010-10-23 | fix the two extremely retarded bugs that prevented the RT30XX | Damien Bergamini |
2010-10-23 | Unbreak SMALL_KERNEL. Reported by Mikolaj Kucharski, thanks! | Paul Irofti |
2010-10-22 | Attach the two run(4) usb ids that krw@ added to usbdevs. | Damien Bergamini |
2010-10-20 | Disestablish interrupts if attachment fails. | Michael Knudsen |