aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cy
Commit message (Expand)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-144-4/+4
* Fixed handling of modem status changes. Only the most common case ofBruce Evans1996-12-052-16/+46
* Don't fiddle with RTS if RTS flow control is off. This gives applicationsBruce Evans1996-11-132-34/+56
* Updated #includes to 4.4lite style.Bruce Evans1996-10-151-2/+3
* Fixed a bug that got introduced when I changed the CY16_RESET andDavid Greenman1996-10-142-6/+6
* Make this compile again for the CyDebug case.David Greenman1996-10-142-12/+14
* Change DEVFS device naming convention for cuac*, ttyc*.David Greenman1996-10-132-14/+26
* Changes to add support for the PCI version of the Cyclades Cyclom-YDavid Greenman1996-10-134-270/+467
* Oops, missed a chunk in that last commit.David Greenman1996-10-042-6/+6
* Implemented a more sophisticated mechanism for finding the chip iobaseDavid Greenman1996-10-043-124/+144
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-062-104/+2
* Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplifiedBruce Evans1996-07-302-78/+62
* Clean up -Wunused warnings.Gary Palmer1996-06-122-2/+10
* KGDB is dead. It may come back one day if somebody does it.Poul-Henning Kamp1996-05-022-26/+2
* Fixed ownerships of callout devices.Bruce Evans1996-03-272-28/+26
* Avoid local sprintfs and other printf'isms.Poul-Henning Kamp1996-01-252-40/+36
* Synced with sio.c. This fixed the DEVFS initialization. cy.c isBruce Evans1995-12-222-184/+154
* Replaced nxreset by noreset (if the reset function gets called, then theBruce Evans1995-12-102-4/+4
* Replaced nxmmap by nommap (if the mmap function gets called, then theBruce Evans1995-12-102-4/+4
* Removed new alias d_size_t for d_psize_t.Bruce Evans1995-12-102-4/+4
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-082-4/+4
* Pass 3 of the great devsw changesJulian Elischer1995-12-082-60/+76
* Removed unnecessary #includes of <sys/user.h>. Some of these were justBruce Evans1995-12-062-4/+2
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-292-4/+4
* OK, that's it..Julian Elischer1995-11-292-28/+48
* the second set of changes in a move towards getting devices to beJulian Elischer1995-11-282-2/+66
* Fixed setting of speed B0 - don't output a bogus divisor of 0 and aBruce Evans1995-11-262-10/+18
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans1995-11-042-6/+4
* Moved prototypes for devswitch functions from conf.c and driver sourcesBruce Evans1995-11-042-22/+2
* sio.c:Bruce Evans1995-10-222-38/+12
* Fix probe to work properly with the Cyclades cyclom-16Ye.David Greenman1995-10-112-18/+26
* Improve input flow control.Bruce Evans1995-07-312-52/+12
* Don't let IXOFF or ECHONL stop the setting of TS_CAN_BYPASS_L_RINT. IXOFFBruce Evans1995-07-292-16/+12
* Always wake up writers after clearing TS_BUSY. This will soon beBruce Evans1995-07-292-48/+10
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-222-16/+6
* Move the inline code for waking up writers to a new functionBruce Evans1995-07-222-34/+4
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-212-22/+2
* Rewrite:Bruce Evans1995-07-053-2432/+4341
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-16/+16
* CVS:Bruce Evans1995-03-282-8/+8
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-282-2/+6
* Incorporate bde's code-review comments.Paul Traina1995-02-282-22/+2
* (a) remove the pointer to each driver's tty structure array from cdevswPaul Traina1995-02-252-6/+32
* Avoid duplicating ttselect() so that we don't have to change cyselect()Bruce Evans1995-02-152-60/+36
* Add the Cyclades serial driver code (ALPHA) from Andrew Werple andJordan K. Hubbard1995-02-092-0/+3364