summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Reviewed by:ats1994-09-021-2/+2
* Bruce Evans' dynamic interrupt support.dg1994-08-181-107/+251
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-18/+18
* Handle NMI's in accordance with data in van Gilluwe book.wollman1994-08-101-4/+23
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+1
* Pulled out timer related functions -> now in clock.csos1994-04-211-160/+1
* Change from Bruce:ache1994-04-021-2/+2
* New interrupt code from Bruce Evans. In additional to Bruce's attacheddg1994-04-021-25/+25
* Now prints ``on eisa'' if id_iobase >= 0x1000, and made a slight codergrimes1994-01-221-5/+12
* Add missing paren so that it now compiles.rgrimes1994-01-171-2/+2
* Updated the TODO file with missing things.ats1994-01-161-2/+2
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-4/+7
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-19/+40
* If netmask == 0, new value changed from 0x8000 to 0x10000ache1993-11-171-4/+2
* if netmask == 0, then the loopback code can do some reallyache1993-11-141-1/+8
* Applied David Greenman's hack to disable IRQ conflict checkingalm1993-11-091-1/+3
* Get rid of WFJ's use of sleep() for more user-friendly tsleep().wollman1993-11-071-2/+2
* >From: Julian Elischer <julian@jules.dialix.oz.au>rgrimes1993-10-181-2/+2
* ALL:rgrimes1993-10-131-148/+179
* Corrected off by 2 error in DELAY macro (it was delaying for 2 * value).rgrimes1993-08-241-3/+3
* Obsolete if_we.c driver, more attach call to where it belongs.rgrimes1993-06-181-9/+3
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+766
OpenPOWER on IntegriCloud