summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio
Commit message (Collapse)AuthorAgeFilesLines
* 1) Fix error with port recognition, speed initialization codeache1993-12-091-2/+13
| | | | | | | added to probe. 2) Force CLOCAL=on for outgoing ports and CLOCAL=off for incoming ports into open in bidirectional case. 3) Add DELAY after writing to com_ier for fifo drain into probe.
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-29/+10
| | | | add same (sans -Werror) to Makefile for future compilations.
* Fix attach message, make separate line for itache1993-11-171-1/+3
| | | | (old version assumed that line is probe line)
* New sio driver from Bruce.ache1993-11-141-195/+211
|
* Add missing read flush code to siostopache1993-11-081-1/+5
|
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-1/+2
| | | | minor cleanup. Added $Id$ to files that did not have any version info, etc
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-11/+2
| | | | minor cleanup. Added $Id$ to files that did not have any version info, etc
* Disassociate DTR and RTS. They were coupled together and shouldn't havedg1993-10-141-7/+7
| | | | | been. This was necessary to work around problems with some equipment that don't respond favorably to having these both dropped simultaneously.
* incorporated patches from Marc Frajola (marc@escargot.rain.com) todg1993-10-121-2/+4
| | | | unset TS_TBLOCK when the RBLEN falls below the low water mark.
* Change to sio for recognising the last serial port on a multiportjkh1993-09-281-1/+5
| | | | | | | card correctly. Updated syscons to 0.2e, added features for upcoming XFree86 2.0, fixed crashbug.
* From guido@gvr.win.tue.nl Wed Sep 8 13:34:16 1993rgrimes1993-09-101-6/+28
| | | | | | | | | | | | That is because TIOCMGET was broken. Yes...this is known for some time and no, we (Bruce and me) never posted it. Why? Simply because we choose to post fixes when we fixed most of the bugs. Anyway..now that the slip problems are coming, here is a fix for correct TIOCMGET behaviour. -Guido Note: this should be tested first (Rich?). Tested by rgrimes
* From michaele@vice.ico.tek.com Wed Sep 8 09:50:45 1993rgrimes1993-09-081-2/+2
| | | | | | | | | Subject: Re: Some small errors in GAMMA 4. Move printf("\n"); at line 491 in "/sys/i386/isa/sio.c" to after COM_MULTIPORT block at line 512. From rgrimes: The above would cause the word (multiport) with out a new line to appear after the uart type message if you had COM_MULTIPORT enabled.
* xxxprobe now returns the correct number of I/O registers used so thatrgrimes1993-08-281-2/+2
| | | | | the probe output during boot gives the I/O range instead of just the starting address
* Applied Andrew's patch to fix loop-on-logout problem.jkh1993-07-201-5/+3
|
* Removed check for interrupting board before interrupts were enabled.jkh1993-07-201-2/+1
| | | | This should result in more AST clones getting seen.
* Fixed sccs id to be From:\n com.c xxxx. The sccs id was changed by thergrimes1993-07-181-2/+3
| | | | patch kit and it should not have been.
* Modified attach printf's so that the output is compatible with the "new"dg1993-07-151-1/+3
| | | | | | | way of doing things. There still remain several drivers that need to be updated. Also added a compile-time option to pccons to switch the control and caps-lock keys (REVERSE_CAPS_CTRL) - added for my personal sanity.
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-122-0/+1834
OpenPOWER on IntegriCloud