summaryrefslogtreecommitdiff
path: root/sys/dev/rc
AgeCommit message (Expand)Author
2020-07-30remove some long abandonded serial drivers (cy, rc, rp) since 2008John-Mark Gurney
2019-03-06Drop "All rights reserved" from my copyright statements.John Baldwin
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-19sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2005-10-26- Use swi_remove() to teardown swi handlers rather thanJohn Baldwin
2005-10-26Catch up with new interrupt handling code.Ruslan Ermilov
2005-10-16Eliminate two unused arguments to ttycreate().Poul-Henning Kamp
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-10-07Use generic ttycode 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-30Define the tty methods as typedefs.Poul-Henning Kamp
2004-06-26Pick the hotchar out of the tty structure instead of caching privatePoul-Henning Kamp
2004-06-25Use generic support for BREAK and modem control ioctlsPoul-Henning Kamp
2004-06-16Do the dreaded s/dev_t/struct cdev */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-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
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-08-07Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin
2003-03-05Make TTYHOG tunable.David Schultz
2003-03-03Make nokqfilter() return the correct return value.Poul-Henning Kamp
2003-03-03Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp
2003-03-02More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav
2003-02-26Move an optimization check so that it breaks out of the correct loop.John Baldwin
2003-02-16Remove #include <sys/dkstat.h>Poul-Henning Kamp
2002-11-08Use critical_enter/exit instead of disable/enable_intr to make thisJohn Baldwin
2002-10-25Cast si_drv2 to intptr_t instead of int to quiet warnings.John Baldwin
2002-10-23- New-bussify the rc(4) device driver.John Baldwin
2002-10-16Be consistent about funtions being static.Poul-Henning Kamp
2002-05-20Off-by-128 error in the cuam* device node numbers.Robert Watson
2002-05-20Bump the rc driver a little bit closer to the 21st century: useRobert Watson
2002-04-01Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin
2002-03-23Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans
2002-03-20Remove __P.Alfred Perlstein
2002-01-05Change the preemption code for software interrupt thread schedules andJohn Baldwin
2001-09-12KSE Milestone 2Julian Elischer
2001-05-15Remove unneeded includes of sys/ipl.h and machine/ipl.h.John Baldwin
2001-03-26Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp
2001-02-15Extend kqueue down to the device layer.Jonathan Lemon
2001-02-09Catch up to the new swi API.John Baldwin