summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. Comments:Joel Sherrill1998-07-178-19/+25
* Added scitab directory.Joel Sherrill1998-07-172-1/+2
* Turned stack checker on.Joel Sherrill1998-07-171-0/+2
* Patch fromalf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1998-07-171-0/+61
* New files from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. His comments:Joel Sherrill1998-07-177-0/+330
* Patch from Dario Alcocer <alcocer@connectnet.com>. His comments:Joel Sherrill1998-07-172-0/+4
* Corrected header files.Joel Sherrill1998-07-162-2/+4
* Minor corrections for typos to get it to compile.Joel Sherrill1998-07-162-4/+4
* Split default baud rate table into its own file. This shrinks theJoel Sherrill1998-07-1610-216/+248
* Fixed typo in which last port did not get switched to defaultJoel Sherrill1998-07-152-8/+8
* Fixed typos.Joel Sherrill1998-07-158-8/+14
* Switched to usign the default z8530 and mc68681 register access routines.Joel Sherrill1998-07-157-272/+17
* Added default z85c30 register access routines.Joel Sherrill1998-07-156-2/+258
* Added default mc68681 register access routines.Joel Sherrill1998-07-1510-24/+284
* Added check for proper deviceType to interrupt processing code.Joel Sherrill1998-07-154-4/+8
* Added interrupt mask and interrupt status register bit constants.Joel Sherrill1998-07-152-2/+48
* Added default mc68681 register access routines.Joel Sherrill1998-07-152-0/+98
* Switched from driver's own buffering to using termios. This eliminatedJoel Sherrill1998-07-152-242/+186
* Added information on the deviceType field.Joel Sherrill1998-07-154-0/+16
* Added default mc68681 register access routines.Joel Sherrill1998-07-152-2/+4
* Added SCV64_Get_Interrupt_Enable().Joel Sherrill1998-07-151-4/+8
* Added SCV64_Get_Interrupt_Enable().Joel Sherrill1998-07-151-0/+1
* Added chip type identifier field. This was necessary because a singleJoel Sherrill1998-07-152-0/+8
* Added comment to remove use of TxBuffer ring buffer in all libchip drivers.Joel Sherrill1998-07-152-2/+28
* Added comments.Joel Sherrill1998-07-152-6/+54
* Added comments.Joel Sherrill1998-07-151-1/+8
* Masked out interrupts not being used prior to processing the status register.Joel Sherrill1998-07-151-1/+9
* Added routine to return interrupt mask. Added comments.Joel Sherrill1998-07-151-3/+28
* Added scv64 subdirectory.Joel Sherrill1998-07-151-1/+1
* Switched to SCV64.Joel Sherrill1998-07-151-23/+58
* Added CSCV64 functions and addresses.Joel Sherrill1998-07-151-10/+56
* Switched from polling to interrupts and in the process added a conditionalJoel Sherrill1998-07-152-8/+34
* Added scv64 subdirectory.Joel Sherrill1998-07-151-1/+1
* New files.Joel Sherrill1998-07-152-0/+202
* Switched deviceOutputUsesInterrupts to TRUE so output would be interruptJoel Sherrill1998-07-152-296/+294
* Switched to "deviceOutput = TRUE" which made device output use interrupts.Joel Sherrill1998-07-152-2/+2
* Yet another EXEEXT patch. This one is from Ralf CorsepiusJoel Sherrill1998-07-111-2/+2
* changed version to 980710Joel Sherrill1998-07-102-2/+2
* Patch from Quality Quorum <qqi@world.std.com>. Comments:Joel Sherrill1998-07-103-11/+89
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. Comments:Joel Sherrill1998-07-101-2/+2
* Added set attributes routine but did not hook it in to the table.Joel Sherrill1998-07-094-26/+220
* Added new files.Joel Sherrill1998-07-092-2/+6
* Renamed so we could have one file per routine.Joel Sherrill1998-07-091-37/+0
* Switched to shared default probe routine.Joel Sherrill1998-07-092-28/+6
* Switched to default probe routine.Joel Sherrill1998-07-092-34/+4
* Added new baud rate to number function and default serial probe routine.Joel Sherrill1998-07-098-0/+214
* 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-092-2/+12
* Properly handle extended baud rate set commands.Joel Sherrill1998-07-092-30/+44