summaryrefslogtreecommitdiff
path: root/sys/arch/sh/dev/scif.c
AgeCommit message (Expand)Author
2022-07-02Remove unused device poll functions.Visa Hankala
2022-04-06constify struct cfattachChristian Weisgerber
2021-01-01Remove useless redundant call of ttyopen().jan
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2017-12-30Delete unnecessary <sys/file.h> includesPhilip Guenther
2017-04-30Rename Debugger() into db_enter().Martin Pieuchot
2016-03-05Sync no-argument function declaration and definition by adding (void).Tobias Ulmer
2011-04-30Use cons_decl() instead of rolling our own cn* prototypesMiod Vallat
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-04-16catch up to the ttyopen() changesTheo de Raadt
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()Theo de Raadt
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-06-27More removal of clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2006-11-20serial drivers should use spltty, not splserial.Dale Rahn
2006-11-09landisk has no DCD line, so we must force TS_CARR_ON. This is a gruesomeTheo de Raadt
2006-11-03cleanup some devicesMichael Shalayeff
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat