summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-06-29Add some missing UHCI and EHCI register restores on resume. Fixes at leastMike Larkin
2010-06-29Add support for mapping ACPI to PCI devicesJordan Hargrave
2010-06-29More workarounds adapted from FreeBSD to make the 82577/82578 happy,Jonathan Gray
2010-06-29Add code to make ahci(4) suspend/resume properly. Probably not perfect yet,Mark Kettenis
2010-06-29Call bufq_quiesce() on suspend to stop all I/O and bufq_restart on resume.Mark Kettenis
2010-06-29move a little code around, eventually it will be betterTed Unangst
2010-06-29fix a logic error found by lintJonathan Gray
2010-06-29Interface drivers should use DV_IFNET, not DV_DULL.Matthew Dempsky
2010-06-2960 is a more reasonable guess for number of minutes in an hour than 100.Ted Unangst
2010-06-28Initial 82578 support from Mike Belopuhov.Jonathan Gray
2010-06-28Use an SLIST instead of a TAILQ for the ccb free list. Order doesn'tMichael Knudsen
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-06-28fix typo; from BradChristian Weisgerber
2010-06-28Add initial support for RTL8168E, brokenness reported by Joe Gidi.Stuart Henderson
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-06-28Move disk_attach() to the end of the attach functions, at which point theJoel Sing
2010-06-28KNFJordan Hargrave
2010-06-28Add definitions for Intel/AMD IOMMU ACPI tablesJordan Hargrave
2010-06-28add back the initialisation of a loop condition thatJonathan Gray
2010-06-28implement iopools in osiop to get rid of another use of XS_NO_CCB.David Gwynne
2010-06-28Use a more moderate fifo trigger level (4) for moderately quickChris Kuethe
2010-06-27don't probe "volume knobs" on resume. probably not needed andJacob Meuser
2010-06-27vscsi(4) doesn't use vscsi_ioc_t2i's senselen field anymore, soMatthew Dempsky
2010-06-27Change ACPI namespace to use SIMPLEQ macrosJordan Hargrave
2010-06-27More PCH/82577 bits from FreeBSD, this does not includeJonathan Gray
2010-06-27Add _acpi_matchhids routine, precursor to pci device matchJordan Hargrave
2010-06-27check if the jacks that will mute the speaker can generate unsolicitedJacob Meuser
2010-06-27Clear ACPI fixed event status on resume (power buttons/etc) so that someMike Larkin
2010-06-27Add support for 800x480. Tested on Lilliput UM-70, MIMO UM-710 and UM-740.Mats O Jansson
2010-06-27Cleanup aml_find_node callsJordan Hargrave
2010-06-27regenMike Larkin
2010-06-27Remove redundant 'Intel' from Clarkdale and Arrandale video names.Mike Larkin
2010-06-27Cleaned up acpi_maptable, adds to table list directlyJordan Hargrave
2010-06-27"Believe it or not," nothing uses scsi_xfer's req_sense_length fieldMatthew Dempsky
2010-06-27mpii was modelled very heavily on mpi which means that it inherited a splitDavid Gwynne
2010-06-27Add another one. -mojMats O Jansson
2010-06-27GPIO quirk for IDT 92HD71B7 in HP laptops (such as HP HDX 18)Jacob Meuser
2010-06-27Regen. -mojMats O Jansson
2010-06-27Another DisplayLink device. -mojMats O Jansson
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-06-26Grow COM_IBUFSIZE from 1024 to 8192 to be enough size for recentYASUOKA Masahiko
2010-06-26If you put CISS_LOCK()/CISS_UNLOCK() around a switch statement, youKenneth R Westerback
2010-06-26make sure widgets are connected to usable widgets by default.Jacob Meuser
2010-06-26PCH needs its own Low Power Link Up code as it it is configuredJonathan Gray
2010-06-26xs->cmd[n] doesn't mean the n'th byte, because xs->cmd is a structKenneth R Westerback
2010-06-26add HUAWEI E182 (aka Emobile D31HW)Yojiro Uo
2010-06-26regenYojiro Uo
2010-06-26add new umsm device (HUAWEI E182 / aka Emobile D31HW)Yojiro Uo
2010-06-24- remove ISAPNP_FREE and ISAPNP_MALLOC macro's and just use them inline.Jasper Lievisse Adriaanse
2010-06-23regenDavid Gwynne