summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
2021-12-12fix various typos, mainly in comments.andvar
2021-12-07fix typos in word "instead", mainly in log messages.andvar
2021-11-11provide an endian-flipped view of the framebuffer via mmap() if we know howmacallan
2021-10-31remove accidentially committed debug goopmacallan
2021-10-30actually mmap() the blitter registers when asked to, while there do somemacallan
2021-10-29install mgxreg.h so we can use it from Xorgmacallan
2021-10-22return 0 in mgx_ioctl()::FBIOG*macallan
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2021-08-07Merge thorpej-cfargs2.thorpej
2021-05-10Associate the OpenBoot / OpenFirmware node with attached devicesthorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-12handle cd1400_compute_baud() failure and avoid reading uninitialisedmrg
2021-02-23introduce DDB_END_CMD and replace more than 20 copies of the samemrg
2021-02-06Remove an extra mutex_spin_exit() in error path.isaki
2021-02-06Remove something like counters.isaki
2020-12-18Use sel{record,remove}_knote().thorpej
2020-09-06uvm/uvm_extern.h, not machine/pmap.h, for pmap(9). Sort includes.riastradh
2020-09-05Round of uvm.h cleanup.riastradh
2020-08-25Style on config_finalize_register arguments - make consistent will allskrll
2020-05-23Move proc_lock into the data segment. It was dynamically allocated becausead
2020-03-19Don't bother with IFF_OACTIVE. Just keep processing so long asthorpej
2020-02-29round_blocksize must return a multiple of the framesizeisaki
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-11-12 Add missing initialization of sc_dev.msaitoh
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
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