summaryrefslogtreecommitdiffstats
path: root/sys/dev/sbus
AgeCommit message (Expand)AuthorFilesLines
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2-4/+4
2020-05-25change wsdisplay attribute type from long to uint32_tjsg3-19/+19
2020-05-23Implement kqfilter matching the corresponding poll routine.mpi2-2/+15
2020-02-18magma(4): timeout_add(9) -> timeout_add_msec(9)cheloha2-35/+10
2020-02-18stp(4): tsleep(9) -> tsleep_nsec(9)cheloha1-11/+8
2019-12-31Convert infinite sleeps to {m,t}sleep_nsec(9).mpi3-9/+12
2019-07-19ttysleep(): drop unused timeout parametercheloha2-4/+4
2018-12-27Convert K&R function definitions to modern C. clang is more picky aboutclaudio3-227/+72
2018-10-22More "explicitely" -> "explicitly" in various comments.krw1-2/+2
2018-02-19Remove almost unused `flags' argument of suser().mpi2-6/+6
2018-02-14prune files.* entries that refer to files not in treejsg1-2/+1
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hguenther2-4/+4
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt6-12/+6
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.dlg2-4/+2
2017-01-04In the set_params() routine, remove the AUDIO_ENCODING_ULINEAR caseratchov1-11/+1
2016-09-19Remove unused getdev() audio driver functions.ratchov1-16/+1
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()ratchov1-70/+2
2016-09-04remove some more sparc remnants. ok deraadttedu1-7/+1
2016-04-13G/C IFQ_SET_READY().mpi2-4/+2
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingmpi1-8/+8
2016-03-14Convert sparc drivers bpp and magma to uiomovestefan2-10/+10
2015-12-08No trailers has been the default and only option for 20 years, yet sometedu2-4/+4
2015-11-28Rework gem_start to check that there's enough space in the ring beforejmatthew1-3/+3
2015-11-25Network drivers should not include <net/route.h> or <net/netisr.h>mpi2-4/+2
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.dlg2-12/+12
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi5-10/+5
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2-4/+2
2015-11-11Kill useless IFQ_POLL().mpi1-3/+2
2015-10-25arp_ifinit() is no longer needed and almost dead.mpi2-22/+4
2015-09-12More ifmedia64 fallout; that should be the last.miod1-2/+2
2015-09-11Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp5-15/+15
2015-09-10Fix a zx_putchar() stupid bug I introduced nine years ago by actuallymiod1-5/+5
2015-07-08MFREE(9) is dead, long live m_freem(9)!mpi2-6/+6
2015-06-24Increment if_ipackets in if_input().mpi2-4/+2
2015-06-19remove isp(4) now that the ql* family have replaced itjmatthew2-728/+1
2015-05-13test mbuf pointers against NULL not 0jsg1-2/+2
2015-05-11Remove support for ADPCM encoding which isn't used nowadays andratchov1-12/+1
2015-05-11Remove all audio format conversion code from the kernel (btw holdingratchov2-30/+7
2015-04-07Keep in sync with the sparc version: convert to if_input().mpi2-26/+8
2015-02-10First step towards making uiomove() take a size_t size argument:miod2-5/+5
2014-12-22unifdef INETtedu5-15/+5
2014-08-11Fewer <netinet/in_systm.h>mpi5-25/+5
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu4-13/+13
2014-03-15ISP1000 SBus support for qlw(4).kettenis2-1/+151
2014-02-14florian@ noticed that I missed some isp24xx code in the sbus gluejmatthew1-4/+1
2014-02-10Build isp2xxx firmware into separate object files so we only includejmatthew1-2/+2
2014-02-02sbus(4) glue for qla(4)kettenis2-1/+160
2014-01-22add a missing argument to a debug printfjsg1-2/+3
2014-01-18instead of having every bit of glue set up and attach an identicaldlg1-9/+2
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aderaadt1-3/+3