summaryrefslogtreecommitdiff
path: root/sys/dev/ic/com.c
AgeCommit message (Collapse)Author
2000-01-27isa-avoidanceMichael Shalayeff
2000-01-11a few ifdef accomodations for hppa, also a few knf spacesMichael Shalayeff
1999-11-28Enable TI16750 UART support.Jason Downs
1999-11-09in the ifdef POWERPC section, do use ppc, not p4e, for the iohandleDale S. Rahn
for the console configuration.
1999-10-26This file has my code in it, attach my copyright.Jason Downs
1999-08-08pasto from pccom.cNiklas Hallqvist
1999-08-08revert function accidentally committedNiklas Hallqvist
1999-08-08Detach support for com; NetBSD and meNiklas Hallqvist
1999-07-26Move over the ISA PnP support from pccom.c to com.cNiklas Hallqvist
1999-07-26fix my last commit where I committed more than intendedNiklas Hallqvist
1999-07-26Remove obsolete detach code that has been dead for very longNiklas Hallqvist
1999-06-25Don't turn off uart when closing cua device if tty is waiting.Jim Rees
Instead just drop dtr briefly.
1999-02-09Fix cua device to not block on open.Jim Rees
Turn off chip (and dtr) on interrupted open.
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-09-20Powerpc port uses com.c not just power4e.Dale S. Rahn
1998-08-18Remove clearing of interrupt after character output in cnputci(). ClearingPer Fogelstrom
the int will make the tty stop if output is currently active.
1998-08-07com.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-23New probe routine and support for ST16650.Jason Downs
Compiles, but completely untested.
1998-02-05rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entryTheo 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-03fix cua/tty lockingTheo de Raadt
1997-07-07Removed an unused argNiklas Hallqvist
1997-04-10Need to separate i/o and mem on mipsPer Fogelstrom
1997-03-17Serial console trouble again...Per Fogelstrom
1997-03-12The stupid "use console before configured" scheeme strikes again :-)Per Fogelstrom
1997-03-06Initial implementation of support for calling hardpps() on carrier enableThorsten Lockert
1996-12-10the real changes by niklas... I did not merge correctlyTheo de Raadt
1996-12-10clr TS_WOPEN if bailing on cua opensTheo 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-29Missing pieces of new bus.h that CVS lost behind my backNiklas Hallqvist
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
possibly taken in small steps
1996-11-09Break shall be handled as data == 0 and FE bit set; from TheoThorsten Lockert
1996-10-30cominit is used from the outside (the alpha port)Niklas Hallqvist
1996-10-22patch com speed initializationJason Downs
1996-10-16contextual usageTheo de Raadt
1996-10-16unused variablesTheo de Raadt
1996-08-29sunos-like cua behaviour; inspired by budd@cs.bu.edu in his scn.cTheo de Raadt
1996-07-02better FIFO enabling code; netbsd pr#2574, cliff@wport.comJason Downs
1996-06-24pica changes backed out. does not belong herePer Fogelstrom
1996-06-22Pica bus support addedPer Fogelstrom
1996-06-10Some cleanup for -Wall -Wstrict-prototypesNiklas Hallqvist
1996-06-10tty_attach()Theo de Raadt
1996-05-26sync 0521Theo de Raadt
1996-05-10proto changeTheo de Raadt
1996-05-07sync with 0504 -- prototypes and bus.hTheo de Raadt
1996-04-29Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA workhvozda
(original PCMCIA framework by Stefan Grefen [grefen@convex.com]).
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-18NetBSD 960317 mergeNiklas Hallqvist
1996-03-20Fix back wrong patches.Michael Shalayeff
1996-03-19Merging 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-08From NetBSD: merge of 960217Niklas Hallqvist
1996-02-20Pass device name to interrupt establish routines so it can be recorded inThorsten 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)