| Age | Commit message (Expand) | Author |
| 2000-05-20 | Rather than using a magic constant, use `com_scratch' as the offset | thorpej |
| 1998-09-18 | Make these files compile again; no longer necessary to pass | enami |
| 1998-08-15 | Make copyright notices with my name consistent. | mycroft |
| 1998-06-09 | Nuke __BROKEN_INDIRECT_CONFIG. | thorpej |
| 1998-01-12 | Update for config changes. | thorpej |
| 1997-10-20 | Don't panic if we fail to remap i/o or mem space in the attach function. | thorpej |
| 1997-10-19 | Make sure the i/o and/or mem addresses aren't wildcarded (i.e. -1) before | thorpej |
| 1997-10-16 | Adjust for the new "com" driver home. | thorpej |
| 1997-10-03 | Make this compile on alpha and, presumably, other non | cjs |
| 1997-09-12 | Make console on multiport cards more likely to work (obvious bug, | drochner |
| 1997-08-23 | Use the new com_is_console() to decide if the port is already initialized. | drochner |
| 1997-08-16 | Bring back the "comconsattached" flag. It is necessary for starred | drochner |
| 1997-08-13 | fix multi-port serial drivers to reflect recent changes to com driver for con... | jtk |
| 1997-04-09 | Update for new com driver. | mycroft |
| 1996-10-21 | New bus.h implementation/interface: | thorpej |
| 1996-10-13 | backout kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-08-27 | change cfprint_t type definition to take a const char *, rather than | cgd |
| 1996-05-12 | Use intr.h. | mycroft |
| 1996-05-05 | Make those compile again; they were missing a declaration for bc. | christos |
| 1996-04-15 | include <sys/termios.h> to make comvar.h happy | cgd |
| 1996-04-11 | update for addition of a machine-dependent cookie as the first argument | cgd |
| 1996-04-04 | remove tricky open-coded variants of config_found(), by using the | cgd |
| 1996-03-17 | New device attachment scheme: | thorpej |
| 1996-03-10 | convert these to use new <machine/bus.h> interfaces. This involved | cgd |
| 1996-03-09 | Include comvar.h, for comprobe1() prototype and for commulti_attach_args. | cgd |
| 1996-03-09 | minor cleanup. mostly: use COM_NPORTS and a new (driver-specific) NSLAVES | cgd |
| 1995-12-24 | The IST_* and IPL_* constants are not bus-specific; don't treat them as such. | mycroft |
| 1995-06-26 | if subdevices specified with wildcarded unit number, config_attach() | cgd |
| 1995-04-17 | clean up several ISA device interfaces: autoconfiguration, header | cgd |
| 1995-01-04 | Fix oversight in previous. | mycroft |
| 1995-01-03 | \ | mycroft |
| 1995-01-03 | Add interrupt sharing types. | mycroft |
| 1995-01-02 | Use direct config for subdevices. | mycroft |
| 1994-11-18 | Convert port, IRQ, and DRQ numbers to ints. | mycroft |
| 1994-11-18 | Convert port, IRQ, and DRQ numbers to ints. | mycroft |
| 1994-11-07 | Update for new autoconfig. | mycroft |
| 1994-10-27 | new RCS ID format. | cgd |
| 1994-08-14 | Slight optimization, and don't go bonkers if one of the sub-devices is not | mycroft |
| 1994-04-07 | Implement dynamic IRQ configuration and IRQ sharing. Inline spl*() calls. | mycroft |
| 1994-03-29 | astprobe(): Set ia_iosize. | mycroft |
| 1994-03-29 | Updates for new autoconfig. | mycroft |
| 1994-03-23 | copyright foo | cgd |
| 1994-03-23 | Don't poll more than 4 ports. | 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 |