summaryrefslogtreecommitdiff
path: root/sys/dev/ic/z8530tty.c
AgeCommit message (Expand)Author
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29More changes for providing lwpid for ktrace (sparc GENERIC built)darrenr
2003-01-28Provide locking required by the interrupt handlers running at IPL_SERIAL.pk
2003-01-24zs_shutdown: lower IPL before sleeping. Also note the fact that thepk
2003-01-06interrupt with two rs.wiz
2002-11-09Fix signed/unsigned comparison warnings.thorpej
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-24Deal with the strange SCC wiring on TC IOASIC machines. Thanks to Billad
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-13add/cleanup RCSIDlukem
2001-05-30add missing #include "opt_kgdb.h"lukem
2001-05-11Add a flag to suppress SCC reset at attach time.thorpej
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-03-12Add some delay in zstty_attach() to wait previous console outputtsutsui
2001-03-11Add missing \n during probe if port is dedicated to kgdbwdk
2000-11-08Use the MI console magic sequence framework.eeh
2000-11-05remove what looks to be a bit of leftover debug code.chs
2000-11-01Adapt to the new line discipline scheme.eeh
2000-09-17Change tiocm_to_{com,zs}'s second argument to u_long to match withtoshii
2000-07-06Use device_lookup().thorpej
2000-04-14Remove spurious splx() call.pk
2000-03-24Fix typos from last commit (callout).hannken
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-19Check for console input and output separately.pk
2000-03-14Add power management hooks.jdc
1999-11-04Update user-level PPS-API to match -05 draft.jonathan
1999-10-15Fix nanosecond/microsecond botch in PPSAPI:jonathan
1999-04-22Don't send any data upstream if we're not open yet.pk
1999-03-27PPS support. Copied off of com.c support, with changes as DCD interuptswrstuden
1999-02-03Minor changes to tiocm code.mycroft
1999-02-03Redo the N previous changes, plus a couple of other things:mycroft
1999-01-31Add the patch I floated on tech-kern. Andreas Eltrich <elchy@dahoam.de>wrstuden
1999-01-25Fix thinko in part of rev 1.53.wrstuden
1999-01-13Put back modem control ioctl'schristos
1998-11-23Changes to deal with mac serial ports having clock sources on DCD or CTS.wrstuden
1998-10-01minor changes to console handling in zstty_attach():drochner
1998-08-31kill the last remnants of __BROKEN_INDIRECT_CONFIG. (only the pica portcgd
1998-08-09Oops. We do still need to set t_dev in the first open part of zsopen,wrstuden
1998-08-09Initialize the struct tty's t_dev field at attach rather than first open.wrstuden
1998-03-30Eliminate cs_heldchar. It is not necessary in my version of the driver.mycroft
1998-03-22Move the code to wait for carrier on a tty into a common function, since itmycroft
1998-03-21Fix pasto.mycroft
1998-03-21Replace TS_WOPEN with t_wopen, per mail on tech-kern.mycroft
1998-02-22Fix bonehead error in previous change.mycroft