summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Add Pentium Pro CPU detection and special handling. For now, all thedg1995-12-241-4/+4
* Fixed bugs introduced in rev. 1.127 (some broken 16650 support wasbde1995-12-221-70/+54
* Increase Pentium cyclecounter calibration time to 131072 us. Thiswollman1995-12-201-2/+2
* Completed function declarations and/or added prototypes and/or addedbde1995-12-151-3/+2
* Fixed staticization of DDB functions.bde1995-12-141-2/+2
* Removed my devsw access functions [un]register_cdev() andbde1995-12-141-6/+9
* Replaced nxreset by noreset (if the reset function gets called, then thebde1995-12-101-2/+2
* Replaced nxdump by nodump (if the dump function gets called, then thebde1995-12-101-2/+2
* Removed new alias d_size_t for d_psize_t.bde1995-12-102-6/+6
* Staticize and cleanup.phk1995-12-108-104/+86
* clean a few DEVFS things..julian1995-12-091-8/+8
* Julian forgot to make the *devsw structures static.phk1995-12-083-6/+6
* Pass 3 of the great devsw changesjulian1995-12-084-108/+166
* 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/+4
* Removed unnecessary #includes of <sys/user.h>. Some of these were justbde1995-12-061-2/+1
* Fix my color/attr separation patch.ache1995-11-301-3/+3
* Fix Pentium CPU rate diagnosis:wollman1995-11-291-8/+8
* Removed builtin list of port addresses. The address for sio3bde1995-11-291-10/+5
* If you're going to mechanically replicate something in 50 filesjulian1995-11-292-3/+3
* OK, that's it..julian1995-11-292-28/+46
* the second set of changes in a move towards getting devices to bejulian1995-11-283-2/+102
* Separate colors & attributes as Terry pointsache1995-11-282-74/+148
* Fixed a comment.bde1995-11-241-2/+2
* Restored static variable `nsio_tty' which is used only by pstat(8). Madebde1995-11-211-1/+3
* Mega commit for sysctl.phk1995-11-201-13/+4
* Fix compiler warnings.phk1995-11-202-29/+28
* Fixed (nonexistent) initialization of bp->b_pblkno. disksort() forbde1995-11-181-14/+2
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-043-7/+4
* Remove the #ifdev DEVRANDOM's, as promised.markm1995-11-041-3/+1
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-042-16/+2
* Theodore Ts'po's random number gernerator for Linux, ported by me.markm1995-10-281-1/+6
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-282-5/+4
* sio.c:bde1995-10-221-32/+15
* A mixed bag of changes, relating to getting the state in "lsdev" right,phk1995-10-211-2/+10
* Don't allow i/o operations for non-root users.bde1995-10-141-2/+6
* Reduce jitter of Pentium microtime() implementation by letting the counterwollman1995-10-121-6/+15
* BIOS manufacturers don't seem to have a unique idea about 2.88 MBjoerg1995-10-092-2/+4
* Hide the "input/output timeout" messages behind the bootverbose case.joerg1995-10-041-9/+13
* siostop() is a void function, so don't return a value.dg1995-09-241-3/+3
* The stuff needed to remove a pccard with a sio port on it...phk1995-09-191-10/+68
* Remove transitory labelling code. Labels are now handled by essentiallybde1995-09-161-4/+5
* Make pcvt and syscons live in the same kernel. If both are enabled, thenbde1995-09-102-30/+61
* Actually, 97 out of 304 devsw functions had benignly mismatched types.bde1995-09-081-2/+2
* devfs changes..julian1995-09-031-4/+7
* Remove extra args from the calls to getit(). The bug was benign with thebde1995-08-251-4/+4
* Andrew McRae's pcmcia/pccard code, the kernel part.phk1995-08-241-1/+119
* Added missing semi-colon in the XT_KEYBOARD code. W/out it the codenate1995-08-161-2/+2
* Disable fifos in sioclose(). Closes PR 576.bde1995-08-131-1/+9
* Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checkingdyson1995-08-081-6/+6
OpenPOWER on IntegriCloud