summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
Commit message (Expand)AuthorAgeFilesLines
* Cleanse the SCSI subsystem of its internally defined typesgibbs1996-03-101-3/+1
* Don't print DMA busy messages - the sound code apparently runsjkh1996-03-101-1/+7
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* No longer use the cyclecounter to attempt to correct for late or missedwollman1996-01-301-1/+2
* Allocate DMA bounce buffers only when requested by drivers. Only thebde1996-01-271-17/+67
* Cleaned up unused #includes and some other historical cruft.bde1996-01-271-36/+13
* Reinstate AUTO_EOI_1. This did break suspend/resume on some portables.phk1996-01-193-77/+111
* Since new bcd* macros not argument range overflow resistant,ache1996-01-161-4/+2
* My wife is busy making me a new conical hat, so you don't need tophk1996-01-151-23/+12
* Soren called an said that I screwed up badly, so I backup untilphk1996-01-151-11/+22
* Make bin2bcd and bcd2bin global macroes instead of having localphk1996-01-151-23/+12
* Fixed handling of Feb 29 in resettodr().bde1996-01-121-5/+11
* Replace ugly year/month calculations in resettodr to more cleanache1996-01-081-14/+12
* Choose a different name to hold the option definition.. The original onepeter1996-01-061-2/+2
* Convert DDB to new-style option.wollman1996-01-041-1/+3
* convert the math emulation to use the new-style options.wollman1996-01-041-1/+3
* random_machdep.c: New version, also includes revectored interrupts, rathermarkm1995-12-272-18/+2
* 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
OpenPOWER on IntegriCloud