summaryrefslogtreecommitdiff
path: root/sys/arch/hpcmips/tx/txcom.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-11-21malloc(9) -> kmem(9)thorpej
2014-11-15centralize the call unit / dialout macroschristos
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-10-27split device_t/softc for all remaining drivers.chs
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2010-07-20Replace callout(9) with softint(9) which is more appropriate there.tsutsui
2010-07-16Fix a wrong arg for callout_reset(9) in txcom_txintr(). PR port-hpcmips/43474tsutsui
2010-07-16Add missing callout_init(9) calls. PR port-hpcmips/43472tsutsui
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-06-12Use device_lookup_private() to get softc.tsutsui
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
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2006-10-01More from Matt Fleming:elad
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!elad
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
2006-03-28Use device_unit().thorpej
2006-03-07Remove another instance of the macro triplet SET/CLR/ISSET, nowhe
2005-12-24__asm__ -> __asmperry
2005-12-11merge ktrace-lwp.christos
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2004-06-12When serial console boot, don't find power supply port fromuch
2003-12-26initialize variable 'err' properly.shin
2003-07-15__KERNEL_RCSID()lukem
2003-03-21Follow a struct consdev changes.nakayama
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.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
2002-01-29clean up debug print and configuration.uch
2001-06-14ANSI KNF. and change my copyright to TNF copyright.uch
2001-06-13(TX39) switch from TX local I/O manager to hpciouch
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-01-04make compilable.sato
2000-11-02Adapt to the new line discipline scheme.eeh
2000-10-22new I/O modules framework for TX based system.uch
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-06- Implement cnbell() -- ring the console bell. The cn_bell entrypointthorpej
2000-01-16add platform dependent TX39 UART module hook.uch
2000-01-13TX39 IR module (connected to TX39 UARTB module)uch
2000-01-06change overrun interrupt treatment.uch
1999-12-26totaly rewritten.uch