summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/magma.c
AgeCommit message (Expand)Author
2004-11-02KNF, constify structures, do not wrap the contents under #if NMAGMA > 0 asMiod Vallat
2004-09-29Switch sparc to evcount; ok deraadt@Miod Vallat
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2002-04-30Fix an ancient problem in how sparc interrupts are handled.Artur Grabowski
2002-04-28Rename all PIL_* constants to IPL_* to match other archs and make themArtur Grabowski
2002-03-14use getprop, not getpropstring to fetch 'magma_prom' property...Jason Wright
2002-01-25Add support for the "Magma 2+1HS Sp" (from NetBSD)Jason Wright
2002-01-11for the "Magma LC 2+1 Sp", we have to check the 'clock' property (it'sJason Wright
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-03-24Convert to new timeout API. art@ ok.Hakan Olsson
2000-07-05Change splsoftclock to spltty. spltty is probably too paranoid, but it'sArtur Grabowski
2000-07-05OpenBSD-tagArtur Grabowski
1999-07-25move around ioctl definitionsJason Wright
1998-06-02newer fixes from plunky@skate.demon.co.ukTheo de Raadt
1998-05-22do not assume ttys or bpps exist; plunky@skate.demon.co.ukTheo de Raadt
1998-05-20magma serial driver; plunky@skate.demon.co.ukTheo de Raadt