summaryrefslogtreecommitdiffstats
path: root/sys/dev/rp
Commit message (Expand)AuthorAgeFilesLines
* 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-112-17/+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-213-29/+33
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-6/+6
* 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
* Add missing <sys/module.h> includesphk2004-05-302-0/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-1/+2
* 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-243-5/+10
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* 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-163-5/+5
* 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-052-3/+3
* 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-083-14/+8
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-292-2/+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-122-26/+7
* 1. Update Comtrol RocketPort driver(rp) to version 3.02.tanimura2000-06-115-794/+1349
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-3/+8
* Add $FreeBSD$peter2000-05-012-0/+4
* 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
* Suser() simplification:phk1999-04-271-4/+4
* Add $Id: $billf1999-04-241-0/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-0/+4
* Fix a braino from last commit.peter1999-04-191-4/+0
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-8/+0
OpenPOWER on IntegriCloud