Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-07 | Race 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-14 | on a SparcStation Voyager, the 2nd zs device does not exist. | Theo de Raadt | |
2000-07-11 | NKDD? no -- NKBD, bad mjacob | Theo de Raadt | |
2000-07-07 | Fix some spl handling. | Artur Grabowski | |
Return 1 from zshard more often to reduce (not fix) the stray interrupt problem. | |||
2000-06-28 | look in kbd.h to see whether we have configured a keyboard | mjacob | |
1999-09-20 | delay for longer after each zsputc | Theo de Raadt | |
1998-07-21 | johns@ 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-04 | added support for the TIOCM* ioctl's | Jason Wright | |
1998-02-05 | oops, need include file | Theo de Raadt | |
1998-02-05 | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry | Theo 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-17 | NETBSD_CURRENT_970916. Lot's just ID changes, since changes don't apply to | Jason Downs | |
us. Includes some pmap changes, for which I don't have the original commit message(s) handy. | |||
1997-08-25 | Implement LED blinking as a run-time configurable option via the sysctl | Jason Downs | |
machdep.led_blink. Rename auxreg.h because we need config to generate one now. | |||
1997-08-08 | Mostly sync to NetBSD-current 970804. | Jason Downs | |
GENERIC currently compiles and runs; some devices (isp) are not complete and not yet enabled. | |||
1997-06-25 | remove unused variable | Jason Downs | |
1996-08-12 | one last fix | Theo de Raadt | |
1996-08-12 | Missed a couple things and blew something away by accident. | Jason Downs | |
1996-08-12 | Merge the rest of our changes; mostly just softc changes in order to support | Jason Downs | |
more devices, more cleanly. | |||
1996-08-11 | Merge back rev 1.5: always set mouse to B1200. | Jason Downs | |
1996-08-11 | netbsd port, now we merge our changes back in | Theo de Raadt | |
1996-01-06 | one tests code before one commits it. initialize ttymalloc'd struct properly. | Theo de Raadt | |
also with mrg: use B1200 instead of 1200. | |||
1996-01-06 | by mrg and myself on irc: fix a ttymalloc() memory leak, TIOCM* botch | Theo de Raadt | |
1995-12-15 | settable ring buffer sizes from pk | Theo de Raadt | |
1995-10-23 | unconditionally set mouse port to CS8/1200 | Theo de Raadt | |
1995-10-23 | include file botch | Theo de Raadt | |
1995-10-21 | volatile struct zschan | Theo de Raadt | |
1995-10-19 | support more than 2 zs chips; rename softc; interrupt counters | Theo de Raadt | |
add missing ZS_DELAY()'s; add (working?) TIOCMGET/TIOCMSET; | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |