summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_device.h
Commit message (Expand)AuthorAgeFilesLines
* Add id_iosize as used by pccard.peter1999-09-061-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Don't include isa_dma.h if we have already seen isavar.hdfr1999-05-301-1/+3
* GC some unused stuff relating to the old conflict checking and other lint.peter1999-05-081-14/+3
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-211-3/+1
* The missing prototype for isa_wrap_old_drivers() was bugging me..peter1999-04-191-1/+2
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-23/+6
* Removed the #defines of interrupt handlers to NULL. This hack was forbde1999-01-171-60/+1
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-69/+65
* Added flag CC_QUIET for quiet conflict checking.bde1998-10-121-6/+7
* The Buslogic driver is smart enough to set it's own interrupt vector now.gibbs1998-09-151-3/+2
* Reviewed by: Doug Rabsonnsouch1998-09-031-1/+2
* Add the 'cs' driver for Crystal Semiconductor CS89x0 devices. Thismsmith1998-07-201-1/+2
* Changed the type of an isa/general interrupt handler to take abde1998-06-181-1/+15
* Don't depend on <sys/conf.h> declaring isa device structs or isabde1998-06-171-1/+2
* Declare bsintr when PC98 is defined.kato1998-06-171-1/+4
* Don't declare isa device structs or isa interrupt handlers in <sys/conf>,bde1998-06-171-1/+52
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-1/+2
* 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
OpenPOWER on IntegriCloud