summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/cy.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid local sprintfs and other printf'isms.phk1996-01-251-20/+18
* Synced with sio.c. This fixed the DEVFS initialization. cy.c isbde1995-12-221-92/+77
* Replaced nxreset by noreset (if the reset function gets called, then thebde1995-12-101-2/+2
* Replaced nxmmap by nommap (if the mmap function gets called, then thebde1995-12-101-2/+2
* Removed new alias d_size_t for d_psize_t.bde1995-12-101-2/+2
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-30/+38
* Removed unnecessary #includes of <sys/user.h>. Some of these were justbde1995-12-061-2/+1
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-14/+24
* the second set of changes in a move towards getting devices to bejulian1995-11-281-1/+33
* Fixed setting of speed B0 - don't output a bogus divisor of 0 and abde1995-11-261-5/+9
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-3/+2
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-041-11/+1
* sio.c:bde1995-10-221-19/+6
* Fix probe to work properly with the Cyclades cyclom-16Ye.dg1995-10-111-9/+13
* Improve input flow control.bde1995-07-311-26/+6
* Don't let IXOFF or ECHONL stop the setting of TS_CAN_BYPASS_L_RINT. IXOFFbde1995-07-291-8/+6
* Always wake up writers after clearing TS_BUSY. This will soon bebde1995-07-291-24/+5
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-221-8/+3
* Move the inline code for waking up writers to a new functionbde1995-07-221-17/+2
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-211-11/+1
* Rewrite:bde1995-07-051-1240/+2166
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* CVS:bde1995-03-281-4/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+3
* Incorporate bde's code-review comments.pst1995-02-281-11/+1
* (a) remove the pointer to each driver's tty structure array from cdevswpst1995-02-251-3/+16
* Avoid duplicating ttselect() so that we don't have to change cyselect()bde1995-02-151-30/+18
* Add the Cyclades serial driver code (ALPHA) from Andrew Werple andjkh1995-02-091-0/+1682
OpenPOWER on IntegriCloud