summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/rp.c
Commit message (Expand)AuthorAgeFilesLines
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-8/+4
* 1. Update Comtrol RocketPort driver(rp) to version 3.02.tanimura2000-06-111-9/+11
* 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
* 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
* 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-281-0/+2094
OpenPOWER on IntegriCloud