aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rp/rp.c
Commit message (Expand)AuthorAgeFilesLines
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-2/+1
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-1/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use the callout(9) API instead of timeout(9). To do this more cleanly,John Baldwin2014-11-111-79/+27
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-4/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+4
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* Start to convert this over to the new tty layer. These changes allowDoug Ambrisko2009-04-271-188/+107
* Initialize DWBuf[3].Peter Wemm2007-07-051-0/+1
* Fix Rocketport so that it does not crash the system when a device pointerRemko Lodder2007-06-261-2/+12
* - Make rp(4) 64-bit- and endian-clean as well as work on strict alignmentMarius Strobl2006-11-201-34/+30
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-1/+1
* Fix support for multiple RocketPort cards in the same machine by includingJohn Baldwin2005-11-081-1/+1
* we know it is called rpclose() so call it directly.Poul-Henning Kamp2005-10-161-1/+1
* Eliminate two unused arguments to ttycreate().Poul-Henning Kamp2005-10-161-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Use tty layer generic code instead of local copy.Poul-Henning Kamp2004-10-041-525/+110
* Use ttyalloc() instead of ttymalloc(NULL)Poul-Henning Kamp2004-09-171-1/+1
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-1/+1
* Introduce ttygone() which indicates that the hardware is detached.Poul-Henning Kamp2004-07-111-16/+4
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.Poul-Henning Kamp2004-06-211-0/+4
* Prevent the rp driver from panic'ing on first access and make atAndrew Gallatin2004-06-211-21/+26
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-5/+5
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-111-2/+2
* Centralize the line discipline optimization determination in a functionPoul-Henning Kamp2004-06-041-21/+4
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-10/+10
* Make the remaining serial drivers call ttyioctl() rather than callingPoul-Henning Kamp2004-06-041-10/+3
* There is no need to explicitly call the stop function. In all likelyhoodPoul-Henning Kamp2004-06-011-1/+0
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 3/6:Poul-Henning Kamp2004-02-211-2/+0
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Undo single-intance inlining which is way above the comfort limit for GCC.Poul-Henning Kamp2003-07-231-3/+2
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+9
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Fix data corruption caused by last byte in oddly sized transfers being readTor Egge2002-10-201-2/+3
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-3/+3
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-3/+3
* Remove __P.Alfred Perlstein2002-03-201-5/+5
* #include "opt_compat.h" so that the support for old ioctls can actuallyBruce Evans2002-02-151-0/+6
* Force the RxBuf and TxBuf arrays to be aligned on 16-bit boundaries toAndrew Gallatin2001-11-051-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-10/+10
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-4/+3
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Fix a bug upon initialization. (_INDX_ADDR -> _INDX_DATA)Seigo Tanimura2000-08-211-5/+6
* - Eliminate rpread(). Call generic ttyread(). (cf rev 1.33)Seigo Tanimura2000-06-121-26/+4
* 1. Update Comtrol RocketPort driver(rp) to version 3.02.Seigo Tanimura2000-06-111-582/+298
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-281-3/+8