Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1998-09-20 | Powerpc port uses com.c not just power4e. | Dale S. Rahn | |
1998-08-18 | Remove clearing of interrupt after character output in cnputci(). Clearing | Per Fogelstrom | |
the int will make the tty stop if output is currently active. | |||
1998-08-07 | com.c needs to know about mem mapped ports in ppc systems. | Per Fogelstrom | |
ncr.c and if_de.c needs some hooks for systems with ncr and dec ether chips on the motherboard that runs on odd clocks and doesn't support a srom. srom is emulated in machine dependent code. big endian support for ncr and dec ether finished. the 21040 have some more coding requirements if it is to run BE since it does not have the descriptor endian swap configuration bit. | |||
1998-02-23 | New probe routine and support for ST16650. | Jason Downs | |
Compiles, but completely untested. | |||
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-03 | fix cua/tty locking | Theo de Raadt | |
1997-07-07 | Removed an unused arg | Niklas Hallqvist | |
1997-04-10 | Need to separate i/o and mem on mips | Per Fogelstrom | |
1997-03-17 | Serial console trouble again... | Per Fogelstrom | |
1997-03-12 | The stupid "use console before configured" scheeme strikes again :-) | Per Fogelstrom | |
1997-03-06 | Initial implementation of support for calling hardpps() on carrier enable | Thorsten Lockert | |
1996-12-10 | the real changes by niklas... I did not merge correctly | Theo de Raadt | |
1996-12-10 | clr TS_WOPEN if bailing on cua opens | Theo de Raadt | |
As well, at this point I've also done fancy cvs repository mangling to ensure that the com* files in sys/dev/ic maintain the history we had before. (Yes, I cleaned up the 2.0 tags too..) | |||
1996-11-29 | Missing pieces of new bus.h that CVS lost behind my back | Niklas Hallqvist | |
1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | Niklas Hallqvist | |
possibly taken in small steps | |||
1996-11-09 | Break shall be handled as data == 0 and FE bit set; from Theo | Thorsten Lockert | |
1996-10-30 | cominit is used from the outside (the alpha port) | Niklas Hallqvist | |
1996-10-22 | patch com speed initialization | Jason Downs | |
1996-10-16 | contextual usage | Theo de Raadt | |
1996-10-16 | unused variables | Theo de Raadt | |
1996-08-29 | sunos-like cua behaviour; inspired by budd@cs.bu.edu in his scn.c | Theo de Raadt | |
1996-07-02 | better FIFO enabling code; netbsd pr#2574, cliff@wport.com | Jason Downs | |
1996-06-24 | pica changes backed out. does not belong here | Per Fogelstrom | |
1996-06-22 | Pica bus support added | Per Fogelstrom | |
1996-06-10 | Some cleanup for -Wall -Wstrict-prototypes | Niklas Hallqvist | |
1996-06-10 | tty_attach() | Theo de Raadt | |
1996-05-26 | sync 0521 | Theo de Raadt | |
1996-05-10 | proto change | Theo de Raadt | |
1996-05-07 | sync with 0504 -- prototypes and bus.h | Theo de Raadt | |
1996-04-29 | Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA work | hvozda | |
(original PCMCIA framework by Stefan Grefen [grefen@convex.com]). | |||
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-18 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-03-20 | Fix back wrong patches. | Michael Shalayeff | |
1996-03-19 | Merging w/ NetBSD 021796. | Michael Shalayeff | |
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so). | |||
1996-03-08 | From NetBSD: merge of 960217 | Niklas Hallqvist | |
1996-02-20 | Pass device name to interrupt establish routines so it can be recorded in | Thorsten Lockert | |
the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386) |