summaryrefslogtreecommitdiffstats
path: root/sys/dev/rp/rp.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize DWBuf[3].peter2007-07-051-0/+1
* Fix Rocketport so that it does not crash the system when a device pointerremko2007-06-261-2/+12
* - Make rp(4) 64-bit- and endian-clean as well as work on strict alignmentmarius2006-11-201-34/+30
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-1/+1
* Fix support for multiple RocketPort cards in the same machine by includingjhb2005-11-081-1/+1
* we know it is called rpclose() so call it directly.phk2005-10-161-1/+1
* Eliminate two unused arguments to ttycreate().phk2005-10-161-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Use tty layer generic code instead of local copy.phk2004-10-041-525/+110
* Use ttyalloc() instead of ttymalloc(NULL)phk2004-09-171-1/+1
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Introduce ttygone() which indicates that the hardware is detached.phk2004-07-111-16/+4
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.phk2004-06-211-0/+4
* Prevent the rp driver from panic'ing on first access and make atgallatin2004-06-211-21/+26
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-5/+5
* Deorbit COMPAT_SUNOS.phk2004-06-111-2/+2
* Centralize the line discipline optimization determination in a functionphk2004-06-041-21/+4
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-10/+10
* Make the remaining serial drivers call ttyioctl() rather than callingphk2004-06-041-10/+3
* There is no need to explicitly call the stop function. In all likelyhoodphk2004-06-011-1/+0
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 3/6:phk2004-02-211-2/+0
* Device megapatch 1/6:phk2004-02-211-2/+0
* Use __FBSDID().obrien2003-08-241-1/+3
* Undo single-intance inlining which is way above the comfort limit for GCC.phk2003-07-231-3/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+9
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Fix data corruption caused by last byte in oddly sized transfers being readtegge2002-10-201-2/+3
* Be consistent about functions being static.phk2002-10-161-3/+3
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-3/+3
* Remove __P.alfred2002-03-201-5/+5
* #include "opt_compat.h" so that the support for old ioctls can actuallybde2002-02-151-0/+6
* Force the RxBuf and TxBuf arrays to be aligned on 16-bit boundaries togallatin2001-11-051-1/+1
* KSE Milestone 2julian2001-09-121-10/+10
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-4/+3
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Fix a bug upon initialization. (_INDX_ADDR -> _INDX_DATA)tanimura2000-08-211-5/+6
* - Eliminate rpread(). Call generic ttyread(). (cf rev 1.33)tanimura2000-06-121-26/+4
* 1. Update Comtrol RocketPort driver(rp) to version 3.02.tanimura2000-06-111-582/+298
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-3/+8
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-29/+1
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-251-33/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-8/+1
* Simplify cdevsw registration.phk1999-05-311-7/+3
* This commit should be a extensive NO-OP:phk1999-05-301-7/+21
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-061-5/+4
OpenPOWER on IntegriCloud