Age | Commit message (Expand) | Author |
2010-09-24 | remove useless store | David Gwynne |
2010-09-24 | no use setting cmd in mfi_ioctl_setstate if you never use it. | David Gwynne |
2010-09-24 | vol_list in mpi_get_raid is never used. | David Gwynne |
2010-09-24 | tsleep on a static and private handle, since our goal is to not be | Theo de Raadt |
2010-09-23 | The only sensible argument for VOP_* calls that take a struct proc pointer is | Owain Ainsworth |
2010-09-23 | remove dying flag in the detach() function. | Yojiro Uo |
2010-09-23 | rename uyurex(4) to utwitch(4) | Yojiro Uo |
2010-09-23 | Introduce a DKF_NOLABELREAD flag, which is used by a device to prevent | Joel Sing |
2010-09-23 | translate WRITE SAME 16 into DSM TRIM. | David Gwynne |
2010-09-23 | commands and bits for data set management. | David Gwynne |
2010-09-23 | returning here can cause the usb task thread to go to sleep forever, | Jacob Meuser |
2010-09-23 | add two members to struct usb_task | Jacob Meuser |
2010-09-23 | add a 'dying' flag to struct usbd_bus. use this to signify the bus | Jacob Meuser |
2010-09-23 | instead of waiting the full power-up-to-power-steady time for root | Jacob Meuser |
2010-09-23 | instead of running usb_explore() from individual kthreads for each | Jacob Meuser |
2010-09-23 | rename usb_discover to usb_explore for consistency. | Jacob Meuser |
2010-09-22 | use audio(4)'s quiesce/resume for data i/o, and ac97_resume() for mixer | Jacob Meuser |
2010-09-22 | autoconf activate, suspend/resume support | Jacob Meuser |
2010-09-22 | as dying flag didn't set in aue_detach(), set it. | Yojiro Uo |
2010-09-22 | Revert previous and let drivers register counterless interrupts; | Miod Vallat |
2010-09-22 | Call bus_dmamap_sync() of a dma descriptor before checking the ownership | Claudio Jeker |
2010-09-22 | Add DIOCGPDINFO to drivers that were lacking it. Where there | Kenneth R Westerback |
2010-09-22 | Call config_deactivate() on SCSI links in vscsiclose(). | Matthew Dempsky |
2010-09-22 | when vscsi is closed request a detach of its children devices from | David Gwynne |
2010-09-22 | remove unused offset argument to rbus functions | Jonathan Gray |
2010-09-22 | All users of physio(9) now pass NULL as the buf pointer argument, so | Matthew Dempsky |
2010-09-22 | remove a leftover debug printf | Jonathan Gray |
2010-09-21 | In i915_gem_idle, don't fail if we have a wedged chipset (this only | Owain Ainsworth |
2010-09-21 | Use RING_WAIT state for the ringbuffer and the instdone debug register | Owain Ainsworth |
2010-09-21 | On gen3 hardware always unconditionally set the C3_LP_WRITE_ENABLE bit | Owain Ainsworth |
2010-09-21 | Enable error interrupts on ironlake, as we do on all other chips. | Owain Ainsworth |
2010-09-21 | Fix a couple of typos and remove some if 0ed code that is not coming back. | Owain Ainsworth |
2010-09-21 | reorder the busy ioctl order of operations to be nicer and a little more | Owain Ainsworth |
2010-09-21 | When we reset the chip, no need to clear the active list, the | Owain Ainsworth |
2010-09-21 | Fix up an unlock that was left over when I changed the locking | Owain Ainsworth |
2010-09-21 | much better suspend/resume support | Jacob Meuser |
2010-09-21 | change quiescing to not call the audio_hw_if halt method in interrupt | Jacob Meuser |
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 |