summaryrefslogtreecommitdiff
path: root/sys/dev/ic/clmpcc.c
AgeCommit message (Expand)Author
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2014-11-15centralize the dialout/call unit macros.christos
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-25fix unused/uninitializedchristos
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-10-01fix build errors with gcc 4.5.chs
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-06-17Typo correction to restore buildability.he
2008-06-11- use device_lookup_private to get softccegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-08Use the softint API.ad
2007-07-14Generic soft interrupts are mandatory.ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
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-07-21- Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-03-07Remove another instance of the SET/CLR/ISSET macro tripelet, nowhe
2005-12-11merge ktrace-lwp.christos
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2002-10-23merge kqueue branch into -currentjdolecek
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-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add/cleanup RCSIDlukem
2001-07-12Call clmpcc_init() when setting up the console to get the chip intoscw
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-01-14Rename __GENERIC_SOFT_INTERRUPTS to __HAVE_GENERIC_SOFT_INTERRUPTS,thorpej
2000-11-01Adapt to the new line discipline scheme.eeh
2000-07-20Take advantage of generic soft interrupts, if available.scw
2000-07-15Fix a typo in the `device_lookup()' changes.scw
2000-07-06Use device_lookup().thorpej
2000-03-19The soft-interrupt handler now returns void.scw
1999-11-28Don't bother spinning in the console 'putc' routine for the transmitterscw
1999-11-11Zero is a valid value for ch_tcor and ch_rcor, so be a bit more conservativescw
1999-09-18Minor optimisation.scw
1999-08-01Re-work the Tx side to avoid calling into the tty layer atscw
1999-04-03Fix a problem where no Tx Empty interrupt ever happened if CTSscw
1999-02-21Don't update the CORx registers unless they really have changed.scw
1999-02-20That #define splserial() really didn't want to be there...scw