summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-02-07The return code of crp_callback is never checked, so it is notAlexander Bluhm
2017-02-07Make the 'incomplete header' message debug onlyMike Belopuhov
2017-02-07Release the NET_LOCK() before entering per-driver ioctl() routine.Martin Pieuchot
2017-02-07pull struct mfi_evtarg_pd_state out of struct mfi_evt_detail.David Gwynne
2017-02-07move the mbuf pools to m_pool_init and a single global memory limitDavid Gwynne
2017-02-07Test for NULL before dereferencing a pointer not after.Jonathan Gray
2017-02-07handle physical disk state changes.David Gwynne
2017-02-07i got the MFII_TASK_MGMT flags round the wrong way.David Gwynne
2017-02-07support hotplug of physical disks.David Gwynne
2017-02-07add the framework around asynchronous event notifications.David Gwynne
2017-02-07provide support for submitting async dcmd frames.David Gwynne
2017-02-07whitespace fixes. no functional change.David Gwynne
2017-02-06Add proper locking for the interrupt source listMike Belopuhov
2017-02-06XST_POLL turned out to be pretty useless since it's only set when coldMike Belopuhov
2017-02-06Fixup a few errors, make detaching more robustMike Belopuhov
2017-02-06Use separate compile time debug flags for xen, xnf and xbfMike Belopuhov
2017-02-06implement scsi command timeouts.David Gwynne
2017-02-06megaraid sas fusion chips have their own command for aborting tasksDavid Gwynne
2017-02-04Prefer <sys/endian.h> to <machine/endian.h>Philip Guenther
2017-02-04Prefer <sys/endian.h> to <machine/endian.h>Philip Guenther
2017-02-04Prevent netlock related deadlock with the X server during iwm(4) scans.Paul Irofti
2017-02-03yasuoka@ reported that a "guest shutdown" resulted in a reboot insteadJonathan Gray
2017-02-02Remove dead assignments and now unused variables.Charles Longeau
2017-02-02copy the mbox into the dcmd struct, not the pointer to the mbox.David Gwynne
2017-02-01Fix format strings in cy(4), allows to compile with CY_DEBUG.Alexander Bluhm
2017-02-01Add AMRR support to rtwn(4). Based on code from FreeBSD.Stefan Sperling
2017-02-01In athn(4), if multi-rate retry is disabled due to RTS being used, then doStefan Sperling
2017-01-31Configure rtwn's ACMHWCTRL register correctly. Bits in this registerStefan Sperling
2017-01-31Fix links to USB audio specs.Jeremie Courreges-Anglas
2017-01-31Issue a pause instruction in the busy-wait loop on SP kernels as wellMike Belopuhov
2017-01-31Update the struct iwm_scan_results_notif to FW Api version 3, and removeStefan Sperling
2017-01-31Clean up code in rtwn(4)/urtwn(4) which handles EDCA parameters:Stefan Sperling
2017-01-30Make urtwn(4) run slot time updates from a USB task.Stefan Sperling
2017-01-30Make rtwn(4) and urtwn(4) tell the hardware about short preamble andStefan Sperling
2017-01-30Fix size passed to free(9)Jeremie Courreges-Anglas
2017-01-30Stop athn(4) 11n hostap from applying HT protection to non-11n clients.Stefan Sperling
2017-01-30Prevent athn(4) from using RTS for non-data frames.Stefan Sperling
2017-01-29In dwctwo(4), fix an off-by-one in frame interval calculation.Stefan Sperling
2017-01-29The iwm_get_active_dwell() and iwm_get_passive_dwell() functions areStefan Sperling
2017-01-29Remove a couple of definitions from if_iwmreg.h which were neverStefan Sperling
2017-01-29In iwm(4), remove old deprecated scan API definitions which have beenStefan Sperling
2017-01-26Fix rtwn(4) IQ calibration code (affects PCI devices only).Stefan Sperling
2017-01-26The only difference between armv7 and arm64 fdt virtio attachments is anJonathan Gray
2017-01-25Move psci(4) and plrtc(4) so arm64 can use them.Jonathan Gray
2017-01-24add support for multiple transmit ifqueues per network interface.David Gwynne
2017-01-24Use header <sys/atomic.h> rather than <machine/atomic.h> in MI code.Visa Hankala
2017-01-23Add bcmdog(4), a watchdog timer for the Raspberry Pi.Mark Kettenis
2017-01-23rework how we address physical disks on the second scsibus.David Gwynne
2017-01-23Only allow change-setting ioctls when FWRITE is set on the descriptor.Theo de Raadt
2017-01-23store the full 64bits of the sense bufers dva.David Gwynne