aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cy/cy_isa.c
Commit message (Expand)AuthorAgeFilesLines
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Protect against count of chars received being 0, which causes a panicDavid Greenman1998-03-181-1/+3
* Implement the spirit but not the letter of Terrys hot-char patch.Poul-Henning Kamp1998-02-131-11/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+2
* YAMFsio.c (always call ttwwakeup() before returning from comstart()).Bruce Evans1997-12-281-1/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-1/+3
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-061-3/+3
* Fixed chip_offsets[] which I broke in rev.1.53. The offsets aren'tBruce Evans1997-11-101-2/+2
* aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs1997-09-211-5/+9
* Update select -> poll in drivers.Peter Wemm1997-09-141-2/+2
* Cleaned up revs 1.36-1.40 (mainly disordered declarations, non-bogusBruce Evans1997-09-031-121/+147
* General cleanup of the sub-system locking macros.Steve Passe1997-09-011-3/+8
* Another round of lock pushdown.Steve Passe1997-08-301-33/+5
* Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.Steve Passe1997-08-211-10/+1
* Attempt to make cy.c MP-safe.Steve Passe1997-08-201-1/+42
* Removed unused #includes.Bruce Evans1997-07-201-3/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fixed handling of modem status changes. Only the most common case ofBruce Evans1996-12-051-8/+23
* Don't fiddle with RTS if RTS flow control is off. This gives applicationsBruce Evans1996-11-131-17/+28
* Fixed a bug that got introduced when I changed the CY16_RESET andDavid Greenman1996-10-141-3/+3
* Make this compile again for the CyDebug case.David Greenman1996-10-141-6/+7
* Change DEVFS device naming convention for cuac*, ttyc*.David Greenman1996-10-131-7/+13
* Changes to add support for the PCI version of the Cyclades Cyclom-YDavid Greenman1996-10-131-131/+164
* Oops, missed a chunk in that last commit.David Greenman1996-10-041-3/+3
* Implemented a more sophisticated mechanism for finding the chip iobaseDavid Greenman1996-10-041-61/+71
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-52/+1
* Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplifiedBruce Evans1996-07-301-40/+32
* Clean up -Wunused warnings.Gary Palmer1996-06-121-1/+5
* KGDB is dead. It may come back one day if somebody does it.Poul-Henning Kamp1996-05-021-13/+1
* Fixed ownerships of callout devices.Bruce Evans1996-03-271-14/+13
* Avoid local sprintfs and other printf'isms.Poul-Henning Kamp1996-01-251-20/+18
* Synced with sio.c. This fixed the DEVFS initialization. cy.c isBruce Evans1995-12-221-92/+77
* Replaced nxreset by noreset (if the reset function gets called, then theBruce Evans1995-12-101-2/+2
* Replaced nxmmap by nommap (if the mmap function gets called, then theBruce Evans1995-12-101-2/+2
* Removed new alias d_size_t for d_psize_t.Bruce Evans1995-12-101-2/+2
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-2/+2
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-30/+38
* Removed unnecessary #includes of <sys/user.h>. Some of these were justBruce Evans1995-12-061-2/+1
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-291-14/+24
* the second set of changes in a move towards getting devices to beJulian Elischer1995-11-281-1/+33
* Fixed setting of speed B0 - don't output a bogus divisor of 0 and aBruce Evans1995-11-261-5/+9
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans1995-11-041-3/+2
* Moved prototypes for devswitch functions from conf.c and driver sourcesBruce Evans1995-11-041-11/+1
* sio.c:Bruce Evans1995-10-221-19/+6
* Fix probe to work properly with the Cyclades cyclom-16Ye.David Greenman1995-10-111-9/+13
* Improve input flow control.Bruce Evans1995-07-311-26/+6