summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2021-08-21fix some more typos in comments/log messages, improve wording as well.andvar
2021-08-20fix various typos in comments and log messages.andvar
2021-08-19add plural for packets and move it to new line to keep 80 symbols per line.andvar
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-13fix typos in words "pointer" and s/fram /frame/andvar
2021-08-10Clear IFF_OACTIVE in genet_txintr (bug introduced in r1.8) and don'tjmcneill
2021-08-09s/alway /always/andvar
2021-08-09fix various typos in compatibility, mainly in comments.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-06conditionally put back the include of <uvm/uvm_page.h>tnn
2021-08-05ssdfb: revert rev 1.14tnn
2021-08-05ssdfb: support the SSD1353 controller and the DEP 160128A(1)-RGB displaytnn
2021-08-05ssdfb: prepare for supporting rgb color displaystnn
2021-08-05ssdfb: make it work on big-endiantnn
2021-08-02ssdfb: define SSD1353 command settnn
2021-07-31s/threshhold/thresholdandvar
2021-07-31fix more typos in style found one in file - check/fix them all.andvar
2021-07-31only read cpr register if we're going to use the valuetnn
2021-07-30ssdfb(4): remove code for dealing with non-MPSAFE attachmenttnn
2021-07-30com(4): fix FIFO for DW_APB on Allwinner A20 (got broken by com.c 1.360)tnn
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-07-01Make sure the media / mii members in struct ethercom are initializedthorpej
2021-06-30Fix a couple of problems with MII-equipped NE2000 derivatives reported bythorpej
2021-06-23make ahcisata(4) work on rk3399 (rockpro64)mrg
2021-06-16if_attach and if_initialize cannot fail, don't test return valueriastradh
2021-06-12ath(4): Use config_deactivate; don't abuse autoconf private dv_flags.riastradh
2021-06-11Add a missing htole16() around the length passed to bpf_mtap2().jdc
2021-06-02tpm(4): Preserve error if any on ending commands.riastradh
2021-05-29nvme(4): Move disestablishment of admin q interrupt to nvme_detach.riastradh
2021-05-29nvme(4): Add suspend/resume, derived from OpenBSD.riastradh
2021-05-29tpm(4): Handle TPM 2.0 random source too, and loop on short reads.riastradh
2021-05-22Remove extra newline from boot messages (isa and acpi front-endsthorpej
2021-05-13 Cast to uint32_t to avoid undefined behavior in dwc_gmac_write_hwaddr().msaitoh
2021-05-03genet(4): Add support for rnd(9).rin
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-13remove extra line that clearly isn't meant to be there and may triggermrg
2021-04-13use correct enum types for various functions.mrg
2021-03-25Introduce COM_HW_BROKEN_ETXRDY bit in sc_hwflags; push TX queue ifrin
2021-03-25Introduce sc_poll_ticks and obsolete COM_HW_POLL bit in sc_hwflags.rin
2021-03-14No need to have an MD #ifdef in an MI file, so remove it.skrll
2021-03-10remove extra argumentschristos
2021-03-08Compute CRC for all segments of a multi-buffer packet.mlelstv
2021-03-07Remove an '#ifndef hp300' and make STI_{EN,DIS}ABLE_ROM simply check theskrll
2021-03-07Use bus_space_mmap in sti_mmap. This makes X on sti for my B160L nearlyskrll
2021-03-06Fix a possible race condition in spc_msgin() in NO_MANUAL_XFER case.tsutsui
2021-03-04Trailing whitespaceskrll
2021-03-04Use BUS_ADDR_{LO,HI}32. NFC.skrll
2021-03-04Use __BIT(). NFC.skrll
2021-02-20sn(4): Add rnd(9) support.rin
2021-01-30Improve handling of receive overflows. When we get an overflow, don'tjdc