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_compat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hints overhaul:
peter
2001-06-12
1
-1
/
+7
*
Fix typo: compatability -> compatibility.
asmodai
2001-02-06
1
-1
/
+1
*
Style (whitespace) nit.
peter
2001-01-30
1
-4
/
+4
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
Redo the isa compat driver shim so that each driver is self contained
peter
2000-05-28
1
-27
/
+20
*
Remove haveseen_iobase() - it is no longer called from anywhere in the
peter
2000-05-28
1
-20
/
+0
*
Don't complain about not getting resources for the compatibility shim
imp
2000-04-08
1
-4
/
+4
*
* Factor out the object system from new-bus so that it can be used by
dfr
2000-04-08
1
-1
/
+1
*
Put a FYI in the compatability shims so that people are aware that they
peter
2000-01-29
1
-0
/
+1
*
GC isa_device->id_reconfig - it's not referenced anywhere anymore.
peter
2000-01-23
1
-8
/
+0
*
* Add struct resource_list* argument to resource_list_alloc and
dfr
1999-10-12
1
-15
/
+13
*
Doug missed an isa_get_flags().
peter
1999-09-07
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Cast pointers to uintptr_t instead of casting them to u_long, and/or vice
bde
1999-08-24
1
-2
/
+2
*
* Use ISA_DELETE_RESOURCE to cancel memory resource if driver clears maddr.
dfr
1999-05-30
1
-4
/
+8
*
Don't try to allocate memory resource unless address is non-zero.
dfr
1999-05-24
1
-2
/
+3
*
* Factor out the common code between the isa bus drivers for i386 and alpha.
dfr
1999-05-22
1
-23
/
+57
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-5
/
+8
*
GC some unused stuff relating to the old conflict checking and other lint.
peter
1999-05-08
1
-7
/
+21
*
Only call kvtop on non-null id_maddr's...
peter
1999-04-26
1
-3
/
+8
*
Back out parts of rev 1.4; making isa.c preserve the hints across a
peter
1999-04-24
1
-14
/
+15
*
Always reset the isa hints after releasing the resources after probe,
peter
1999-04-19
1
-16
/
+16
*
Don't do (1 << irq) to get an interrupt mask when irq = -1.
peter
1999-04-19
1
-4
/
+6
*
Fix some confusion between physical and virtual addresses when recording
dfr
1999-04-19
1
-5
/
+13
*
Allocate space for struct isa_device's, not for pointers thereto.
bde
1999-04-17
1
-2
/
+2
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-0
/
+255