summaryrefslogtreecommitdiffstats
path: root/sys/dev/sbus/magma.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement kqfilter matching the corresponding poll routine.mpi2020-05-231-1/+8
* magma(4): timeout_add(9) -> timeout_add_msec(9)cheloha2020-02-181-32/+9
* Convert infinite sleeps to {m,t}sleep_nsec(9).mpi2019-12-311-4/+5
* ttysleep(): drop unused timeout parametercheloha2019-07-191-2/+2
* Remove almost unused `flags' argument of suser().mpi2018-02-191-3/+3
* Don't pull in <sys/file.h> just to get fcntl.hguenther2017-12-301-2/+2
* Convert sparc drivers bpp and magma to uiomovestefan2016-03-141-6/+6
* First step towards making uiomove() take a size_t size argument:miod2015-02-101-3/+3
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* Move common code for waking up writers on a tty into a function.nicm2010-07-021-9/+2
* Allow tty drivers to request larger buffers at attach time using aderaadt2010-06-281-2/+2
* Some of the line disciplines want to check for suser. Better to pass themtedu2010-04-121-3/+3
* Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tnicm2009-11-091-2/+1
* Use suser when possible. Suggested by miod@.fgsch2009-10-311-2/+2
* Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()deraadt2009-10-311-1/+2
* unbreak tree breakage snuck inderaadt2008-11-291-2/+2
* Iain Hibbert (plunky@netbsd) removed clauses 3 and 4 from hisray2008-11-291-11/+5
* Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif,miod2005-07-091-6/+1
* also display the correct priority on sparc64 when failing to registermartin2005-03-081-2/+3
* Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need formiod2003-10-031-4/+1
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-231-5/+5
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-2/+2
* ansijason2003-07-151-240/+162
* These don't need linear mappings either.jason2003-06-271-2/+2
* Add a "where" argument to the sparc64 interrupt code. This lets ushenric2003-06-241-2/+2
* const and static cleaningjason2003-03-271-4/+4
* be consistant on Hz vs hzmickey2003-02-111-2/+2
* Use getpropstringA instead of getpropstring to fetch magma_prom propertyjason2002-03-141-3/+3
* Add support for the "Magma 2+1HS Sp" (from NetBSD)jason2002-01-251-38/+54
* the 1190 and 1400 register maps aren't the same size don't treat them sojason2002-01-121-3/+3
* House cleaning: removing some leftover sparc bits and suchjason2002-01-121-17/+8
* Port of Iain Hibbert's magma driver to sparc64jason2002-01-121-0/+1855