summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc/dev/magma.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Celebrate OpenBSD 6.0 release by retiring the sparc port.tedu2016-09-011-1901/+0
* 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
* generic soft interrupts support for sparc. Soft interrupt handlers are nowmiod2009-04-101-36/+5
* Iain Hibbert (plunky@netbsd) removed clauses 3 and 4 from hisray2008-11-291-10/+3
* KNF, constify structures, do not wrap the contents under #if NMAGMA > 0 asmiod2004-11-021-461/+548
* Switch sparc to evcount; ok deraadt@miod2004-09-291-3/+4
* Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need formiod2003-10-031-3/+1
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-231-6/+6
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-2/+2
* be consistant on Hz vs hzmickey2003-02-111-2/+2
* Fix an ancient problem in how sparc interrupts are handled.art2002-04-301-3/+3
* Rename all PIL_* constants to IPL_* to match other archs and make themart2002-04-281-7/+7
* use getprop, not getpropstring to fetch 'magma_prom' property...jason2002-03-141-4/+10
* Add support for the "Magma 2+1HS Sp" (from NetBSD)jason2002-01-251-44/+57
* for the "Magma LC 2+1 Sp", we have to check the 'clock' property (it'sjason2002-01-111-4/+13
* No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)ho2001-05-161-3/+1
* Convert to new timeout API. art@ ok.ho2001-03-241-5/+8
* Change splsoftclock to spltty. spltty is probably too paranoid, but it'sart2000-07-051-3/+3
* OpenBSD-tagart2000-07-051-0/+1
* move around ioctl definitionsjason1999-07-251-1/+1
* newer fixes from plunky@skate.demon.co.ukderaadt1998-06-021-134/+403
* do not assume ttys or bpps exist; plunky@skate.demon.co.ukderaadt1998-05-221-4/+4
* magma serial driver; plunky@skate.demon.co.ukderaadt1998-05-201-0/+1561