summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_device.h
Commit message (Expand)AuthorAgeFilesLines
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-131-1/+1
* Collect the ISA DMA defines from the MI ISA code, not a private copy.msmith2000-06-231-3/+2
* Redo the isa compat driver shim so that each driver is self containedpeter2000-05-281-4/+15
* Remove haveseen_iobase() - it is no longer called from anywhere in thepeter2000-05-281-3/+0
* Connect the ISA and PCI compatability shims to an option. In this casepeter2000-03-191-0/+4
* Zap isa_device -> id_conflicts. The sole user of it (userconfig) neverpeter2000-01-291-6/+0
* Clean up some more loose ends..peter2000-01-231-3/+0
* GC isa_device->id_reconfig - it's not referenced anywhere anymore.peter2000-01-231-2/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-3/+3
* 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
OpenPOWER on IntegriCloud