| Age | Commit message (Expand) | Author |
| 1994-05-05 | Remove now-bogus cast. | mycroft |
| 1994-05-05 | lots of changes: prototype migration, move lots of variables, definitions, | cgd |
| 1994-05-03 | Fix argument to aic_sched_msgout() is several places, and condense some code. | mycroft |
| 1994-04-29 | change timeout/untimeout/wakeup/sleep/tsleep args to void * | cgd |
| 1994-04-26 | Style nits. | mycroft |
| 1994-04-26 | Add Adaptec 6360 driver from Jarle Greipsland, with some changes by me. | mycroft |
| 1994-04-22 | Don't need isa.h. | mycroft |
| 1994-04-10 | allow MDMBUF flags to be set (oops) | cgd |
| 1994-04-07 | Implement dynamic IRQ configuration and IRQ sharing. Inline spl*() calls. | mycroft |
| 1994-03-29 | Updates for new autoconfig. | mycroft |
| 1994-03-25 | Fix off-by-one error in comopen() unit number sanity check. From Brian de | mycroft |
| 1994-03-23 | Some stylistic cleanup, and a very minor speedup. | mycroft |
| 1994-03-23 | add AST-style serial multiport support, from Roland McGrath | cgd |
| 1994-03-18 | add reasonable support for MDMBUF output flow control. input to be done later | cgd |
| 1994-03-12 | copy appropriate hardware config bits from config's flags | cgd |
| 1994-03-12 | fix some of the last; thanks to charles for looking it over... | cgd |
| 1994-03-12 | support new ioctls. fix the way CRTSCTS is used, etc. Seperate 'hardware' | cgd |
| 1994-03-10 | Cleanup to fit standard coding conventions, and *many* bugs fixed. | mycroft |
| 1994-03-08 | Major cleanup and many bugs fixed; based in part on Brad Huntting's version | mycroft |
| 1994-03-06 | DELAY() --> delay(). This is not a macro. | mycroft |
| 1994-03-02 | Fix prototype of wdintr(). | mycroft |
| 1994-03-02 | Add mouse gunk. | mycroft |
| 1994-03-02 | Set the keyboard to scancode table 1 rather than having the 8042 convert. | mycroft |
| 1994-03-01 | New constants for setting and clearing masks. | mycroft |
| 1994-02-19 | Speed it up a little... | mycroft |
| 1994-02-19 | Minor tweak of no importance. | mycroft |
| 1994-02-18 | Combined version from magnum branch. Somewhat faster and less buggy. | mycroft |
| 1994-02-11 | Add proc arg to wdioctl() proto. | mycroft |
| 1994-02-09 | All ioctl routines take a struct proc * now. | mycroft |
| 1994-02-01 | oops | cgd |
| 1994-02-01 | new cons.h location, etc. | cgd |
| 1994-01-30 | Traditional behaviour is to reset all modes if device isn't open already | ws |
| 1994-01-13 | Junk comselect(); it's the same at ttselect(). | mycroft |
| 1993-12-20 | Canonicalize all #includes, and add pio.h where appropriate. | mycroft |
| 1993-11-08 | A slightly unfinished i82586 driver, based on Garrett Wollman's. | mycroft |
| 1993-10-06 | Goes with the new cy driver. | andrew |
| 1993-09-29 | ifdef out the ttyfree()'s, so that fill_eproc doesn't panic when | cgd |
| 1993-09-28 | get rid of stray printfs (turn them into "lprintf"s) | cgd |
| 1993-08-29 | tty XXstart() routines return void | deraadt |
| 1993-07-17 | Make these files GCC 2 happy. | mycroft |
| 1993-07-12 | Change tty code to use clist interface, but with ring buffer implementation. | mycroft |
| 1993-07-07 | pccons.c now dynamically allocates it's "struct tty" | deraadt |
| 1993-06-30 | Added com_scratch entry. | andrew |
| 1993-06-15 | Move definitions of TIMER_FREQ to timerreg.h, and fix value of CF for DELAY(). | mycroft |
| 1993-06-15 | Ignore interrupts if the device isn't open. This prevents stray interrupts | mycroft |
| 1993-06-06 | make getc() and ungetc() be rb{un,}getc(), so getc() and ungetc() | cgd |
| 1993-06-05 | patch from rgrimes to add delay to let data port stabilize, also | cgd |
| 1993-05-26 | tty dynamic allocation | deraadt |
| 1993-05-22 | add include of select.h if necessary for protos, or delete if extraneous | cgd |
| 1993-05-22 | add rcsids to everything and clean up headers | cgd |