Age | Commit message (Expand) | Author |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2008-06-08 | Make serial console on non-primary ports work to on i386. | Mark Kettenis |
2008-04-30 | fix serial console handling on amd64. currently only glass console ever | David Gwynne |
2007-05-08 | backout while the amd64 puc situation is rethought | Theo de Raadt |
2007-05-08 | move com_activate() to where it belongs | Theo de Raadt |
2007-05-08 | put more foo_detach() routines where they are used | Theo de Raadt |
2006-12-28 | Support for ST16C654 chips, however these aren't detected as such, so the | Miod Vallat |
2006-07-31 | puc@cardbus (only added (commented out) to whom has puc@pci enabled) | Michael Shalayeff |
2006-03-27 | in detach, mark device with COM_SW_DEAD, so that close() will not go | Theo de Raadt |
2005-10-24 | fix compilation for KGDB; looked by miod@. | Federico G. Schwindt |
2005-05-27 | - Merge changes from pxacom back into the common com driver. | Uwe Stuehler |
2004-10-20 | Use bus_addr_t instead of int for port address/offset, ok mickey | Per Fogelstrom |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-07-15 | move prototype for com_raisedtr() to comvar.h (just like pccom). | Jason Wright |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-10-05 | restore some of that dead code needed for dev/cons functionality | Michael Shalayeff |
2001-09-30 | Enable break interrupt earlier. | Artur Grabowski |
2001-09-30 | Remove dead code. | Artur Grabowski |
2001-09-30 | Remove the COM_HAYESP code. It doesn't appear to have been ever used and | Artur Grabowski |
2001-09-29 | - compoll is now scheduled once for every sc instead of just one timeout for | Artur Grabowski |
2001-09-27 | Split out comattach that does isa and isapnp attachment and initialization, | Artur Grabowski |
2001-03-15 | Put back new timeouts. This time with correct timeout for compoll. | Artur Grabowski |
2001-03-15 | bzzzt | Theo de Raadt |
2001-03-15 | Add in missing prototype for comspeedcomspeed. | mjacob |
2001-03-15 | back out new timeouts until I find out why they break alpha. | Artur Grabowski |
2001-03-15 | support puc devices with higher speeds (not tested yet) | Theo de Raadt |
2001-03-13 | new timeouts | Michael Shalayeff |
2001-01-24 | KGDB for i386 from NetBSD via niklas, with tweaks and accommodations. | Hugh Graham |
2000-11-08 | Add comcnattach that does the basic steps needed to attach | Artur Grabowski |
2000-02-04 | Externalize comstop() | Angelos D. Keromytis |
2000-02-01 | missed in last com.c commit, sc_ic usage was replaced w/ ia_ic where needed; ... | Michael Shalayeff |
1999-08-08 | Detach support for com; NetBSD and me | Niklas Hallqvist |
1999-07-26 | fix my last commit where I committed more than intended | Niklas Hallqvist |
1999-07-26 | Remove obsolete detach code that has been dead for very long | Niklas Hallqvist |
1998-05-14 | * Better support for XR16C850. | Jason Downs |
1998-02-23 | New probe routine and support for ST16650. | Jason Downs |
1997-07-07 | Removed an unused arg | Niklas Hallqvist |
1997-03-06 | Add control flag to call hardpps() on carrier change | Thorsten Lockert |
1997-01-29 | Export comdefaultrate | Niklas Hallqvist |
1996-12-10 | the real changes by niklas... I did not merge correctly | Theo de Raadt |
1996-11-29 | Missing pieces of new bus.h that CVS lost behind my back | Niklas Hallqvist |
1996-10-30 | cominit is used from the outside (the alpha port) | Niklas Hallqvist |
1996-05-10 | proto change | Theo de Raadt |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist |