summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/cy.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed handling of modem status changes. Only the most common case ofbde1996-12-051-8/+23
* Don't fiddle with RTS if RTS flow control is off. This gives applicationsbde1996-11-131-17/+28
* Fixed a bug that got introduced when I changed the CY16_RESET anddg1996-10-141-3/+3
* Make this compile again for the CyDebug case.dg1996-10-141-6/+7
* Change DEVFS device naming convention for cuac*, ttyc*.dg1996-10-131-7/+13
* Changes to add support for the PCI version of the Cyclades Cyclom-Ydg1996-10-131-131/+164
* Oops, missed a chunk in that last commit.dg1996-10-041-3/+3
* Implemented a more sophisticated mechanism for finding the chip iobasedg1996-10-041-61/+71
* Remove devconf, it never grew up to be of any use.phk1996-09-061-52/+1
* Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplifiedbde1996-07-301-40/+32
* Clean up -Wunused warnings.gpalmer1996-06-121-1/+5
* KGDB is dead. It may come back one day if somebody does it.phk1996-05-021-13/+1
* Fixed ownerships of callout devices.bde1996-03-271-14/+13
* 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