index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
i386
/
isa
/
isa_device.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the device name in an isa_device a const char * instead of a char *
jhb
2001-01-24
1
-1
/
+1
*
- Remove the inthand2_t type and use the equivalent driver_intr_t type from
jhb
2000-09-13
1
-1
/
+1
*
Collect the ISA DMA defines from the MI ISA code, not a private copy.
msmith
2000-06-23
1
-3
/
+2
*
Redo the isa compat driver shim so that each driver is self contained
peter
2000-05-28
1
-4
/
+15
*
Remove haveseen_iobase() - it is no longer called from anywhere in the
peter
2000-05-28
1
-3
/
+0
*
Connect the ISA and PCI compatability shims to an option. In this case
peter
2000-03-19
1
-0
/
+4
*
Zap isa_device -> id_conflicts. The sole user of it (userconfig) never
peter
2000-01-29
1
-6
/
+0
*
Clean up some more loose ends..
peter
2000-01-23
1
-3
/
+0
*
GC isa_device->id_reconfig - it's not referenced anywhere anymore.
peter
2000-01-23
1
-2
/
+0
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-3
/
+3
*
Add id_iosize as used by pccard.
peter
1999-09-06
1
-0
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Don't include isa_dma.h if we have already seen isavar.h
dfr
1999-05-30
1
-1
/
+3
*
GC some unused stuff relating to the old conflict checking and other lint.
peter
1999-05-08
1
-14
/
+3
*
Stage 1 of a cleanup of the i386 interrupt registration mechanism.
peter
1999-04-21
1
-3
/
+1
*
The missing prototype for isa_wrap_old_drivers() was bugging me..
peter
1999-04-19
1
-1
/
+2
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-23
/
+6
*
Removed the #defines of interrupt handlers to NULL. This hack was for
bde
1999-01-17
1
-60
/
+1
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-69
/
+65
*
Added flag CC_QUIET for quiet conflict checking.
bde
1998-10-12
1
-6
/
+7
*
The Buslogic driver is smart enough to set it's own interrupt vector now.
gibbs
1998-09-15
1
-3
/
+2
*
Reviewed by: Doug Rabson
nsouch
1998-09-03
1
-1
/
+2
*
Add the 'cs' driver for Crystal Semiconductor CS89x0 devices. This
msmith
1998-07-20
1
-1
/
+2
*
Changed the type of an isa/general interrupt handler to take a
bde
1998-06-18
1
-1
/
+15
*
Don't depend on <sys/conf.h> declaring isa device structs or isa
bde
1998-06-17
1
-1
/
+2
*
Declare bsintr when PC98 is defined.
kato
1998-06-17
1
-1
/
+4
*
Don't declare isa device structs or isa interrupt handlers in <sys/conf>,
bde
1998-06-17
1
-1
/
+52
*
aha1542.c aic6360.c cy.c fd.c ft.c
gibbs
1997-09-21
1
-1
/
+2
*
Add prototype for isa_dmastop()
msmith
1997-08-28
1
-1
/
+2
*
Fix a difference between the declaration & definition of isa_dmastatus().
fsmp
1997-07-24
1
-2
/
+2
*
Add isa_dmastatus() for reading the current ISA DMA counter for a
msmith
1997-07-24
1
-1
/
+2
*
Removed yet another vestige of devconf.
bde
1997-07-20
1
-3
/
+1
*
Move interrupt handling code from isa.c to a new file. This should make
dfr
1997-06-02
1
-54
/
+1
*
move intrhand2_t from isa_device.h to machine/types.h - it's used far more
peter
1997-05-31
1
-8
/
+1
*
Add support for shared interrupts to the kernel. This code is meant
se
1997-05-26
1
-5
/
+6
*
informal discussion between Bruce Evans <bde@zeta.org.au>,
fsmp
1997-04-27
1
-18
/
+8
*
change #if 0 to #ifdef KERNEL since this is pretty important for
peter
1997-04-26
1
-2
/
+3
*
#if'ed out the '#include "opt_smp.h"' line.
fsmp
1997-04-26
1
-2
/
+3
*
Man the liferafts! Here comes the long awaited SMP -> -current merge!
peter
1997-04-26
1
-1
/
+25
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Removed more devconf leftovers.
bde
1996-09-10
1
-4
/
+1
*
Various cleanups for remanents of devconf.
phk
1996-09-08
1
-6
/
+1
*
More merge.
asami
1996-09-04
1
-5
/
+1
*
The Great PC98 Merge.
asami
1996-06-14
1
-1
/
+5
*
Add a lock for DMA Channels to prevent two devices from using the same DMA
smpatel
1996-04-08
1
-6
/
+6
*
Fix a bunch of spelling errors in the comment fields of
mpp
1996-01-30
1
-2
/
+2
*
Declared new functions isa_dmainit() and isa_dmadone_nobounce().
bde
1996-01-27
1
-29
/
+38
*
Mega commit for sysctl.
phk
1995-11-20
1
-4
/
+5
*
Remove old eisaconf cruft from the eisa files. The old eisaconf kludged
gibbs
1995-11-05
1
-4
/
+1
[next]