summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2015-07-28add missing space, from Donovan Watteau <tsoomi at gmail.com>Alexandre Ratchov
2015-07-28In case the system misses enough audio interrupts for DMAAlexandre Ratchov
2015-07-28Add the AUDIO_GETPOS ioctl() to fetch a snapshot of the 4 countersAlexandre Ratchov
2015-07-28Tweak a couple of [SLIST|TAILQ]_REMOVE() usages in loops to a moreKenneth R Westerback
2015-07-28Add callbacks for supported hypervisors in pvbus(4) to print moreReyk Floeter
2015-07-27zap trailing linefeeds from sr_error() and panic() callsAlexander Hall
2015-07-26When attaching on an alpha system, get the current textmode resolution byMiod Vallat
2015-07-26Make pcic_ident_ok() completely silent in case of failure.Miod Vallat
2015-07-24Switch back into counting bytes rather than blocks. We can't justAlexandre Ratchov
2015-07-24if we free the mbuf in the rx path, clear the pointer to it so we dontDavid Gwynne
2015-07-23Add the bhyve id to recognize if we're running under this hypervisor.Reyk Floeter
2015-07-22Represent the current stream position in blocks rather than bytesAlexandre Ratchov
2015-07-21Switch pvbus(4) to fully dynamic autoconf - drivers don't have to beReyk Floeter
2015-07-21iRespect the access size when reading or writing to pci config space.Mark Kettenis
2015-07-21Move vmt.c to sys/dev/pv/vmt.c. The history is lost but can be foundReyk Floeter
2015-07-21Add pvbus(4), a pseudo-bus to attach non-PCI paravirtual devices and buses.Reyk Floeter
2015-07-21A few more daddr_t fixes. Rename 'phys_off' variables to 'offset'Kenneth R Westerback
2015-07-20fix spacingMike Larkin
2015-07-20Add a quirk for Cirrus Logic PD6729, for earlier silicon versions of thisMiod Vallat