summaryrefslogtreecommitdiffstats
path: root/sys/dev/cy
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up previous commit, mainly by moving repetitive calculationsbde1998-08-133-234/+127
* Updated for not-so-new version of Cyclom-Y boards (with 60MHz clock andbde1998-08-133-80/+246
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-112-30/+22
* Fixed sign extension bugs awoken by changing speed_t to an unsignedbde1998-07-292-4/+8
* Changed %n to %r in devfs name format strings. %n has almost gone away.bde1998-07-152-14/+14
* This commit fixes various 64bit portability problems required fordfr1998-06-072-4/+4
* Protect against count of chars received being 0, which causes a panicdg1998-03-182-2/+6
* Implement the spirit but not the letter of Terrys hot-char patch.phk1998-02-132-22/+4
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-242-2/+4
* YAMFsio.c (always call ttwwakeup() before returning from comstart()).bde1997-12-282-2/+4
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-162-2/+6
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-062-6/+6
* Fixed chip_offsets[] which I broke in rev.1.53. The offsets aren'tbde1997-11-102-4/+4
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-212-10/+18
* Update select -> poll in drivers.peter1997-09-142-4/+4
* Cleaned up revs 1.36-1.40 (mainly disordered declarations, non-bogusbde1997-09-032-242/+294
* Removed unused #includes.bde1997-09-021-2/+1
* General cleanup of the sub-system locking macros.fsmp1997-09-012-6/+16
* Another round of lock pushdown.fsmp1997-08-302-66/+10
* Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.fsmp1997-08-212-20/+2
* Attempt to make cy.c MP-safe.fsmp1997-08-202-2/+84
* Removed unused #includes.bde1997-07-202-6/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-242-4/+2
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-232-4/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-224-4/+4
* Fixed missing ioport offset from the reading/updating of the PLXdg1997-02-051-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-144-4/+4
* Fixed handling of modem status changes. Only the most common case ofbde1996-12-052-16/+46
* Don't fiddle with RTS if RTS flow control is off. This gives applicationsbde1996-11-132-34/+56
* Updated #includes to 4.4lite style.bde1996-10-151-2/+3
* Fixed a bug that got introduced when I changed the CY16_RESET anddg1996-10-142-6/+6
* Make this compile again for the CyDebug case.dg1996-10-142-12/+14
* Change DEVFS device naming convention for cuac*, ttyc*.dg1996-10-132-14/+26
* Changes to add support for the PCI version of the Cyclades Cyclom-Ydg1996-10-134-270/+467
* Oops, missed a chunk in that last commit.dg1996-10-042-6/+6
* Implemented a more sophisticated mechanism for finding the chip iobasedg1996-10-043-124/+144
* Remove devconf, it never grew up to be of any use.phk1996-09-062-104/+2
* Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplifiedbde1996-07-302-80/+64
* Clean up -Wunused warnings.gpalmer1996-06-122-2/+10
* KGDB is dead. It may come back one day if somebody does it.phk1996-05-022-26/+2
* Fixed ownerships of callout devices.bde1996-03-272-28/+26
* Avoid local sprintfs and other printf'isms.phk1996-01-252-40/+36
* Synced with sio.c. This fixed the DEVFS initialization. cy.c isbde1995-12-222-184/+154
* Replaced nxreset by noreset (if the reset function gets called, then thebde1995-12-102-4/+4
* Replaced nxmmap by nommap (if the mmap function gets called, then thebde1995-12-102-4/+4
* Removed new alias d_size_t for d_psize_t.bde1995-12-102-4/+4
* Julian forgot to make the *devsw structures static.phk1995-12-082-4/+4
* Pass 3 of the great devsw changesjulian1995-12-082-60/+76
* Removed unnecessary #includes of <sys/user.h>. Some of these were justbde1995-12-062-4/+2
* If you're going to mechanically replicate something in 50 filesjulian1995-11-292-4/+4
OpenPOWER on IntegriCloud