summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
1998-07-17Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. Comments:Joel Sherrill8-19/+25
1998-07-17Added scitab directory.Joel Sherrill2-1/+2
1998-07-17Turned stack checker on.Joel Sherrill1-0/+2
1998-07-17Patch fromalf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-0/+61
1998-07-17New files from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. His comments:Joel Sherrill7-0/+330
1998-07-17Patch from Dario Alcocer <alcocer@connectnet.com>. His comments:Joel Sherrill2-0/+4
1998-07-16Corrected header files.Joel Sherrill2-2/+4
1998-07-16Minor corrections for typos to get it to compile.Joel Sherrill2-4/+4
1998-07-16Split default baud rate table into its own file. This shrinks theJoel Sherrill10-216/+248
1998-07-15Fixed typo in which last port did not get switched to defaultJoel Sherrill2-8/+8
1998-07-15Fixed typos.Joel Sherrill8-8/+14
1998-07-15Switched to usign the default z8530 and mc68681 register access routines.Joel Sherrill7-272/+17
1998-07-15Added default z85c30 register access routines.Joel Sherrill6-2/+258
1998-07-15Added default mc68681 register access routines.Joel Sherrill10-24/+284
1998-07-15Added check for proper deviceType to interrupt processing code.Joel Sherrill4-4/+8
1998-07-15Added interrupt mask and interrupt status register bit constants.Joel Sherrill2-2/+48
1998-07-15Added default mc68681 register access routines.Joel Sherrill2-0/+98
1998-07-15Switched from driver's own buffering to using termios. This eliminatedJoel Sherrill2-242/+186
1998-07-15Added information on the deviceType field.Joel Sherrill4-0/+16
1998-07-15Added default mc68681 register access routines.Joel Sherrill2-2/+4
1998-07-15Added SCV64_Get_Interrupt_Enable().Joel Sherrill1-4/+8
1998-07-15Added SCV64_Get_Interrupt_Enable().Joel Sherrill1-0/+1
1998-07-15Added chip type identifier field. This was necessary because a singleJoel Sherrill2-0/+8
1998-07-15Added comment to remove use of TxBuffer ring buffer in all libchip drivers.Joel Sherrill2-2/+28
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 Sherrill2-296/+294
1998-07-15Switched to "deviceOutput = TRUE" which made device output use interrupts.Joel Sherrill2-2/+2
1998-07-11Yet another EXEEXT patch. This one is from Ralf CorsepiusJoel Sherrill1-2/+2
1998-07-10changed version to 980710Joel Sherrill2-2/+2
1998-07-10Patch from Quality Quorum <qqi@world.std.com>. Comments:Joel Sherrill3-11/+89
1998-07-10Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. Comments:Joel Sherrill1-2/+2
1998-07-09Added set attributes routine but did not hook it in to the table.Joel Sherrill4-26/+220
1998-07-09Added new files.Joel Sherrill2-2/+6
1998-07-09Renamed so we could have one file per routine.Joel Sherrill1-37/+0
1998-07-09Switched to shared default probe routine.Joel Sherrill2-28/+6
1998-07-09Switched to default probe routine.Joel Sherrill2-34/+4
1998-07-09Added new baud rate to number function and default serial probe routine.Joel Sherrill8-0/+214
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 Sherrill2-2/+12
1998-07-09Properly handle extended baud rate set commands.Joel Sherrill2-30/+44