summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
Commit message (Expand)AuthorAgeFilesLines
* Add Pentium Pro CPU detection and special handling. For now, all thedg1995-12-241-4/+4
* Made "AUTO_EOI_1" standard. auto-EOI on the master ICU is a documenteddg1995-12-233-112/+78
* Increase Pentium cyclecounter calibration time to 131072 us. Thiswollman1995-12-201-2/+2
* Implemented a (sorely needed for years) double fault handler to catch stackdg1995-12-192-6/+7
* Fixed staticization of DDB functions.bde1995-12-141-2/+2
* Staticize and cleanup.phk1995-12-102-7/+7
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Fix Pentium CPU rate diagnosis:wollman1995-11-291-8/+8
* Quick fix for stat_imask and intr_mask[8] not having the RTC interruptbde1995-11-201-1/+2
* Mega commit for sysctl.phk1995-11-201-21/+10
* Updated comments. The comments about the unused addresses get brokenbde1995-11-181-24/+30
* Remove old eisaconf cruft from the eisa files. The old eisaconf kludgedgibbs1995-11-051-40/+1
* Remove the #ifdev DEVRANDOM's, as promised.markm1995-11-042-10/+2
* We no longer need the spltty() == splimp() hack if PPP is configured intopeter1995-10-311-6/+10
* Theodore Ts'po's random number gernerator for Linux, ported by me.markm1995-10-282-2/+26
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-2/+2
* Sorry, the last commit screwed up for me, this is the right one (I hope!)phk1995-10-281-1/+8
* Only allow `sensitive' devices for displays in find_display(). This isbde1995-10-221-3/+6
* Reduce jitter of Pentium microtime() implementation by letting the counterwollman1995-10-121-6/+15
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-191-5/+7
* Killed isa_allocphysmem() and isa_freephysmem(). They are completely useddg1995-09-151-44/+1
* Make pcvt and syscons live in the same kernel. If both are enabled, thenbde1995-09-101-1/+17
* Submitted by: Luigi Rizzo (luigi@iet.unipi.it)julian1995-09-081-2/+12
* Remove extra args from the calls to getit(). The bug was benign with thebde1995-08-251-4/+4
* Convert to ANSI C: change #endif THING to #endif /* THING */.bde1995-06-141-59/+57
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-2/+2
* Remove trailing whitespace.rgrimes1995-05-303-32/+32
* "1 easy fix in 10 excrutiating steps"jkh1995-05-131-2/+2
* Add variable `idelayed' and macros setdelayed() and schedsofttty()bde1995-05-111-1/+7
* Pass me the pointed chapeau - this typo somehow got through my testing.jkh1995-05-111-2/+2
* Remove all vestiges of the ALLOW_CONFLICT_FOO evil and replace it withjkh1995-05-111-12/+5
* include hooks for EISA configuration (possibly wrong :)julian1995-04-231-12/+14
* Don't waste time sending an EOI to ICU1 if option AUTO_EOI_1 is defined.bde1995-04-152-14/+18
* Add a class field to devconf and mst drivers.wollman1995-04-122-29/+35
* Print "on isa" for devices with port==0 per Bruce suggestionache1995-04-061-2/+2
* Print "on motherboard" for isa? devices with id_iobase == 0ache1995-04-041-11/+9
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-3/+3
* Do a printf("\n") after all conditional printfs have been done so thatswallace1995-03-251-4/+5
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-5/+8
* Prepare for shared interrupts (required by the new PCI code that addsse1995-03-161-1/+28
* Changed the printf()s in npxattach a bit so you don't end up withwpaul1995-03-051-6/+6
* Change EISA size to 256 instead of 4096.phk1995-02-251-2/+2
* Read K&R and get the { } right :-)phk1995-02-251-7/+6
* I belive I finally got the "on eisa" right.phk1995-02-251-5/+6
* Submitted by: seb@erix.ericsson.se (Sebastian Strollo)bde1995-02-231-2/+5
* Undo the busy latch changes made in the previous revision. They brokebde1995-02-171-4/+4
* This is the latest version of the APM stuff from HOSOKAWA, I have lookedphk1995-02-171-1/+3
* Changed address of the game controller to 0x201 (was 0x200)jmz1995-01-251-2/+2
* Submitted by: Bruce Evansats1995-01-191-30/+9
* Work around a compiler bug in gcc2.6.3 in handling (long long) variables andats1995-01-071-3/+24
OpenPOWER on IntegriCloud