summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed pessimized (short) i/o port types.bde1996-10-081-3/+2
* Removed more devconf leftovers.bde1996-09-101-2/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-54/+1
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-251-1/+2
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-021-3/+3
* Change the devconf description from "ISA or EISA bus" to "ISA bus" nowgibbs1996-04-201-2/+2
* Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.bde1996-04-111-1/+3
* Add a lock for DMA Channels to prevent two devices from using the same DMAsmpatel1996-04-081-44/+112
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-2/+1
* 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
* 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-191-3/+5
* Made "AUTO_EOI_1" standard. auto-EOI on the master ICU is a documenteddg1995-12-231-6/+4
* Implemented a (sorely needed for years) double fault handler to catch stackdg1995-12-191-3/+4
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* 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
* Remove old eisaconf cruft from the eisa files. The old eisaconf kludgedgibbs1995-11-051-40/+1
* We no longer need the spltty() == splimp() hack if PPP is configured intopeter1995-10-311-6/+10
* Only allow `sensitive' devices for displays in find_display(). This isbde1995-10-221-3/+6
* 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
* Remove trailing whitespace.rgrimes1995-05-301-20/+20
* "1 easy fix in 10 excrutiating steps"jkh1995-05-131-2/+2
* 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
* Add a class field to devconf and mst drivers.wollman1995-04-121-3/+6
* 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
* Prepare for shared interrupts (required by the new PCI code that addsse1995-03-161-1/+28
* 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
* This is the latest version of the APM stuff from HOSOKAWA, I have lookedphk1995-02-171-1/+3
* Add extra id_enabled flag for userconfig to manipulate. If id_enabledjkh1994-11-031-1/+6
* 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
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-1/+13
* 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
* Laptop Advanced Power Management support by HOSOKAWA Tatsumi.dg1994-10-011-45/+92
* Add #ifndef ALLOW_CONFLICT_IRQswallace1994-09-301-1/+6
* Remove the alias splnone() for spl0(). It was used only once.bde1994-09-201-2/+2
OpenPOWER on IntegriCloud