summaryrefslogtreecommitdiffstats
path: root/sys/dev/cy/cy.c
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up previous commit, mainly by moving repetitive calculationsbde1998-08-131-113/+62
* Updated for not-so-new version of Cyclom-Y boards (with 60MHz clock andbde1998-08-131-39/+119
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-111-15/+11
* Fixed sign extension bugs awoken by changing speed_t to an unsignedbde1998-07-291-2/+4
* Changed %n to %r in devfs name format strings. %n has almost gone away.bde1998-07-151-7/+7
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Protect against count of chars received being 0, which causes a panicdg1998-03-181-1/+3
* Implement the spirit but not the letter of Terrys hot-char patch.phk1998-02-131-11/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* YAMFsio.c (always call ttwwakeup() before returning from comstart()).bde1997-12-281-1/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+3
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-3/+3
* Fixed chip_offsets[] which I broke in rev.1.53. The offsets aren'tbde1997-11-101-2/+2
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-5/+9
* Update select -> poll in drivers.peter1997-09-141-2/+2
* Cleaned up revs 1.36-1.40 (mainly disordered declarations, non-bogusbde1997-09-031-121/+147
* General cleanup of the sub-system locking macros.fsmp1997-09-011-3/+8
* Another round of lock pushdown.fsmp1997-08-301-33/+5
* Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.fsmp1997-08-211-10/+1
* Attempt to make cy.c MP-safe.fsmp1997-08-201-1/+42
* Removed unused #includes.bde1997-07-201-3/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* 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
OpenPOWER on IntegriCloud