aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rp
Commit message (Expand)AuthorAgeFilesLines
* 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-163-5/+5
* 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-052-3/+3
* 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-083-14/+8
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-292-2/+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-122-26/+7
* 1. Update Comtrol RocketPort driver(rp) to version 3.02.Seigo Tanimura2000-06-115-794/+1349
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-281-3/+8
* Add $FreeBSD$Peter Wemm2000-05-012-0/+4
* Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp1999-09-281-29/+1
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-33/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-8/+1
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-7/+3
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-7/+21
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Fix up a few easy 'assignment used as truth value' and 'suggest parensPeter Wemm1999-05-061-5/+4
* Suser() simplification:Poul-Henning Kamp1999-04-271-4/+4
* Add $Id: $Bill Fumerola1999-04-241-0/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-0/+4
* Fix a braino from last commit.Peter Wemm1999-04-191-4/+0
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-8/+0
* Use suser() to check for super user rather than examining cr_uid directly.Poul-Henning Kamp1999-01-301-1/+2
* Silence warnings.Eivind Eklund1999-01-121-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-27/+21
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans1998-08-231-9/+8
* Changed %n to %r in devfs name format strings. %n has almost gone away.Bruce Evans1998-07-151-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-1/+1
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-1/+1
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-1/+1
* Support for >32 ports.Jordan K. Hubbard1998-02-171-58/+50
* Staticize.Eivind Eklund1998-02-091-6/+6
* Removed unnecessary (and broken) wakeup code in rpstart(). There is noBruce Evans1997-12-281-15/+0
* Change major number to match the one actually used (whoops!).Jordan K. Hubbard1997-12-261-1/+1
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-0/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-061-2/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-1/+1
* Update select -> poll in drivers.Peter Wemm1997-09-141-1/+1
* Removed unused #includes.Bruce Evans1997-09-011-14/+0
* Fixed absolute pathnames in #includes.Bruce Evans1997-09-011-2/+2