summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2015-07-20Try to assign a secondary bus number if the BIOS left the CardBus bridgeMark Kettenis
2015-07-20Tweak previous; the Synaptics TrackPoint in my ThinkPad T500 works again.Kent R. Spillner
2015-07-19Make iwm(4) show command codes of unhandled firmware replies. Should makeStefan Sperling
2015-07-19Remove unneeded #include <disklabel.h>.Kenneth R Westerback
2015-07-19Stop passing daddr_t parameters for lengths. Use long since that's the typeKenneth R Westerback
2015-07-19Change some obviously incorrect usages of daddr_t (a DEV_BSIZEKenneth R Westerback
2015-07-19Oops. Missed a file from offset commit.Kenneth R Westerback
2015-07-19Stop adding and subtracting data offset. Just keep to chunk relativeKenneth R Westerback
2015-07-19Stop adding and subtracting data offset. Just keep to chunk relativeKenneth R Westerback
2015-07-19Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK()Kenneth R Westerback
2015-07-19Don't emit values for 'width' thatKenneth R Westerback
2015-07-19use standardized register defintion in mii.h rather than specificYojiro Uo
2015-07-19regenYojiro Uo
2015-07-19add RTL8211Yojiro Uo
2015-07-19use standardized register definition in mii.h rather than eachYojiro Uo
2015-07-19revert privious commitYojiro Uo
2015-07-19simplify a triple-deep ternary operation.Brent Cook
2015-07-19according to MII specification, these seems to be bug.Yojiro Uo
2015-07-18fix typo.Yojiro Uo
2015-07-18add following registers from IEEE 802.3-2009 Clause 22.Yojiro Uo
2015-07-18virtio_pci: Do the ISR read without kernel lockStefan Fritsch
2015-07-18If _CST provides a C2 or C3 but lacks a C1 that we understand, provide aPhilip Guenther
2015-07-18Shuffle include file ordering in preparation for future changes in vgavar.h,Miod Vallat
2015-07-18KNF fixesStefan Fritsch
2015-07-17add missing braces to only call selrecord when intended toJonathan Gray
2015-07-17fix commentsMike Larkin