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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
__RMAN_RESOURCE_VISIBLE not necessary.
phk
2005-09-25
1
-3
/
+0
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Get rid of #ifdef for legacy system. Move that into the MD code.
imp
2004-12-24
1
-0
/
+7
*
Don't define __RMAN_RESOURCE_VISISBLE. They aren't needed here after
imp
2004-07-03
1
-12
/
+18
*
This needs __RMAN_RESOURCE_VISIBLE if PC98 is defined.
nyan
2004-07-01
1
-0
/
+3
*
remove stale comment since these limits have been increased YEARS ago...
jmg
2004-03-17
1
-3
/
+1
*
Use __FBSDID().
obrien
2003-06-02
1
-2
/
+3
*
- Split the routine to initialize a bus_space_handle into the separate
nyan
2002-02-17
1
-5
/
+7
*
Add needed include.
nyan
2002-02-10
1
-0
/
+3
*
Use the new resource_list_print_type() function.
tmm
2001-12-21
1
-1
/
+1
*
Rewrite the pc98 bus_space stuff.
nyan
2001-10-07
1
-10
/
+13
*
Don't assume that resource type is ioport and rid equal 0.
nyan
2001-06-17
1
-5
/
+6
*
Convert the type of bus_space_handle_t of pc98 from structure into
kato
2000-10-20
1
-10
/
+10
*
Don't assume that address of I/O address table increase (PC-98 only).
nyan
2000-09-07
1
-2
/
+2
*
Redo the isa compat driver shim so that each driver is self contained
peter
2000-05-28
1
-5
/
+0
*
Added indirect pio into the bus space stuff for the NEC PC-98. bus.h
kato
2000-03-29
1
-0
/
+102
*
Connect the ISA and PCI compatability shims to an option. In this case
peter
2000-03-19
1
-1
/
+5
*
* Add struct resource_list* argument to resource_list_alloc and
dfr
1999-10-12
1
-11
/
+25
*
Trim some unused #includes
peter
1999-10-11
1
-4
/
+0
*
Eliminate some magic numbers.
peter
1999-09-01
1
-4
/
+4
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Allow up to 8 ports, 4 memory regions and two irqs and drqs.
dfr
1999-05-30
1
-4
/
+8
*
* Factor out the common code between the isa bus drivers for i386 and alpha.
dfr
1999-05-22
1
-431
/
+32
*
* Define a new static method DEVICE_IDENTIFY which is called to add device
dfr
1999-05-14
1
-106
/
+36
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-5
/
+4
*
GC some #if 0 junk
peter
1999-05-08
1
-9
/
+1
*
Look up the sensitive flag better, allowing interoperation between old and
peter
1999-05-08
1
-2
/
+4
*
Changed the type of id_port from short into int to avoid wrong
kato
1999-04-24
1
-2
/
+2
*
Don't clear the hints on release, just the resource containers.
peter
1999-04-24
1
-7
/
+1
*
As a temporary anti-foot-shooting measure, don't let the user attach
peter
1999-04-16
1
-1
/
+5
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-956
/
+506
*
Move initialization of SWI's in the tty|net|bio masks from isa.c into
peter
1999-04-11
1
-7
/
+1
*
don't print '?' for ioaddr the device may legitimately not have an
phk
1998-11-29
1
-2
/
+2
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-3
/
+6
*
Fixed two potentially serious classes of bugs:
dg
1998-10-13
1
-2
/
+2
*
Don't print conflict messages in haveseen_isadev() if CC_QUIET is
bde
1998-10-12
1
-10
/
+16
*
Stop physical DMA for the non-auto case in isa_dmadone(). This fixes a
bde
1998-07-19
1
-1
/
+3
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-3
/
+3
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-3
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+3
*
Skip probing devices which have already probed true.
eivind
1998-01-31
1
-1
/
+13
*
fix a few style nites...
jmg
1997-11-30
1
-12
/
+15
*
Moved splhigh()/spl0() calls from isa_configure() to configure() so that
bde
1997-11-21
1
-3
/
+1
*
Allow "foo0: disabled, not probed" message to stay, but make it conditional
jkh
1997-10-12
1
-4
/
+4
*
aha1542.c aic6360.c cy.c fd.c ft.c
gibbs
1997-09-21
1
-1
/
+14
*
teach pnp to keep isa_device structs around, and teach isa.c how to scan
jmg
1997-09-19
1
-4
/
+15
*
Here is a patch to alleviate the current problem with the dma interface
msmith
1997-08-28
1
-14
/
+42
*
Check for irq conflicts even if conflicts are allowed. Conflicting
bde
1997-08-25
1
-7
/
+9
*
Made PEND_INTS default.
fsmp
1997-08-21
1
-2
/
+1
*
Add parentheses because == has higher precedence than &.
steve
1997-08-13
1
-7
/
+7
[next]