summaryrefslogtreecommitdiffstats
path: root/sys/dev/rp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-1/+2
* Silence warnings.eivind1999-01-121-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-27/+21
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-231-9/+8
* Changed %n to %r in devfs name format strings. %n has almost gone away.bde1998-07-151-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-1/+1
* Support compiling with `gcc -ansi'.bde1998-04-151-1/+1
* Support for >32 ports.jkh1998-02-171-58/+50
* Staticize.eivind1998-02-091-6/+6
* Removed unnecessary (and broken) wakeup code in rpstart(). There is nobde1997-12-281-15/+0
* Change major number to match the one actually used (whoops!).jkh1997-12-261-1/+1
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-0/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-2/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+1
* Update select -> poll in drivers.peter1997-09-141-1/+1
* Removed unused #includes.bde1997-09-011-14/+0
* Fixed absolute pathnames in #includes.bde1997-09-011-2/+2
* Patch for 3.0: #include <sys/fcntl.h> instead of <sys/ioctl.h>jkh1997-08-281-1/+1
* ISA driver for Comtrol Rocketport serial cards. No PCI probe stubjkh1997-08-283-0/+3227
OpenPOWER on IntegriCloud