summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Gunther Schadow <gusw@fub46.zedat.fu-berlin.de>'sjkh1995-01-071-4/+5
* Use sufficient parentheses in macros.bde1995-01-031-79/+82
* icu.s:bde1994-12-301-78/+40
* i386/exception.s,bde1994-12-032-4/+14
* I just learned that isa.h is included in assembler files too...phk1994-11-191-3/+2
* addphk1994-11-191-1/+3
* IO_EISASIZE should be 1 slot, not 2.gibbs1994-11-181-2/+2
* Get IO_EISASIZE properly defined now.jkh1994-11-181-1/+2
* Log processes that exit with an masked npx exception that would trapbde1994-11-141-8/+21
* Move declarations of atdevbase and rtcin() to cpufunc.h (a less wrongbde1994-11-141-12/+5
* Revision 1.6 fix was lost: don't write 0 to RTC_DIAGache1994-11-121-2/+1
* Use adjkerntz into inittodr too (for APM stuff)ache1994-11-101-2/+2
* Public function declarations moved to <machine/npx.h>.bde1994-11-061-4/+1
* Maintain a new variable `timer0_overflow_threshold' so that microtime()bde1994-11-051-41/+87
* Add extra id_enabled flag for userconfig to manipulate. If id_enabledjkh1994-11-031-1/+6
* Fix a very old, very stupid race clearing the mask bit for the currentbde1994-11-012-8/+10
* DMA automode patch, fix SB16 clicksache1994-11-011-1/+19
* Fixed a couple of wrong printfs (too few arguments supplied). Also zappedphk1994-10-261-1/+2
* BEWARE: Interface change of register_intr() !se1994-10-251-4/+5
* BEWARE: Interface change of register_intr() !se1994-10-251-3/+7
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-232-3/+39
* Don't check for IRQ conflicts before probing the device, so thatbde1994-10-191-4/+1
* Add support for devconf to a large number of device drivers, and dowollman1994-10-191-0/+15
* isa.c isa_device.h: declare & define {e,}isa_{in,ex}ternalize().wollman1994-10-191-2/+67
* isa_device.h: Added flag for sensitive HW. ed# seems to break if anythingphk1994-10-171-16/+46
* A couple of prototypes moved out from here.phk1994-10-081-3/+1
* Add disable_rtc_set variable to block resettodr() call, needed forache1994-10-041-2/+6
* RTC_CENTURY usage ifdefed out by USE_RTC_CENTURY compile option,ache1994-10-041-1/+9
* Laptop Advanced Power Management support by HOSOKAWA Tatsumi.dg1994-10-013-51/+103
* Add #ifndef ALLOW_CONFLICT_IRQswallace1994-09-301-1/+6
* Updated pcaudio.c to latest from 1.1.5.1sos1994-09-291-67/+49
* From 1.1.5:dg1994-09-221-2/+2
* Don't supply the `usermode' arg to softclock(). The 2.0 softclock() doesn'tbde1994-09-202-4/+4
* Don't lose the RTC interrupt in resettodr().bde1994-09-201-2/+2
* Remove the alias splnone() for spl0(). It was used only once.bde1994-09-201-2/+2
* resettodr() implemented, inittodr() fixedache1994-09-201-70/+136
* The previous revision got the wrong log message (for clock.c). It shouldbde1994-09-181-2/+2
* Remove some unnecessary #includes.bde1994-09-182-26/+20
* Redo Kernel NTP PLL support, kernel side.wollman1994-09-181-22/+1
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromdg1994-09-161-5/+5
* Removed some macros that are now in cpufunc.hpaul1994-09-151-11/+1
* 1. adjkerntz variable added for preparation to resettodr() implementationache1994-09-141-2/+4
* Reversed my patch from yesterday. "eisa" if >= 0x1000.phk1994-09-131-2/+2
* Only say eisa if ((ioaddr & 0xfff) >= 0x400)phk1994-09-131-2/+2
* Define new MIB variable, hw.floatingpoint, which is true if FP hardwarewollman1994-09-091-3/+4
* Reviewed by:ats1994-09-021-2/+2
* Fix up some sloppy coding practices:wollman1994-08-181-3/+1
OpenPOWER on IntegriCloud