summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/zs.c
AgeCommit message (Collapse)Author
2000-11-07Race conditions make it hard for us to know if the interrupt was for us.Artur Grabowski
Return -1 instead of 0 if we did not service the interrupt. XXX - this is a horrible kludge, but should fix the stray interrupt problem that so many people have seen.
2000-07-14on a SparcStation Voyager, the 2nd zs device does not exist.Theo de Raadt
2000-07-11NKDD? no -- NKBD, bad mjacobTheo de Raadt
2000-07-07Fix some spl handling.Artur Grabowski
Return 1 from zshard more often to reduce (not fix) the stray interrupt problem.
2000-06-28look in kbd.h to see whether we have configured a keyboardmjacob
1999-09-20delay for longer after each zsputcTheo de Raadt
1998-07-21johns@ mods to add cua devs to the sparc.Marco S Hyman
I've been using for 6+ months without probs, but have not done much with combined input/output
1998-03-04added support for the TIOCM* ioctl'sJason Wright
1998-02-05oops, need include fileTheo de Raadt
1998-02-05rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entryTheo de Raadt
with a sysctl. There will be architectures and drivers that lack function, and I trust the maintainers of those will forget to add the code..
1997-09-17NETBSD_CURRENT_970916. Lot's just ID changes, since changes don't apply toJason Downs
us. Includes some pmap changes, for which I don't have the original commit message(s) handy.
1997-08-25Implement LED blinking as a run-time configurable option via the sysctlJason Downs
machdep.led_blink. Rename auxreg.h because we need config to generate one now.
1997-08-08Mostly sync to NetBSD-current 970804.Jason Downs
GENERIC currently compiles and runs; some devices (isp) are not complete and not yet enabled.
1997-06-25remove unused variableJason Downs
1996-08-12one last fixTheo de Raadt
1996-08-12Missed a couple things and blew something away by accident.Jason Downs
1996-08-12Merge the rest of our changes; mostly just softc changes in order to supportJason Downs
more devices, more cleanly.
1996-08-11Merge back rev 1.5: always set mouse to B1200.Jason Downs
1996-08-11netbsd port, now we merge our changes back inTheo de Raadt
1996-01-06one tests code before one commits it. initialize ttymalloc'd struct properly.Theo de Raadt
also with mrg: use B1200 instead of 1200.
1996-01-06by mrg and myself on irc: fix a ttymalloc() memory leak, TIOCM* botchTheo de Raadt
1995-12-15settable ring buffer sizes from pkTheo de Raadt
1995-10-23unconditionally set mouse port to CS8/1200Theo de Raadt
1995-10-23include file botchTheo de Raadt
1995-10-21volatile struct zschanTheo de Raadt
1995-10-19support more than 2 zs chips; rename softc; interrupt countersTheo de Raadt
add missing ZS_DELAY()'s; add (working?) TIOCMGET/TIOCMSET;
1995-10-18initial import of NetBSD treeTheo de Raadt