Age | Commit message (Expand) | Author |
2010-09-21 | The size of sc_status[] (the buffer for USB hub's interrupt pipe) will be | sasano |
2010-09-21 | regen | Jonathan Gray |
2010-09-21 | Add some devices from submitted dmesgs and correct some devices | Jonathan Gray |
2010-09-21 | Better PHY probing adapted from FreeBSD by Laurent Ghigonis | Jonathan Gray |
2010-09-21 | tweak the sas io unit to use 32 openings when talking to sata disks if the | David Gwynne |
2010-09-21 | Stefan Rinkes pointed that the disabled aac(4) driver does not compile | Kenneth R Westerback |
2010-09-21 | Avoid double unlocking the DRM lock in drmclose(). Caught by the | Matthew Dempsky |
2010-09-21 | Add device_unref() calls as appropriate to vscsi(4) to fix reference | Matthew Dempsky |
2010-09-21 | Get rid of physio(9) in wdc(4)'s ioctl(2) handler. Based on similar | Matthew Dempsky |
2010-09-21 | audio(4) and ac97(4) style suspend/resume | Jacob Meuser |
2010-09-21 | umass is set up to only handle one command on the bus at any point | David Gwynne |
2010-09-21 | use audio(4)'s DVACT_{QUIESCE,RESUME} and ac97(4)'s ac97_resume() for | Jacob Meuser |
2010-09-21 | * add autoconf(9) activate function. basically the same as other ac97(4) | Jacob Meuser |
2010-09-21 | * use audio(4)'s DVACT_{QUIESCE,RESUME} to handle I/O stopping/restarting | Jacob Meuser |
2010-09-21 | Add support for newer asus boards that use a different method to poll | Claudio Jeker |
2010-09-21 | mclgeti() support for xl(4). All done by Loganaden Velvindron. | Claudio Jeker |
2010-09-21 | When attaching a unknown SFP+ module on the 82598 controller recompute the | Claudio Jeker |
2010-09-20 | Fix a variety of structure packing and byte order bugs to try to get | Theo de Raadt |
2010-09-20 | Stop doing shutdown hooks in network drivers where possible. We already | Theo de Raadt |
2010-09-20 | If during resume we get an interrupt, sure, be a bit noisy about it | Theo de Raadt |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-09-20 | Use SSD_ERRCODE_CURRENT instead of magic 0x70. | Kenneth R Westerback |
2010-09-20 | define and use macros for looking at ncq bits. | David Gwynne |
2010-09-20 | bus_dmamap_sync was using xs->flags to determine which direction | David Gwynne |
2010-09-20 | Fix unitialised variable access in the suspend/resume case | Jonathan Gray |
2010-09-20 | DVACT_ACTIVATE and DVACT_DEACTIVATE do nothing here; remove | Theo de Raadt |
2010-09-20 | After the gcc4 switch the stack protector triggers in atw | Jonathan Gray |
2010-09-19 | move the ncq depth calculation into atascsi_probe where it belongs. by | David Gwynne |
2010-09-19 | acpi sub-drivers may not use sensordev_install(); all acpi/acpiec/dsdt | Theo de Raadt |
2010-09-19 | add support for 82583V. Confirmed to work on Portwell CAD-0205. | YASUOKA Masahiko |
2010-09-19 | check the cdb length on the scsi commands we emulate in atascsi as a way to | David Gwynne |
2010-09-19 | Check the right mask for additional functions in phy code for 82575 | Jonathan Gray |
2010-09-19 | wrap a long line | Theo de Raadt |
2010-09-19 | Move setting of reception of broadcast packets from lii_init() into | Stuart Henderson |
2010-09-17 | use audio(4) DVACT_{QUIESCE,RESUME} | Jacob Meuser |
2010-09-15 | - prevent about then dots from being emitted by my rum(4) upon attach. | Jasper Lievisse Adriaanse |
2010-09-14 | allow devices on fc and sas adapters to use all the openings the chip can | David Gwynne |
2010-09-13 | if a busy sas device is unplugged, the pending io on that device will | David Gwynne |
2010-09-13 | dont reuse the event notifications ccbs id for the acknowledgement. | David Gwynne |
2010-09-13 | im not convinced we only have one outstanding event to ack at a time. this | David Gwynne |
2010-09-13 | sas io unit page 0 and 1 | David Gwynne |
2010-09-12 | anonymous unions aren't standard C and don't work with gcc2. name the | Jacob Meuser |
2010-09-12 | Add some missing bus_dmamap_sync(). Fix a small whitespace problem while | Mark Kettenis |
2010-09-12 | silly me. use the switch() variable, not the case value. | Jacob Meuser |
2010-09-12 | use audio(4) DVACT_{QUIESCE,RESUME} | Jacob Meuser |
2010-09-12 | autoconf activate suspend/resume for emu(4). uses audio(4) | Jacob Meuser |
2010-09-12 | autoconf activate suspend/resume for cmpci(4). uses audio(4) | Jacob Meuser |
2010-09-12 | use audio(4) DVACT_{QUIESCE,RESUME} | Jacob Meuser |
2010-09-12 | use audio(4) DVACT_{QUIESCE,RESUME} | Jacob Meuser |
2010-09-12 | autoconf activate suspend/resume for auvia(4). uses new audio(4) | Jacob Meuser |