summaryrefslogtreecommitdiff
path: root/sys/arch/sh3/dev/scif.c
AgeCommit message (Expand)Author
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-03-24Rework interrupt code.uch
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-02Initial support for KGDB on the sh3.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-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-10-31- fix error handing in getc.msaitoh
2000-07-11callout()->callout_reset()msaitoh
2000-06-19clear the ER bit of the SCSSR2 reg.msaitoh
2000-03-27fix the sci[f]cninit() bugs to work both SCI and SCIF at the same time.msaitoh
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-02-22bugfixes:msaitoh
2000-01-07implement send/recieve break signal routinesmsaitoh
1999-10-06- unset RS/CS flow control bit from default settingmsaitoh
1999-09-17check SCI(F)CONSOLEmsaitoh
1999-09-16sync with sci*.h and tmureg.hmsaitoh
1999-09-13add some comments.msaitoh
1999-09-13Merge in NetBSD/sh3 from cvs.kame.net repository.itojun