summaryrefslogtreecommitdiffstats
path: root/sys/dev/si/si.c
Commit message (Expand)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Some warning cleanups. There were some needless casts that also causedpeter1996-09-271-15/+12
* Remove devconf, it never grew up to be of any use.phk1996-09-061-34/+1
* Extend the poll code so that it can periodically scan the host cardspeter1996-08-121-4/+11
* make si.c compile in kernels without COMPAT_43.peter1996-08-031-2/+5
* ttysleep() can return EWOULDBLOCK, not ETIMEDOUT as the comment in tty.cpeter1996-07-261-2/+2
* Apply a bandaid to a problem elsewhere in the driver, when the process ispeter1996-07-261-2/+5
* Fix typo that prevented the initial/lock state devices from workingpeter1996-06-301-2/+2
* When writing the settings for stop bits and output hardware flow control,peter1996-06-211-18/+24
* This time, get rid of the struct copies that were really causing gcc topeter1996-06-171-4/+4
* Fix cut/paste error; a read-only variable should have been read/write.peter1996-06-161-2/+2
* Clean up -Wunused warnings.gpalmer1996-06-121-8/+4
* Eliminate a struct copy that gcc doesn't inline and ends up as a call topeter1996-06-081-2/+2
* When estimating the time (in ms) left to drain the output queue basedpeter1996-05-301-4/+4
* *blush* How did this slip through?peter1996-05-081-2/+5
* Change the logic of the interrupt/poll loop. It no longer loops untilpeter1996-05-051-4/+15
* Change the compiled-in polling parameters to a sysctl setting.peter1996-05-051-7/+11
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-4/+4
* Avoid local sprintfs and other printf'isms.phk1996-01-251-23/+16
* Use the new & improved printf rather than homegrown kludges.phk1996-01-161-9/+5
* clean up si_dprintf a bit so that it uses vararg argument parsing that doespeter1996-01-091-6/+17
* Fix the number of ports created for devfs.. it had been only creatingpeter1996-01-021-2/+2
* Fix last "fix" - I had introduced a fencepost error.. :-(peter1996-01-021-2/+2
* Fix up the DEVFS minor numbers that the Specialix driver registers...peter1996-01-021-7/+11
* Another shot at getting working si DEVFS entries.. Apparently, it didn'tpeter1995-12-161-10/+16
* Update the skeleton DEVFS code to match reality a little closer.. :-)peter1995-12-141-20/+11
* Replaced nxreset by noreset (if the reset function gets called, then thebde1995-12-101-2/+2
* Replaced nxmmap by nommap (if the mmap function gets called, then thebde1995-12-101-2/+2
* Removed new alias d_size_t for d_psize_t.bde1995-12-101-2/+2
* Staticize and cleanup.phk1995-12-101-10/+10
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-40/+73
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-061-2/+3
* aargh! I tested JREMOD, only to discover that the "good oil" part ofpeter1995-12-041-3/+3
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-12/+27
* the second set of changes in a move towards getting devices to bejulian1995-11-281-1/+35
* Removed all #includes of the unused file <sys/device.h>.bde1995-11-281-2/+1
* Mainly cosmetic cleanups... It now uses more consistant message reportingpeter1995-11-281-20/+22
* Sync the public source with what I'm currently running.peter1995-11-091-116/+202
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-2/+1
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-041-2/+1
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-5/+3
* Remove bogus #include <sys/device.h>, and the bogus instances ofpeter1995-10-211-22/+11
* Add some hooks visible from outside via nlist, so pstat can read the ttypeter1995-09-221-5/+8
* Remove the "Danger will robinson!" printf's at the start. I'm pretty happypeter1995-09-221-9/+1
* From Bruce Evans: (prototype related changes, other cleanups)peter1995-09-131-8/+20
* Restore two checks for TS_ISOPEN.. I managed to panic my machinepeter1995-09-111-3/+5
* Fix some outstanding bugs in the DCD modem control..peter1995-08-221-115/+93
OpenPOWER on IntegriCloud