summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_device.h
Commit message (Expand)AuthorAgeFilesLines
* Add prototype for isa_dmastop()msmith1997-08-281-1/+2
* Fix a difference between the declaration & definition of isa_dmastatus().fsmp1997-07-241-2/+2
* Add isa_dmastatus() for reading the current ISA DMA counter for amsmith1997-07-241-1/+2
* Removed yet another vestige of devconf.bde1997-07-201-3/+1
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-021-54/+1
* move intrhand2_t from isa_device.h to machine/types.h - it's used far morepeter1997-05-311-8/+1
* Add support for shared interrupts to the kernel. This code is meantse1997-05-261-5/+6
* informal discussion between Bruce Evans <bde@zeta.org.au>,fsmp1997-04-271-18/+8
* change #if 0 to #ifdef KERNEL since this is pretty important forpeter1997-04-261-2/+3
* #if'ed out the '#include "opt_smp.h"' line.fsmp1997-04-261-2/+3
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-1/+25
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Removed more devconf leftovers.bde1996-09-101-4/+1
* Various cleanups for remanents of devconf.phk1996-09-081-6/+1
* More merge.asami1996-09-041-5/+1
* The Great PC98 Merge.asami1996-06-141-1/+5
* Add a lock for DMA Channels to prevent two devices from using the same DMAsmpatel1996-04-081-6/+6
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* Declared new functions isa_dmainit() and isa_dmadone_nobounce().bde1996-01-271-29/+38
* Mega commit for sysctl.phk1995-11-201-4/+5
* Remove old eisaconf cruft from the eisa files. The old eisaconf kludgedgibbs1995-11-051-4/+1
* Make pcvt and syscons live in the same kernel. If both are enabled, thenbde1995-09-101-3/+4
* Move conflicts flag to the end.jkh1995-05-111-2/+2
* Remove all vestiges of the ALLOW_CONFLICT_FOO evil and replace it withjkh1995-05-111-1/+7
* include hooks for EISA configuration (possibly wrong :)julian1995-04-231-1/+11
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+3
* Prepare for shared interrupts (required by the new PCI code that addsse1995-03-161-1/+2
* Add id_next field to struct isa_device,this does notugen1995-03-121-1/+2
* Add extra id_enabled flag for userconfig to manipulate. If id_enabledjkh1994-11-031-1/+2
* BEWARE: Interface change of register_intr() !se1994-10-251-2/+2
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-1/+2
* Add support for devconf to a large number of device drivers, and dowollman1994-10-191-2/+10
* isa.c isa_device.h: declare & define {e,}isa_{in,ex}ternalize().wollman1994-10-191-1/+7
* isa_device.h: Added flag for sensitive HW. ed# seems to break if anythingphk1994-10-171-1/+2
* Laptop Advanced Power Management support by HOSOKAWA Tatsumi.dg1994-10-011-1/+2
* make id_iobase an int - the change to a u_short broke lpt,csgr1994-09-031-2/+2
* Reviewed by:ats1994-09-021-2/+2
* Restore the intr_* array variables that were removed in the previousbde1994-08-221-1/+5
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-201-5/+1
* Bruce Evans' dynamic interrupt support.dg1994-08-181-8/+57
* Temporary hack to allow multiple controller support until Rod gets morenate1994-01-041-2/+2
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-2/+6
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-071-1/+5
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-13/+2
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+85
OpenPOWER on IntegriCloud