summaryrefslogtreecommitdiff
path: root/sys/dev/rp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch for 3.0: #include <sys/fcntl.h> instead of <sys/ioctl.h>Jordan K. Hubbard1997-08-281-1/+1
* ISA driver for Comtrol Rocketport serial cards. No PCI probe stubJordan K. Hubbard1997-08-283-0/+3227