summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* New files.Joel Sherrill1998-07-152-0/+202
* Switched deviceOutputUsesInterrupts to TRUE so output would be interruptJoel Sherrill1998-07-151-148/+147
* Switched to "deviceOutput = TRUE" which made device output use interrupts.Joel Sherrill1998-07-151-1/+1
* Patch from Quality Quorum <qqi@world.std.com>. Comments:Joel Sherrill1998-07-103-11/+89
* Added set attributes routine but did not hook it in to the table.Joel Sherrill1998-07-092-13/+110
* Added new files.Joel Sherrill1998-07-091-1/+3
* Renamed so we could have one file per routine.Joel Sherrill1998-07-091-37/+0
* Switched to shared default probe routine.Joel Sherrill1998-07-091-14/+3
* Switched to default probe routine.Joel Sherrill1998-07-091-17/+2
* Added new baud rate to number function and default serial probe routine.Joel Sherrill1998-07-094-0/+107
* Commented out the system call invocation since we don't know what worksJoel Sherrill1998-07-091-0/+2
* Removed call back to exit() since that has already been called.Joel Sherrill1998-07-091-1/+1
* Added proper handling of extended baud rate table selection at boot time.Joel Sherrill1998-07-091-1/+6
* Properly handle extended baud rate set commands.Joel Sherrill1998-07-091-15/+22
* Corrected definition of MC68681_RX_BUFFER.Joel Sherrill1998-07-091-1/+1
* Corrected z85c30 address and clock constants.Joel Sherrill1998-07-091-4/+4
* Added board specific baud rate table and set driver function tableJoel Sherrill1998-07-092-16/+206
* Changed static to MC68681_STATIC to make all data and routinesJoel Sherrill1998-07-091-105/+192
* Removed commented out line.Joel Sherrill1998-07-091-1/+0
* Added sersupp.c.Joel Sherrill1998-07-091-1/+1
* New files to contain generally needed serial driver support routines.Joel Sherrill1998-07-092-0/+50
* Changed static to MC68681_STATIC to make all routines and data globalJoel Sherrill1998-07-091-11/+20
* 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