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
/
pci
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for Intel E7205 AGP.
anholt
2004-08-22
1
-0
/
+6
*
Fix aperture size detection on some ALi chipsets by only using the lowest 4 bits
anholt
2004-08-21
1
-4
/
+4
*
Apply some stylistic changes based off of kern/70037 (content changes to
anholt
2004-08-21
1
-10
/
+10
*
fix LOR's in sk. Original patch from dwhite. This moves the memory
jmg
2004-08-20
2
-44
/
+56
*
put function's name at begining of column...
jmg
2004-08-20
1
-1
/
+2
*
add pci id for Belkin F5D5005 Gigabit ethernet card.
jmg
2004-08-20
2
-0
/
+11
*
Unconditionally support the AMD64 GART HW.
obrien
2004-08-19
3
-15
/
+1
*
AMD64 on-CPU GART support.
obrien
2004-08-16
5
-1
/
+341
*
style.9.
obrien
2004-08-16
1
-12
/
+8
*
- Make OF_getetheraddr() honour the "local-mac-address?" system config
marius
2004-08-14
1
-1
/
+1
*
Since the if_de driver doesn't contain locking, mark it as
rwatson
2004-08-13
1
-1
/
+1
*
Revert rev 1.93 and replace it by grabbing the vr lock before calling
scottl
2004-08-11
1
-2
/
+2
*
Minimal fix to prevent crashes when an AGP v2 card is used with the new v3 VIA
anholt
2004-08-09
2
-1
/
+12
*
Fix rl(4)'s lock behavior upon deinitialization. I would get a panic
green
2004-08-09
1
-5
/
+6
*
Acquire vr lock before entering vr_setcfg() in vr_miibus_statchg(),
rwatson
2004-08-07
1
-0
/
+2
*
Do not attempt to clean up data that has not been initialized yet.
roam
2004-08-06
1
-2
/
+4
*
Unbreak DEVICE_POLLING build / LINT. Sorry!
mlaier
2004-08-02
1
-1
/
+1
*
Second part of ALTQ driver modifications, covering:
mlaier
2004-08-01
1
-5
/
+7
*
Update for the KDB framework:
marcel
2004-07-10
1
-1
/
+2
*
Further improve locking in xl(4):
bms
2004-07-09
1
-21
/
+34
*
Apply the long-overdue hatchet of style(9) death to this file.
bms
2004-07-09
1
-458
/
+547
*
Further locking improvements for vr(4):
bms
2004-07-09
1
-46
/
+69
*
Add a 'suspended' flag to softc so that we can avoid races on detach.
bms
2004-07-09
1
-0
/
+1
*
Actually turn on driver locking in xl(4).
bms
2004-07-09
1
-10
/
+0
*
Further rl(4) locking improvements:
bms
2004-07-09
1
-48
/
+71
*
Whitespace nit
bms
2004-07-05
1
-1
/
+1
*
Eliminate redundant return keywords.
bms
2004-07-05
1
-29
/
+0
*
Whitespace pass.
bms
2004-07-05
1
-40
/
+39
*
style(9):
bms
2004-07-05
1
-75
/
+75
*
Eliminate redundant return keywords.
bms
2004-07-05
1
-48
/
+0
*
Whitespace nits
bms
2004-07-05
2
-29
/
+29
*
style(9) pass on prototypes.
bms
2004-07-05
1
-21
/
+27
*
Locking cleanup for rl(4).
bms
2004-07-05
1
-52
/
+60
*
style(9) and whitespace cleanup.
bms
2004-07-05
2
-390
/
+238
*
Reintroduce and clean up locking in xl(4).
bms
2004-07-05
1
-88
/
+178
*
Use if_printf() and device_printf() where appropriate, i.e.:
bms
2004-07-05
1
-88
/
+92
*
ANSIfy function definitions.
bms
2004-07-04
1
-259
/
+99
*
Fix whitespace, indentation, long line wrapping and comments.
bms
2004-07-04
1
-126
/
+122
*
Fix whitespace and comments.
bms
2004-07-04
1
-20
/
+25
*
Consistently use __inline instead of __inline__ as the former is an empty macro
stefanf
2004-07-04
2
-3
/
+3
*
SMPng locking cleanup for vr(4).
bms
2004-07-03
1
-66
/
+58
*
- Another whitespace pass; make locking calls more obvious.
bms
2004-07-03
1
-12
/
+10
*
style(9) compliance.
bms
2004-07-02
1
-276
/
+164
*
Bring in the first chunk of altq driver modifications. This covers the
mlaier
2004-07-02
4
-26
/
+37
*
Add support for the VIA Apollo KT400/400A/600 AGP host bridges which use
jhb
2004-07-02
1
-0
/
+3
*
Remove saved_* from dc_softc. They are now no longer needed.
imp
2004-06-29
1
-5
/
+0
*
Remove burn bridges code that saved/restored the pci config registers
imp
2004-06-28
11
-338
/
+3
*
Be BURN_BRIDGES compliant.
phk
2004-06-21
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
5
-13
/
+13
*
Use NG_FREE_MSG() instead of FREE().
phk
2004-06-13
1
-1
/
+1
[next]