summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libchip (unfollow)
Commit message (Expand)AuthorFilesLines
1998-07-18Removed use of data port for z8530.Joel Sherrill2-90/+54
1998-07-16Corrected header files.Joel Sherrill1-1/+2
1998-07-16Minor corrections for typos to get it to compile.Joel Sherrill1-2/+2
1998-07-16Split default baud rate table into its own file. This shrinks theJoel Sherrill5-108/+124
1998-07-15Fixed typos.Joel Sherrill4-4/+7
1998-07-15Added default z85c30 register access routines.Joel Sherrill3-1/+129
1998-07-15Added default mc68681 register access routines.Joel Sherrill5-12/+142
1998-07-15Added check for proper deviceType to interrupt processing code.Joel Sherrill2-2/+4
1998-07-15Added interrupt mask and interrupt status register bit constants.Joel Sherrill1-1/+24
1998-07-15Added default mc68681 register access routines.Joel Sherrill1-0/+49
1998-07-15Switched from driver's own buffering to using termios. This eliminatedJoel Sherrill1-121/+93
1998-07-15Added information on the deviceType field.Joel Sherrill2-0/+8
1998-07-15Added default mc68681 register access routines.Joel Sherrill1-1/+2
1998-07-15Added comment to remove use of TxBuffer ring buffer in all libchip drivers.Joel Sherrill1-1/+14
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-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-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-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-05Added include of termios.h.Joel Sherrill1-0/+59
1998-06-23Removed RTS and DTR handling code since the MC68681 seems to only haveJoel Sherrill3-249/+91
1998-06-23New file describing mc68681 libchip driver.Joel Sherrill1-0/+39
1998-06-23Added numerous comments.Joel Sherrill1-15/+72
1998-06-23Added concept of "mate" -- the other port on the same DUART. This isJoel Sherrill3-46/+80
1998-06-23Added close.Joel Sherrill1-4/+28
1998-06-23Added set attributes and written initialize and first open.Joel Sherrill1-78/+236
1998-06-23Added more registers.Joel Sherrill1-0/+11
1998-06-23Added set attributes prototype.Joel Sherrill1-0/+5
1998-06-23Added NULL entry for setAttributes.Joel Sherrill3-2/+7
1998-06-22Added initial part of iniitialization.Joel Sherrill2-8/+36
1998-06-22Added mc68681 stuff to the makefile.Joel Sherrill4-90/+344
1998-06-22Moved get and set register/data typedefs to this file.Joel Sherrill1-4/+14
1998-06-22Moved set and get Register and Data type defininitions to serial.h.Joel Sherrill4-20/+5
1998-06-22Corrected spacingJoel Sherrill1-26/+25
1998-06-22spacing changesJoel Sherrill3-31/+36