Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-12-19 | comparam() does not need an spltty() for it, already called there. | Michael Shalayeff | |
time-bound loops in com_common_cnputc() and lower to spltty(), which i guess is left from times when timeouts were processed at splhigh(). jason@ tested and ok, art@ ok | |||
2002-10-17 | ifndef __HAVE_GENERIC_SOFT_INTERRUPTS leaved a label without a statement ↵ | Artur Grabowski | |
after it. Fix. | |||
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin | |
2002-06-11 | com.c is not a block device, no bdev_decl() for it. | Miod Vallat | |
2002-04-09 | Don't enable interrupts until an open() is done. Until then the driver | Per Fogelstrom | |
is not handling them and may throw the kernel into a spurious interrupt loop. ok art@ | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-03-14 | compare pointers with NULL not 0 | Jason Wright | |
2002-02-05 | restore CN_REMOTE priority, as it always was there. | Michael Shalayeff | |
anyway, only i386 uses that path and only if forced anyway. also do not do comprobe1() on hppa since that hoses the port. | |||
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin | |
2002-01-25 | CONADDR is defined elsewhere for hppa | Michael Shalayeff | |
2002-01-23 | oops, make the kgdb var's non-static | Eric Jackson | |
2002-01-23 | allow this to compile with KGDB | Eric Jackson | |
2001-10-05 | restore some of that dead code needed for dev/cons functionality | Michael Shalayeff | |
2001-10-02 | #ifdef FOO works much better when FOO isn't misspelled. | Artur Grabowski | |
2001-09-30 | Enable break interrupt earlier. | Artur Grabowski | |
2001-09-30 | Next round of cleanups. | Artur Grabowski | |
- some KNF. - disable interrupts earlier in attach. - give it some more time in attach to finish earlier output. - explicit bus_space_barrier in comcnputc. - dead code. | |||
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 | |
it's very intrusive and makes the code less readable. | |||
2001-09-30 | Move out the com at commulti attachment into an ownfile. | Artur Grabowski | |
Same story as isapnp - not tested because i386 uses pccom. | |||
2001-09-30 | Move out com at isapnp attachment into an own file. | Artur Grabowski | |
Not tested because the only system with isapnp is i386 and i386 uses pccom. | |||
2001-09-29 | Next step in making the com driver improvable. | Artur Grabowski | |
Split out the com at isa attachment into its own file. | |||
2001-09-29 | - compoll is now scheduled once for every sc instead of just one timeout for | Artur Grabowski | |
all ports and looping over them. - support for generic soft interrupts. | |||
2001-09-27 | Simplify comstart a bit. | Artur Grabowski | |
2001-09-27 | Enable #if 0'd code in comcnputc() so serial console works correctly; | Todd C. Miller | |
art@openbsd.org | |||
2001-09-27 | Split out comattach that does isa and isapnp attachment and initialization, | Artur Grabowski | |
into comattach that does the isa stuff and com_attach_subr that does the init. | |||
2001-04-17 | Implement cnbell(), an optional entrypoint that rings the console bell; from | Aaron Campbell | |
NetBSD. deraadt@ ok | |||
2001-03-15 | Put back new timeouts. This time with correct timeout for compoll. | Artur Grabowski | |
2001-03-15 | typo | Theo de Raadt | |
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 | |
Tested by various, vetted by mickey & theo. | |||
2000-11-08 | Add comcnattach that does the basic steps needed to attach | Artur Grabowski | |
a com as a serial console. (idea from NetBSD). If cn_tab->cn_dev == NODEV, try to find comopen in cdevsw and set cn_dev to the right device. | |||
2000-01-27 | isa-avoidance | Michael Shalayeff | |
2000-01-11 | a few ifdef accomodations for hppa, also a few knf spaces | Michael Shalayeff | |
1999-11-28 | Enable TI16750 UART support. | Jason Downs | |
1999-11-09 | in the ifdef POWERPC section, do use ppc, not p4e, for the iohandle | Dale S. Rahn | |
for the console configuration. | |||
1999-10-26 | This file has my code in it, attach my copyright. | Jason Downs | |
1999-08-08 | pasto from pccom.c | Niklas Hallqvist | |
1999-08-08 | revert function accidentally committed | Niklas Hallqvist | |
1999-08-08 | Detach support for com; NetBSD and me | Niklas Hallqvist | |
1999-07-26 | Move over the ISA PnP support from pccom.c to com.c | 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 | |
1999-06-25 | Don't turn off uart when closing cua device if tty is waiting. | Jim Rees | |
Instead just drop dtr briefly. | |||
1999-02-09 | Fix cua device to not block on open. | Jim Rees | |
Turn off chip (and dtr) on interrupted open. | |||
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |