summaryrefslogtreecommitdiffstats
path: root/c/src/lib (unfollow)
Commit message (Expand)AuthorFilesLines
1998-07-15Added comment to remove use of TxBuffer ring buffer in all libchip drivers.Joel Sherrill1-1/+14
1998-07-15Added comments.Joel Sherrill2-6/+54
1998-07-15Added comments.Joel Sherrill1-1/+8
1998-07-15Masked out interrupts not being used prior to processing the status register.Joel Sherrill1-1/+9
1998-07-15Added routine to return interrupt mask. Added comments.Joel Sherrill1-3/+28
1998-07-15Added scv64 subdirectory.Joel Sherrill1-1/+1
1998-07-15Switched to SCV64.Joel Sherrill1-23/+58
1998-07-15Added CSCV64 functions and addresses.Joel Sherrill1-10/+56
1998-07-15Switched from polling to interrupts and in the process added a conditionalJoel Sherrill2-8/+34
1998-07-15Added scv64 subdirectory.Joel Sherrill1-1/+1
1998-07-15New files.Joel Sherrill2-0/+202
1998-07-15Switched deviceOutputUsesInterrupts to TRUE so output would be interruptJoel Sherrill1-148/+147
1998-07-15Switched to "deviceOutput = TRUE" which made device output use interrupts.Joel Sherrill1-1/+1
1998-07-10Patch from Quality Quorum <qqi@world.std.com>. Comments:Joel Sherrill3-11/+89
1998-07-09Added set attributes routine but did not hook it in to the table.Joel Sherrill2-13/+110
1998-07-09Added new files.Joel Sherrill1-1/+3
1998-07-09Renamed so we could have one file per routine.Joel Sherrill1-37/+0
1998-07-09Switched to shared default probe routine.Joel Sherrill1-14/+3
1998-07-09Switched to default probe routine.Joel Sherrill1-17/+2
1998-07-09Added new baud rate to number function and default serial probe routine.Joel Sherrill4-0/+107
1998-07-09Commented out the system call invocation since we don't know what worksJoel Sherrill1-0/+2
1998-07-09Removed call back to exit() since that has already been called.Joel Sherrill1-1/+1
1998-07-09Added proper handling of extended baud rate table selection at boot time.Joel Sherrill1-1/+6
1998-07-09Properly handle extended baud rate set commands.Joel Sherrill1-15/+22
1998-07-09Corrected definition of MC68681_RX_BUFFER.Joel Sherrill1-1/+1
1998-07-09Corrected z85c30 address and clock constants.Joel Sherrill1-4/+4
1998-07-09Added board specific baud rate table and set driver function tableJoel Sherrill2-16/+206
1998-07-09Changed static to MC68681_STATIC to make all data and routinesJoel Sherrill1-105/+192
1998-07-09Removed commented out line.Joel Sherrill1-1/+0
1998-07-09Added sersupp.c.Joel Sherrill1-1/+1
1998-07-09New files to contain generally needed serial driver support routines.Joel Sherrill2-0/+50
1998-07-09Changed static to MC68681_STATIC to make all routines and data globalJoel Sherrill1-11/+20
1998-07-09Added support for the Extended Baud Rate set control found in theJoel Sherrill1-2/+20
1998-07-09Changed static to NS16550_STATIC to make all routines and data globalJoel Sherrill2-31/+40
1998-07-09Changed static to Z85C30_STATIC so all data and routines could be globalJoel Sherrill2-32/+41
1998-07-09Added information to README.mc68681.Joel Sherrill3-3/+136
1998-07-07Conditionals for CONSOLE_USE_INTERRUPTS should have been "if" notJoel Sherrill1-5/+5
1998-07-06New file to satisfy readdir() family.Joel Sherrill2-1/+15
1998-07-06Missed this file in the initial merge.Joel Sherrill1-0/+59
1998-07-06Update from Geoffroy Montel (g_montel@yahoo.com) to get in sync with termiosJoel Sherrill5-32/+23
1998-07-05Added include of termios.h.Joel Sherrill1-0/+59
1998-07-05Added some address constants for the SCC and DUART to make it easierJoel Sherrill1-3/+10
1998-07-05New file added in the process of converting the console driver toJoel Sherrill2-0/+246
1998-07-05Converted the console driver to use libchip/serial and added supportJoel Sherrill8-552/+504
1998-07-02Renamed old_start340.s to startfor340only.sJoel Sherrill2-0/+1006
1998-07-01Initial submission of gen68340 BSP (should run on a 68349) fromJoel Sherrill29-0/+5724
1998-07-01Added _stat_r and changed spacing.Joel Sherrill1-33/+47
1998-06-29Changed prototype for console_write_support to eliminate a warning.Joel Sherrill1-1/+5
1998-06-27Bare BSP patch from Chris Johns <cjohns@plessey.com.au>. He alsoJoel Sherrill3-45/+325
1998-06-27PC386 BSP enhancements from Aleksey Romanov (Quality QuorumJoel Sherrill15-313/+950