summaryrefslogtreecommitdiffstats
path: root/sys/dev/rp
Commit message (Collapse)AuthorAgeFilesLines
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-27/+21
| | | | and local variables, goto labels, and functions declared but not defined.
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-231-9/+8
| | | | | | | | | for the Lite2 fix for always returning EIO in dead_read(). Cleaned up the cdevswitch initializers for all tty drivers. Removed explicit calls to ttsetwater() from all (tty) drivers. ttsetwater() is now called centrally for opens, not just for parameter changes.
* 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
| | | | | | | | | | FreeBSD/alpha. The most significant item is to change the command argument to ioctl functions from int to u_long. This change brings us inline with various other BSD versions. Driver writers may like to use (__FreeBSD_version == 300003) to detect this change. The prototype FreeBSD/alpha machdep will follow in a couple of days time.
* 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
| | | | | PR: 5765 Submitted by: Steve Gericke <steveg@comtrol.com>
* Staticize.eivind1998-02-091-6/+6
|
* Removed unnecessary (and broken) wakeup code in rpstart(). There is nobde1997-12-281-15/+0
| | | | | | | | | | | need to do it directly, since ttwwakeup() is always called just before returning from rpstart(). The brokenness was waking up the wrong address after clearing TS_SO_OLOWAT. It's not clear how processes waiting for output to drain below low water ever got woken up. Found by: when I fixed longstanding warts in output watermark handling, this was the only driver that knew too much (anything) about the watermarks
* Change major number to match the one actually used (whoops!).jkh1997-12-261-1/+1
| | | | Submitted by: Steve Gericke <steveg@comtrol.com>
* 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
| | | | | not handled at a particular level. This fixes mainly restarting of interrupted TIOCDRAINs and TIOCSETA{W,F}s.
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+1
| | | | | | | | Distribute all but the most fundamental malloc types. This time I also remembered the trick to making things static: Put "static" in front of them. A couple of finer points by: bde
* 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
was submitted to me. Submitted by: Amir Farah <amir@comtrol.com>
OpenPOWER on IntegriCloud