summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added support for the Extended Baud Rate set control found in theJoel Sherrill1998-07-091-2/+20
* Changed static to NS16550_STATIC to make all routines and data globalJoel Sherrill1998-07-092-31/+40
* Changed static to Z85C30_STATIC so all data and routines could be globalJoel Sherrill1998-07-092-32/+41
* Added information to README.mc68681.Joel Sherrill1998-07-093-3/+136
* Conditionals for CONSOLE_USE_INTERRUPTS should have been "if" notJoel Sherrill1998-07-071-5/+5
* New file to satisfy readdir() family.Joel Sherrill1998-07-062-1/+15
* Missed this file in the initial merge.Joel Sherrill1998-07-061-0/+59
* Update from Geoffroy Montel (g_montel@yahoo.com) to get in sync with termiosJoel Sherrill1998-07-065-32/+23
* Added include of termios.h.Joel Sherrill1998-07-051-0/+59
* Added some address constants for the SCC and DUART to make it easierJoel Sherrill1998-07-051-3/+10
* New file added in the process of converting the console driver toJoel Sherrill1998-07-052-0/+246
* Converted the console driver to use libchip/serial and added supportJoel Sherrill1998-07-058-552/+504
* Renamed old_start340.s to startfor340only.sJoel Sherrill1998-07-022-0/+1006
* Initial submission of gen68340 BSP (should run on a 68349) fromJoel Sherrill1998-07-0129-0/+5724
* Added _stat_r and changed spacing.Joel Sherrill1998-07-011-33/+47
* Changed prototype for console_write_support to eliminate a warning.Joel Sherrill1998-06-291-1/+5
* Bare BSP patch from Chris Johns <cjohns@plessey.com.au>. He alsoJoel Sherrill1998-06-273-45/+325
* PC386 BSP enhancements from Aleksey Romanov (Quality QuorumJoel Sherrill1998-06-2715-313/+950
* Monstrous patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. I haveJoel Sherrill1998-06-274-22/+54
* Clean up from Aleksey Romanov (Quality Quorum <qqi@world.std.com>).Joel Sherrill1998-06-251-26/+3
* Removed RTS and DTR handling code since the MC68681 seems to only haveJoel Sherrill1998-06-233-249/+91
* New file describing mc68681 libchip driver.Joel Sherrill1998-06-231-0/+39
* Added numerous comments.Joel Sherrill1998-06-231-15/+72
* Added concept of "mate" -- the other port on the same DUART. This isJoel Sherrill1998-06-233-46/+80
* Added close.Joel Sherrill1998-06-231-4/+28
* Added set attributes and written initialize and first open.Joel Sherrill1998-06-231-78/+236
* Added more registers.Joel Sherrill1998-06-231-0/+11
* Added set attributes prototype.Joel Sherrill1998-06-231-0/+5
* Added NULL entry for setAttributes.Joel Sherrill1998-06-233-2/+7
* Added initial part of iniitialization.Joel Sherrill1998-06-222-8/+36
* Added mc68681 stuff to the makefile.Joel Sherrill1998-06-224-90/+344
* Moved get and set register/data typedefs to this file.Joel Sherrill1998-06-221-4/+14
* Moved set and get Register and Data type defininitions to serial.h.Joel Sherrill1998-06-224-20/+5
* Corrected spacingJoel Sherrill1998-06-221-26/+25
* spacing changesJoel Sherrill1998-06-223-31/+36
* Removed blank lines and bad debug stuffJoel Sherrill1998-06-221-20/+0
* Added comments and corrected spacing.Joel Sherrill1998-06-223-197/+213
* Added a comment and cleaned up spacingJoel Sherrill1998-06-222-50/+63
* Initial version of these files.Joel Sherrill1998-06-223-0/+735
* Added freebsd support from Dario Alcocer <alcocer@connectnet.com>.Joel Sherrill1998-06-181-0/+14
* Corrected so it returns the correct date. Previously was getting the numberJoel Sherrill1998-06-181-11/+28
* Spacing changes.Joel Sherrill1998-06-181-3/+3
* Added a public interface to the chain handler.Joel Sherrill1998-06-182-1/+363
* Corrected compilation problems.Joel Sherrill1998-06-162-13/+21
* Added initialization of css routines.Joel Sherrill1998-06-161-1/+3
* Added css_iface -- assumes ../include/dy_supplied.Joel Sherrill1998-06-164-2/+210
* Initial incarnation of libchip compiles.Joel Sherrill1998-06-134-9/+84
* Base code from ppcn_60x BSPJoel Sherrill1998-06-138-0/+2198
* Adding interrupt handling routine.Joel Sherrill1998-06-131-5/+15
* Removed bad comments.Joel Sherrill1998-06-131-7/+0