aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/si
Commit message (Expand)AuthorAgeFilesLines
* Change the logic of the interrupt/poll loop. It no longer loops untilPeter Wemm1996-05-051-4/+15
* Change the compiled-in polling parameters to a sysctl setting.Peter Wemm1996-05-051-7/+11
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-281-4/+4
* Avoid local sprintfs and other printf'isms.Poul-Henning Kamp1996-01-251-23/+16
* Use the new & improved printf rather than homegrown kludges.Poul-Henning Kamp1996-01-161-9/+5
* clean up si_dprintf a bit so that it uses vararg argument parsing that doesPeter Wemm1996-01-091-6/+17
* Fix the number of ports created for devfs.. it had been only creatingPeter Wemm1996-01-021-2/+2
* Fix last "fix" - I had introduced a fencepost error.. :-(Peter Wemm1996-01-021-2/+2
* Fix up the DEVFS minor numbers that the Specialix driver registers...Peter Wemm1996-01-021-7/+11
* Another shot at getting working si DEVFS entries.. Apparently, it didn'tPeter Wemm1995-12-161-10/+16
* Update the skeleton DEVFS code to match reality a little closer.. :-)Peter Wemm1995-12-141-20/+11
* Replaced nxreset by noreset (if the reset function gets called, then theBruce Evans1995-12-101-2/+2
* Replaced nxmmap by nommap (if the mmap function gets called, then theBruce Evans1995-12-101-2/+2
* Removed new alias d_size_t for d_psize_t.Bruce Evans1995-12-101-2/+2
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-10/+10
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-2/+2
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-40/+73
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallyBruce Evans1995-12-061-2/+3
* aargh! I tested JREMOD, only to discover that the "good oil" part ofPeter Wemm1995-12-041-3/+3
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-291-12/+27
* the second set of changes in a move towards getting devices to beJulian Elischer1995-11-281-1/+35
* Removed all #includes of the unused file <sys/device.h>.Bruce Evans1995-11-281-2/+1
* Mainly cosmetic cleanups... It now uses more consistant message reportingPeter Wemm1995-11-283-27/+29
* Sync the public source with what I'm currently running.Peter Wemm1995-11-092-147/+207
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans1995-11-041-2/+1
* Moved prototypes for devswitch functions from conf.c and driver sourcesBruce Evans1995-11-041-2/+1
* Remove unused functions and variables, make things static, and other cleanups.Poul-Henning Kamp1995-10-281-5/+3
* Remove bogus #include <sys/device.h>, and the bogus instances ofPeter Wemm1995-10-211-22/+11
* Add some hooks visible from outside via nlist, so pstat can read the ttyPeter Wemm1995-09-221-5/+8
* Remove the "Danger will robinson!" printf's at the start. I'm pretty happyPeter Wemm1995-09-221-9/+1
* From Bruce Evans: (prototype related changes, other cleanups)Peter Wemm1995-09-131-8/+20
* Move some kernel-only stuff to a kernel-only file.Peter Wemm1995-09-131-12/+1
* Restore two checks for TS_ISOPEN.. I managed to panic my machinePeter Wemm1995-09-111-3/+5
* Fix some outstanding bugs in the DCD modem control..Peter Wemm1995-08-221-115/+93
* add a new Debug mode.. "DBG_OPTIM" - for observing the L_RINT bypassPeter Wemm1995-08-221-2/+2
* Slight change to the location of the default termios flags to make themPeter Wemm1995-08-131-7/+17
* Next round of cleanups. Some more debugging hooks added, si_softc definitionPeter Wemm1995-08-132-122/+75
* Remove a deliberate #warning.. It's not polite, because I listed the thePeter Wemm1995-08-101-5/+1
* Bring in my long-overdue version of the Specialix driver.Peter Wemm1995-08-093-0/+2879