summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-05-07Add support for Apple silicon NVME. Ported from OpenBSD.skrll
2022-05-07Fix typos.msaitoh
2022-05-07s/contrller/controller/ in comment.msaitoh
2022-05-05Whitespace.msaitoh
2022-05-05Add some code for the SKINNY variant to make Dell PERC H310 work.msaitoh
2022-05-04Regenmartin
2022-05-04Rename one of the XEONSC_RAS entries slightly to avoid conflictsmartin
2022-05-04fix various typos in comments and log messages.andvar
2022-05-04s/entires/entries/andvar
2022-05-04regennia
2022-05-04More Xeon Scalable / Skylake-E devicesnia
2022-05-04White space KNF nits.simonb
2022-05-03fix various typos, mainly s/trasfering/transferring/ and s/theese/these/.andvar
2022-05-03if_wm.c: various spelling and grammar fixesgutteridge
2022-05-01attach the other pciid for intel 100 series KT serial.mrg
2022-04-28be lazy about clearing the cursor - in most cases we're about to overwrite itmacallan
2022-04-27I have been using this for a while and forgot to commit it. This addbrad
2022-04-27After testing with a couple of more samples of the SHT3x sensor chipbrad
2022-04-27Regen.msaitoh
2022-04-27Update some AMD devices:msaitoh
2022-04-25Add missing num_{tx,rx}_desc sysctl to sync with ixgbe.c.msaitoh
2022-04-25Add missing num_tx_desc sysctl.msaitoh
2022-04-25Limit {tx,rx}_process_limit sysctl values from 1 to num_{tx,rx}_desc.msaitoh
2022-04-25Use cached rx_copy_len in ixgbe_rxeof().msaitoh
2022-04-25Modify comment for consistency. No functional change.msaitoh
2022-04-25Update firmware for Intel Centrino Advanced-N 6205 WiFi cardsgutteridge
2022-04-24virtio: cosmetics - use (*pfn)(...) syntax.uwe
2022-04-24Add missing argument to debug printf.hannken
2022-04-24Trailing whitespaceskrll
2022-04-23Need vnode locked fot VOP_FDISCARD().hannken
2022-04-23audio(4): Fix a typo in comment. Remove several old comments.isaki
2022-04-23audio(4): Clean up about audio_realloc().isaki
2022-04-23audio(4): Remove no longer used counters.isaki
2022-04-23audio(4): Restore(implement) AUDIO_GETIOFFS ioctl.isaki
2022-04-23audio(4): Fix an (unintended) minor behavior on AUDIO_FLUSH.isaki
2022-04-22Regenskrll
2022-04-22Add some Broadcom devices. From OpenBSD.skrll
2022-04-21s/substract/subtract/ in comments and error message.andvar
2022-04-21#if 0 now unused audio_track_is_record() to appease clangmacallan
2022-04-20vio9p: avoid null pointer dereference on attach.uwe
2022-04-20audio(4): Rework AUDIO_GETOOFFS.isaki
2022-04-20audio(4): Make recording buffer more robust.isaki
2022-04-20audio(4): Make debug messages better in audio_ioctl() and mixier_ioctl().isaki
2022-04-19audio(4): Wait for opens to drain in detach.riastradh
2022-04-19umcs(4): Avoid using uninitialized data if register read fails.riastradh
2022-04-18Do not attach if the parent bus failed to provide an ISA chipset tag.jmcneill
2022-04-17fix various typos in comments.andvar
2022-04-17umb(4): Use memcpy, not potentially unaligned/aliased casts.riastradh
2022-04-17umb(4): Validate descriptor lengths.riastradh
2022-04-17uvideo(4): Parse descriptors more robustly.riastradh