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
/
boot
/
common
/
pnp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Garbage collect the code for auto-loading modules based on ISAPNP IDs,
marius
2007-01-07
1
-198
/
+0
*
Use __FBSDID().
obrien
2003-08-25
1
-1
/
+4
*
Use <sys/queue.h> macro API.
phk
2000-12-30
1
-12
/
+12
*
Make the pnp structure a global variable, so it can be used elsewhere.
dcs
2000-09-08
1
-1
/
+1
*
Cleanup warnings. Most of these are signed/unsigned warnings, as well as
jhb
2000-08-03
1
-2
/
+0
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-1
/
+1
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-1
/
+1
*
Update loader logic to distinguish modules vs. files.
bp
2000-05-01
1
-1
/
+3
*
Remove strange-looking quotes. This part of the code is #if'ed out,
dcs
1999-02-07
1
-1
/
+1
*
bootstrap.h
msmith
1999-01-22
1
-16
/
+15
*
No builtin command resets getopt before using it, causing
msmith
1999-01-11
1
-0
/
+1
*
Fix misallocation of buffer bug (too short)
archie
1998-11-20
1
-1
/
+1
*
Export an interface for presetting the ISA PnP read port address.
msmith
1998-10-22
1
-1
/
+23
*
Make ISA PnP work. This successfully enumerates as many ISA devices as I
msmith
1998-10-21
1
-38
/
+110
*
console.c
msmith
1998-09-26
1
-4
/
+9
*
Resynch with working sources before BTX integration.
msmith
1998-09-14
1
-51
/
+110
*
Generic plug-and-play enumerator infrastructure. Query supplied
msmith
1998-09-04
1
-0
/
+221