summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sleep on a better address to wait for output to drain out of thebde1995-07-311-2/+3
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-3/+2
* Improve input flow control.bde1995-07-311-26/+6
* Don't let IXOFF or ECHONL stop the setting of TS_CAN_BYPASS_L_RINT. IXOFFbde1995-07-291-7/+5
* Always wake up writers after clearing TS_BUSY. This will soon bebde1995-07-291-7/+4
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-221-10/+4
* Move the inline code for waking up writers to a new functionbde1995-07-222-23/+4
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-211-11/+1
* Fix races in scstart(). q_to_b() wasn't called at spltty(), so therebde1995-07-112-28/+14
* Speed up the inner loop of ansi_put() by a few percent.bde1995-07-111-2/+10
* Fix error logging:bde1995-07-051-4/+10
* Fight with hanging modems continued:ache1995-06-281-1/+8
* Reduce timeout frequency from `hz' to 0 if no ports are open or to 1 ifbde1995-06-251-142/+236
* Don't convert \n to \r\n in pccnputc(). This is the responsibility ofbde1995-06-141-7/+3
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-112-5/+5
* Remove trailing whitespace.rgrimes1995-05-306-230/+230
* Fixed problem with "char" cursor..sos1995-05-211-2/+6
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-2/+2
* Add variable `idelayed' and macros setdelayed() and schedsofttty()bde1995-05-111-1/+7
* Fix -Wformat warnings, still need to do something about %b and pointerrgrimes1995-05-091-3/+3
* Add hook for pstat -tache1995-05-071-1/+3
* Restructured the floppy tape probe.joerg1995-05-061-6/+2
* Added nsccons variable for use by pstatsos1995-04-281-1/+2
* Added mark_all() call so that screen is proberly updatedsos1995-04-251-1/+2
* Move declarations of console functions to cons.h (they should bebde1995-04-231-12/+5
* Correct the type of the `c' arg to pccnputc().bde1995-04-232-11/+10
* Reviewed by: no-one yet, but non-intrusivejulian1995-04-201-1/+29
* Fix initializations of kdc_state for serial consoles.bde1995-04-151-33/+38
* Forgot two things in yesterday's massive devconf update:wollman1995-04-131-6/+4
* Move setcompat code to another place, initial/locked devicesache1995-04-131-14/+12
* Comment out ttcompat via COMPAT_SUNOS tooache1995-04-131-11/+15
* ttsetcompat is a '#ifdef COMPAT_43' feature.phk1995-04-121-1/+5
* Add a class field to devconf and mst drivers.wollman1995-04-123-38/+81
* Call new ttsetcompat() function for proper workingache1995-04-111-1/+9
* Correct recalibrate/seek code at attach time so that we do not getrgrimes1995-04-061-4/+11
* Fixes to the hardware cursor emulation.sos1995-04-042-56/+80
* Move unit structure member down to optimize com->state per Bruceache1995-04-041-19/+19
OpenPOWER on IntegriCloud