summaryrefslogtreecommitdiff
path: root/sys/arch/luna68k/dev/siotty.c
AgeCommit message (Expand)Author
2023-01-15TAB/space/indent cleanup.tsutsui
2022-11-22Use explicit struct to represent RX queue buffer data structure.tsutsui
2021-09-25Refactor and cleanup sio (uPD7201) drivers.tsutsui
2021-09-04Fix several styles and formats.tsutsui
2021-09-04Use C99 designated initializer.tsutsui
2021-09-04Use proper macro for device register addresses.tsutsui
2020-12-29Make local functions static.tsutsui
2019-10-01in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEPchs
2019-06-30Misc KNF.tsutsui
2015-08-21- move prototypes to common header filechristos
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-18Minor KNF. No binary changes.tsutsui
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-02-02Misc cleanup of sio drivers.tsutsui
2014-01-02Remove initialization of unused t_softc in struct tty (to make pullup easier).tsutsui
2013-12-31Use softint(9) properly to process TX/RX data between tty(4) layer.tsutsui
2013-09-23Tab/space cleanup.tsutsui
2013-01-22Whitespace cleanup.tsutsui
2012-10-13struct device * -> device_t, use device_xname() (from chs@)tsutsui
2011-11-26Reorganize IPL for devices.tsutsui
2011-07-27KNF, use uintNN_t, tab/space cosmetics etc.tsutsui
2011-07-27- split device_t/softc and use device_t and cfdata_t etc.tsutsui
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2009-11-23Use lwp_getpcb() on m68k ports, clean from struct user usage.rmind
2009-10-26kill extra whitespacescegger
2009-03-18bcopy -> memcpycegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-06-13use device_lookup_private to get softccegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks!elad
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2004-04-25Constify the speedtab arraysmatt
2003-03-28Initialize the two new members of consdev (cn_halt, cn_flush) to NULL sohe
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-03-31Remove unnecessary test of tp->t_linesw against NULL; they are resultsenami
2000-11-07Fix a minor typo in the previous change of tp->t_linesw introduction.nisimura
2000-11-02Adapt to new line discipline scheme.eeh
2000-03-06- Implement cnbell() -- ring the console bell. The cn_bell entrypointthorpej