summaryrefslogtreecommitdiff
path: root/sys/arch/sh3/dev/sci.c
AgeCommit message (Expand)Author
2012-12-12Fix one more device/softc split error:tsutsui
2012-10-29fix device/softc split errors.chs
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.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-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-09Merge some of the less invasive changes from the vmlocking branch: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. Patch from Matt Fleming, thanks!elad
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-03-07* Don't define SET/CLR/ISSET locally.uebayasi
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2005-12-11merge ktrace-lwp.christos
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-03-11Don't compare scalars against NULL, use 0.matt
2004-12-13for drivers that support only one instance, use a global variable to ensurechs
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15__KERNEL_RCSID()lukem
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-16remove extra CRLF conversionmsaitoh
2002-05-19fix some overflow cases.msaitoh
2002-04-28Use "#define<tab>", white space nits.uch
2002-04-28add missing softintr_establish() call.msaitoh
2002-04-26fix around PTR and PDRmsaitoh
2002-03-24Rework interrupt code.uch
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-02-24use sh_clock_get_pclock() instead of PCLOCK.uch
2002-02-22New NetBSD/sh3 clock framework.uch
2002-02-12ANSIfy KNF.uch
2002-02-01if PCLOCK isn't setted, use estimated value calculated by kernel.uch
2001-09-10add missing check for framing errormsaitoh
2001-06-12receive, not recievewiz
2001-05-30add missing #include "opt_kgdb.h"lukem
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-22- fix \n conversion from \n\r to \r\nmsaitoh
2000-11-02Adapt to new line discipline scheme.eeh
2000-06-19clear ORER, FER and PER bit of the SCSSR reg.msaitoh
2000-03-27fix the sci[f]cninit() bugs to work both SCI and SCIF at the same time.msaitoh