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
/
isa
/
pnpparse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Properly put macro args in ().
phk
2002-10-16
1
-1
/
+1
*
Rework the ISA PnP driver pnp and the PnP resource parser to fix
yokota
2001-09-05
1
-326
/
+497
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
Ignore resources with a size of 0, as these are disabled (and we don't
msmith
2000-11-07
1
-0
/
+7
*
Finally merge newmidi.
tanimura
2000-07-11
1
-1
/
+4
*
Don't record an irq mask if its empty - it confuses the resource allocator.
dfr
2000-06-25
1
-1
/
+3
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
Allow MAXDEP dependants, not MAXDEP-1.
dfr
2000-04-04
1
-1
/
+1
*
Don't use too-large stack buffers.
dfr
2000-03-31
1
-3
/
+16
*
Fixes to parse more complex ISA PnP configurations.
dfr
2000-03-31
1
-44
/
+74
*
Fix PnP memory range calculations.
dfr
2000-03-31
1
-5
/
+6
*
* Add some verbose logging to the PnP parser and fix a couple of bugs.
dfr
1999-10-14
1
-33
/
+166
*
Factor out the PnP resource parser so that it can be re-used by pnpbios
dfr
1999-10-09
1
-0
/
+246