summaryrefslogtreecommitdiff
path: root/sys/dev/cy
AgeCommit message (Expand)Author
2020-07-30remove some long abandonded serial drivers (cy, rc, rp) since 2008John-Mark Gurney
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-27Revert r317446 and bring back cy(4).John Baldwin
2017-04-26Remove the cy(4) driver for Cyclades serial adapters.John Baldwin
2016-04-26sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni
2016-02-25Fix the build.Justin Hibbits
2016-02-19Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2007-01-13Fixed a panic in the probe. The memory resource was accessed afterBruce Evans
2005-10-26Catch up with new interrupt handling code.Ruslan Ermilov
2005-10-16Eliminate two unused arguments to ttycreate().Poul-Henning Kamp
2005-03-05Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-10-05Use generic tty code instead of local copy.Poul-Henning Kamp
2004-07-15Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp
2004-07-11Introduce ttygone() which indicates that the hardware is detached.Poul-Henning Kamp
2004-06-28- Shorten the names for the TTY related swi interrupt handlers as theJohn Baldwin
2004-06-26Pick the hotchar out of the tty structure instead of caching privatePoul-Henning Kamp
2004-06-22Remove the TIOCDCDTIMESTAMP option.Poul-Henning Kamp
2004-06-21Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.Poul-Henning Kamp
2004-06-17Second half of the dev_t cleanup.Poul-Henning Kamp
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-06-11Deorbit COMPAT_SUNOS.Poul-Henning Kamp
2004-06-04Centralize the line discipline optimization determination in a functionPoul-Henning Kamp
2004-06-04Manual edits to change linesw[]-frobbing to ttyld_*() calls.Poul-Henning Kamp
2004-06-04Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp
2004-06-04Make the remaining serial drivers call ttyioctl() rather than callingPoul-Henning Kamp
2004-06-01There is no need to explicitly call the stop function. In all likelyhoodPoul-Henning Kamp
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-05-16Remove "register_t eflags; eflags = read_eflags();" because 1) it wasn'tPeter Wemm
2004-05-01Reduce differences with cy_isa.c: fixed an unsorted include.Bruce Evans
2004-05-01Reduce differences with cy_pci.c: add a description of this file, andBruce Evans
2004-05-01Adjust pathnames for the move from i386/isa to dev/cy.Bruce Evans
2004-05-01New header for exporting declarations of things not closely related toBruce Evans
2004-05-01Removed bits related to isa configuration. These have been moved toBruce Evans
2004-05-01Remove bits not related to isa configuration. This file was repo-copiedBruce Evans
2004-04-05Converted the isa probe and attach to new-bus so that this driver worksBruce Evans
2004-04-05Moved initialization of the lock from the (isa) probe function to theBruce Evans
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-21Device megapatch 3/6:Poul-Henning Kamp
2004-02-21Device megapatch 1/6:Poul-Henning Kamp
2003-12-02Fixed some minor indentation bugs.Bruce Evans
2003-12-02Fixed breakage of the pci case of the cy driver by the new interruptBruce Evans
2003-11-16Restored the call to schedsofttty() (now spelled swi_sched(...)) again.Bruce Evans
2003-11-16Localized the cy driver's locking.Bruce Evans
2003-09-27MFsio (sio.c 1.413: cleaned up and fixed setting of speeds in comparam()).Bruce Evans
2003-09-27Quick fix for bitrot in locking in the SMP case. cd_getreg() andBruce Evans
2003-06-11Use __FBSDID().David E. O'Brien