Age | Commit message (Expand) | Author |
2010-09-29 | The attach function can return 1 now because there is no more priority | Theo de Raadt |
2010-09-29 | Radeon HD4200 Mobility; from brynet. Some flags tweaks from me. | Owain Ainsworth |
2010-09-29 | sync | Owain Ainsworth |
2010-09-29 | Radeon HD4200 Mobility from Brynet | Owain Ainsworth |
2010-09-29 | back out support for variable sized processing unit controls until | Jacob Meuser |
2010-09-28 | do not assume PR_NOWAIT is 0; it is not anymore | Theo de Raadt |
2010-09-27 | A few M_ZEROs without any M_WAITOK/M_NOWAITs. | Thordur I. Bjornsson |
2010-09-27 | Make sure the SEND_DEV_ID command is sent synchronously, so the response buffer | Miod Vallat |
2010-09-27 | tedu's shiny new pool_get kassert found an instance of PR_NOWAIT or | Marco Peereboom |
2010-09-26 | support variable sized (bControlSize != 2) processing unit bmControls, | Jacob Meuser |
2010-09-26 | Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@. | Miod Vallat |
2010-09-25 | ppb(4) should respect pci_dopm, like pci(4) does, and not try to poweroff | Mike Larkin |
2010-09-25 | when vscsi is closed, deactivate all child devices so when we kill the | David Gwynne |
2010-09-24 | - missing semicolon from r@undefined.ch | Jasper Lievisse Adriaanse |
2010-09-24 | remove dying flag in detach() function. | Yojiro Uo |
2010-09-24 | try to print the attach dmesg line in one unit, rather than intermixing | Theo de Raadt |
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 |