summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
2020-03-21Pull up following revision(s) (requested by isaki in ticket #792):martin
2019-11-14Pull up following revision(s) (requested by msaitoh in ticket #425):martin
2019-06-08Clean get_props().isaki
2019-05-29Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA inmsaitoh
2019-05-29 KNF. No functional change.msaitoh
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23 Whitespace fix (mainly tabify).msaitoh
2019-05-23-No functional change:msaitoh
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-04-26No functional change:msaitoh
2019-04-25 KNF. No functional change.msaitoh
2019-03-16Use C99 style struct initializer to audio_hw_if.isaki
2019-03-13In zx_cursor_color(), don't throw away the second half of the colorthorpej
2019-03-13Fix an issue with FIOCSCURSOR FB_CUR_SETCMAP on zx described here:thorpej
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2019-01-22 Change MII PHY read/write API from:msaitoh
2018-09-06Retire the 'midway' driver. Discussed on tech-net@ recently and also threemaxv
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-07-09Remove duplicate copies of the SET/CLR/ISSET macros.christos
2018-07-09Avoid redefining SET/CLR/ISSET (which in the kernel are normallykre
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
2018-03-28set WSSCREEN_RESIZEmacallan
2018-02-06db_esp() has a missing {} issue in debug code.mrg
2018-01-24Fix integer overflows noted by Silvio Cesare of InfoSect.riastradh
2018-01-12fix several KASSERT()s and locking in a few places.mrg
2017-12-21overhaul the dbri driver and make it work again in the New Order Of Thingsmacallan
2017-12-08fix audiomp bugs:mrg
2017-10-25Use C99 initializer for filteropsmaya
2017-08-04- store bitmap fonts in vrammacallan
2017-07-29make comment match code...macallan
2017-07-29- use hardware to draw bitmap fontsmacallan
2017-06-25spl leak, found by Mootja a long time agomaxv
2017-05-02Make it compile with AUDIODEBUGmartin
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-10-02MFREE -> m_freechristos
2016-09-23- finally fix tcx_clearscreen() and tcx_eraserows() to actually work, andmacallan
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-05-07add Sun /dev/fb* style goopmacallan
2016-04-21fix some tpyos, add some commentsmacallan
2016-04-21more RASTERCONSOLE purgingmacallan
2016-03-04allow mmap()ing blitter registersmacallan
2016-02-25Mark mgx_wait_host explicitly as unused.joerg
2016-02-11support screen blanking and hw cursormacallan
2016-02-11switch to 32bit colour in WSDISPLAYIO_MODE_MAPPED, now X with wsfb will workmacallan
2016-02-09Introduce softint-based if_inputozaki-r
2015-12-01Remove some diagnostic/debug messages.martin
2015-11-20kill subyte.christos
2015-10-04Drop unused (inline) function.joerg
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh