summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2016-01-29use hid_desc fields since we have them, instead of manual offsetsJoshua Stein
2016-01-29Move the AUDIO_GETDEV ioctl in its own routine.Alexandre Ratchov
2016-01-28Older Xen dom0's don't implement setting version of Grant Table entriesMike Belopuhov
2016-01-27Tighten up next reference calculation, printing fixesMike Belopuhov
2016-01-27Reimplement Grant Table metadata linking and enable dynamic allocationMike Belopuhov
2016-01-27xen_bus_dma_init turned out to be unnecessaryMike Belopuhov
2016-01-27shorten a few long linesMike Belopuhov
2016-01-27Add a key-value interface to pvbus(4) that allows to get or set valuesReyk Floeter
2016-01-26Convert membar_* operations to bus_dmamap_sync callsMike Belopuhov
2016-01-26Rewrite tx path to use flat transmit ring without fragment chainsMike Belopuhov
2016-01-26Rename _{req,rsp}_evt descriptor structure members to _{prod,cons}_eventMike Belopuhov
2016-01-26No need to take a grant table entry mutex in xen_grant_table_{enter,remove}Mike Belopuhov
2016-01-26Add a grant table reference invalidation spin out checkMike Belopuhov
2016-01-26Implement a rather conservative bus_dmamap_sync APIMike Belopuhov
2016-01-26Make sure to use locked atomic operations even on the SP kernelMike Belopuhov
2016-01-26Improve the previous fix: call vmxnet3_load_mbuf, bpf_mtap, and flipReyk Floeter
2016-01-26prettify a NULL test in vr_start.David Gwynne
2016-01-26dont leak mbufs on encap failure.David Gwynne
2016-01-25Don't count the total number of Xen upcallsMike Belopuhov
2016-01-25Keep track of HT protection settings in beacons and have 11n-capableStefan Sperling
2016-01-25Revert the minimum number of Rx ring slots back to 32Mike Belopuhov
2016-01-25In vmxnet3_start(), do not send the mbuf to bpf after passing it toReyk Floeter
2016-01-25Replace magic numbers.Masao Uebayashi
2016-01-23Fix some uses of sizeof where the size of a struct was intended, notJonathan Gray
2016-01-22Zero the local structs holding crs information before parsing _CRS.Jonathan Gray
2016-01-22Setup interface features based on capabilities provided by the backendMike Belopuhov
2016-01-22Set minimum number of slots on the receive ring to 18Mike Belopuhov
2016-01-22To facilitate reading make sure to use a GTF_invalid flag by nameMike Belopuhov
2016-01-22Convert membar_* calls into virtio_membar_sync where it mattersMike Belopuhov
2016-01-22If usb_fill_udf_task() failed to fill the struct, udf_data stillAlexander Bluhm
2016-01-22remove a surplus splbioJonathan Gray
2016-01-20make AUDIO_GETDEV ioctl return the device name (ex "azalia0") ratherAlexandre Ratchov
2016-01-20Set segflg member of uio struct with symbolic enum valueStefan Kempf
2016-01-20Don't bump output errors when when tx ring is fullMike Belopuhov
2016-01-20Set byte order the default encoding in the attach method toAlexandre Ratchov
2016-01-20remove an unused ifp variableJonathan Gray
2016-01-20add hidmt, a HID-layer driver for multitouch touchpads that conformJoshua Stein
2016-01-20add the ability to set and get reportsJoshua Stein
2016-01-20add hid_get_udataJoshua Stein
2016-01-19Mask interrupts on boot, masking/unmasking is handled by stop/initMike Belopuhov
2016-01-19Fix a few issues in the xnf transmit pathMike Belopuhov
2016-01-19Cast evtchn_mask to a char pointer for an isset operationMike Belopuhov
2016-01-18Log unhandled interruptsMike Belopuhov
2016-01-18Provide a Xen v3 API compatible fallback for event channel hypercallsMike Belopuhov
2016-01-18Fixup a hang while performing a read operation on XenStoreMike Belopuhov
2016-01-17fix an off-by-one that could result in read operations not readingJoshua Stein
2016-01-17dwiic_i2c_{read,write} -> dwiic_{read,write}Joshua Stein
2016-01-17Take acpi_foundhid() outside of #ifndef SMALL_KERNEL so the ramdiskJonathan Gray
2016-01-17remove an unused global variableJonathan Gray
2016-01-15In dwiic_acpi_foundhid() treat _STA missing as if all the bitsJonathan Gray