summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2016-06-10add WSDISPLAY_TYPE_PLATINUM, for platinumfbmacallan
2016-06-10Add callout_stop while clearing stall. From t-hash.skrll
2016-06-10Avoid storing a pointer of an interface in a mbufozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-06-08Revert previous (rev. 1.98). It breaks at least one user's card.pgoyette
2016-06-07Create separate modules for i2c_bitbang and bpf_filter so these filespgoyette
2016-06-05Use MUSB2_REG_RXNAKLIMIT instead of MUSB2_REG_TXNAKLIMIT in the recieve path.jakllsch
2016-06-05use correct comparison of serial numbersmlelstv
2016-06-05Don't resume throttled CCBs when connection is terminating, except formlelstv
2016-06-05Handle freeing of PDU when referencing CCB is freed.mlelstv
2016-06-05More debug output. Dump pending CCBs when cleaning up.mlelstv
2016-06-05more debug outputmlelstv
2016-06-05PR/51202: XHCI driver sends stale TRBs from a pipe previously openedskrll
2016-06-05acquire session lock when changing throttling queuemlelstv
2016-06-05PR/51202: XHCI driver sends stale TRBs from a pipe previously openedskrll
2016-06-05wrong assertion.mlelstv
2016-06-05Need session mutex to read serial number.mlelstv
2016-06-05initialize before check.mlelstv
2016-06-05appease compilermlelstv
2016-06-05Update some comments. Some from t-hash with updates from me.skrll
2016-06-05More debugskrll
2016-06-05Replace num of TRBs with xr->xr_ntrb. From t-hash.skrll
2016-06-05From t-hashskrll
2016-06-05Wrap long lines and other whitespace. From t-hash.skrll
2016-06-05Reduce the scope of some variable. From t-hashskrll
2016-06-05From t-hashskrll
2016-06-05Add missing mutex_exit().mlelstv
2016-06-05ensure that timeout counter is cleared when ccb is (re-)used.mlelstv
2016-06-05Whitespace, braces.mlelstv
2016-06-05Replace the simple tag counter with the command tag coming down from scsipi.mlelstv
2016-06-05No need to acquire KERNEL_LOCK when entering network code.mlelstv
2016-06-05Keep 1 CCB free for private use. This avoids frequent recovery in scsipi whenmlelstv
2016-06-05Make PDU init routines record serial number in CCB too.mlelstv
2016-06-05Fix locking for pdu flags here, in particular PDUF_INQUEUE.mlelstv
2016-06-05Handle ExpCmdSN and MaxCmdSN updates as specified. Don't comparemlelstv
2016-06-05Fix serial number check and account for commands in flight to avoidmlelstv
2016-06-05Tear down sysctls only after detaching children. This lets you enablemlelstv
2016-06-05ignore invalid ITTmlelstv
2016-06-05Whitespacemlelstv
2016-06-05When stopping a callout, wait until the cleanup thread has processed them.mlelstv
2016-06-05More debugging output, changed debug levels for some.mlelstv
2016-06-04nvmectl(8): Added NVM Express control utility.nonaka
2016-06-04Add NVMe command passthrough support.nonaka
2016-06-03PR kern/51211: atactl atabus0 reset causes a panic on Tegra K1jmcneill
2016-06-03use sernum handling functionmlelstv
2016-06-03fix debug messagemlelstv
2016-06-02provide a default attributemacallan
2016-06-01Add 3Com 3CRWE777A to supported devices. From PR kern/39590pgoyette
2016-06-01Regenpgoyette
2016-06-01Ooopppsss - add it with the correct product ID.pgoyette