summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-08-25trivial size argument for free()Theo de Raadt
2015-08-25obvious sizes for free()Theo de Raadt
2015-08-25sizes for simple free() callsTheo de Raadt
2015-08-24Audio on the T400/T410/T510/T420/T520/X220/X220t docks needs a quirkJonathan Gray
2015-08-24Add some additional urtwn ids found in the linux rtl8192cu driver.Jonathan Gray
2015-08-24regenJonathan Gray
2015-08-24Add some additional urtwn ids found in the linux rtl8192cu driver.Jonathan Gray
2015-08-23Make Atom S1200 UART work; Atanas Vladimirov has one.Theo de Raadt
2015-08-23fairly trivial sizes for free()Theo de Raadt
2015-08-22Make urtwn(4) attach to Netgear WNA1000Mv2. From Mark Willson.Stefan Sperling
2015-08-22regenStefan Sperling
2015-08-22Add device ID for Netgear WNA1000Mv2. From Mark Willson via misc@Stefan Sperling
2015-08-21Run the part of the interrupt handler that does rx completion without holdingMark Kettenis
2015-08-21enable beep and CD controls on ALC292Jonathan Gray
2015-08-20Respect the access size when reading or writing to pci config space.Mark Kettenis
2015-08-20Enable audio on Thinkpad docks. Help from jsg@ for the *40 / *50 seriesMike Larkin
2015-08-20remove unused vesafb code, had been commented out and not compiled in forMike Larkin
2015-08-19Stop passing around constants for metadata size and location. JustKenneth R Westerback
2015-08-18Add missing trailing to error message:Stefan Sperling
2015-08-17The 80's called and want their interface back. Remove last fragments ofKenneth R Westerback
2015-08-15Do not perform timeout maintainance on sc->poll_timeout if it has not beenMiod Vallat
2015-08-15do the global tx free accounting in myx_start with a single atomic opDavid Gwynne
2015-08-15rework the tx path to use a ring to keep track of dmamaps/mbufs.David Gwynne
2015-08-14move to a per rx ring timeout for refilling empty rings.David Gwynne
2015-08-14rework how we track the packets on the rx rings.David Gwynne
2015-08-12Remove last two 'uses' of d_subtype in tree. No point in settingKenneth R Westerback
2015-08-12Merge two return branches in vmt_tclo_tick(). No functional changes.Masao Uebayashi
2015-08-12removes two mem leaks in ti (in error path).Sebastien Marie
2015-08-12update author information of the copyright section.Yojiro Uo
2015-08-12Use a linker script when building i386 kernels to allow section padding onMike Larkin
2015-08-12Check proper HPET period value during attach.Mike Larkin
2015-08-11Don't inline long functions as this tends to increase object sizeAlexandre Ratchov
2015-08-11fix regressions introduced in my previous commmit, resulting inJoerg Jung
2015-08-05Fix i217 PHY initializationStefan Fritsch
2015-08-04Skip C2 and C3 states from the FADT if the cpu doesn't have ARAT.Philip Guenther
2015-08-04do not save & restore a capability register, it is RO.Theo de Raadt
2015-08-04add Realtek ALC1150, from Alexandre H. ok deraadtTed Unangst
2015-08-04regenTed Unangst
2015-08-04add C610 HD Audio, from Alexandre H. ok deraadtTed Unangst
2015-08-04If we are setting ACPI_PM1_BM_RLD do it only once, and remember toTheo de Raadt
2015-08-04Fix clct(4) audio driver which was stuttering to the point of being useless.Stefan Sperling
2015-08-04Provide the fallback C1-via-halt even when _CST can't be evaluated.Philip Guenther
2015-08-04Fix a handful of incorrect register offsets in acpihpet.Mike Larkin
2015-08-03Remove a debug printf that should have been removed years ago. ok ratchovStefan Sperling
2015-07-29Fix spacing and be more verbose in printfs under #ifdef AUDIO_DEBUG.Alexandre Ratchov
2015-07-29Use DMA pointer determine the number of times the audio(4) layer hasAlexandre Ratchov
2015-07-29Something subtle in previous revision is locking up suspend or bootingTheo de Raadt
2015-07-29Determine and print Xen hypervisor version.Mike Belopuhov
2015-07-29Zap a SLIST in a more obviously correct/safe way.Kenneth R Westerback
2015-07-29Rework buffer position reporting code.Alexandre Ratchov