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
*
Various fixes to make de(4) not panic after ru@'s IF_LLADDR() changes:
jhb
2005-11-21
2
-30
/
+22
*
0xb1881106 seems to be an AGP bridge and some BIOSes incorrectly handle
jkim
2005-11-14
1
-16
/
+72
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
12
-37
/
+37
*
Catch up with IFP2ENADDR() type change (array -> pointer).
ru
2005-11-11
2
-3
/
+3
*
- Use callout_*() to manage the callout and make it MPSAFE.
jhb
2005-10-31
2
-16
/
+11
*
Add the device ID for the VIA VT8235 south bridge.
jhb
2005-10-31
1
-0
/
+7
*
Some of the VIA pm and propm devices are actually the same device as the
jhb
2005-10-31
1
-1
/
+38
*
Remove forgotten, no longer needed WB_UNLOCK() from the end wb_ioctl().
wpaul
2005-10-28
1
-2
/
+0
*
Fixup locking and mark MPSAFE.
jhb
2005-10-27
2
-44
/
+61
*
- Use if_printf() and device_printf() and remove vr_unit from the softc.
jhb
2005-10-27
2
-53
/
+44
*
Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntax
imp
2005-10-22
8
-8
/
+8
*
Remove dc after repo copy.
imp
2005-10-18
2
-5088
/
+0
*
Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032
jhb
2005-10-14
3
-2
/
+33
*
In detach method, move if_free() after bus_teardown_intr().
ru
2005-10-13
11
-22
/
+32
*
Mark sk(4) as capable of handling extended VLAN frames. NICs
yar
2005-10-11
1
-0
/
+6
*
- Don't pollute opt_global.h with DEVICE_POLLING and introduce
glebius
2005-10-05
7
-0
/
+28
*
Big polling(4) cleanup.
glebius
2005-10-01
7
-243
/
+295
*
- Use if_printf() and device_printf() in re(4) and remove rl_unit from
jhb
2005-09-29
2
-19
/
+12
*
Use if_printf() and device_printf().
jhb
2005-09-29
1
-90
/
+92
*
Typo.
jhb
2005-09-29
1
-1
/
+1
*
- Add a work-around for nForce3-250. Aperture base address encoded in misc.
jkim
2005-09-27
2
-8
/
+175
*
Remove bridge(4) from the tree. if_bridge(4) is a full functional
mlaier
2005-09-27
1
-2
/
+0
*
Small fixes to sis(4):
jhb
2005-09-26
2
-44
/
+33
*
Use the new bus_space/resource convenience functions.
phk
2005-09-24
2
-43
/
+18
*
Move code macros from if_sis*reg*.h to if_sis.*c*
phk
2005-09-20
2
-16
/
+16
*
Add a new AGP driver for ATI IGP chipsets. The driver is based on reading of
anholt
2005-09-17
2
-0
/
+398
*
Fix agp_nvidia.c to behave more like the linux driver, fixing DRI on Radeon
anholt
2005-09-16
1
-11
/
+20
*
Fix "struct ifnet" leaks when attach() fails in the middle, e.g.
ru
2005-09-16
12
-29
/
+25
*
When bus_alloc_resource_any() fails, dc_detach() is called and it
keramida
2005-09-15
1
-5
/
+11
*
- Fixup locking and mark MPSAFE.
jhb
2005-09-15
2
-51
/
+58
*
Fixed "Memory modified after free" panic in rl_detach() due
ru
2005-09-14
1
-4
/
+3
*
Use if_printf() and device_printf() for printf's and remove the unit number
jhb
2005-08-31
2
-20
/
+15
*
Various locking fixes and mark MPSAFE:
jhb
2005-08-30
2
-60
/
+95
*
Better comment
imp
2005-08-29
1
-1
/
+4
*
Fix another instance of old info re: miibus
imp
2005-08-29
1
-1
/
+1
*
Fix obsolete comment.
imp
2005-08-29
1
-1
/
+1
*
- Use m_defrag() instead of homerolling our own variant
jhb
2005-08-26
1
-68
/
+55
*
- Remove non-bus-dma code.
jhb
2005-08-25
2
-456
/
+134
*
Major rototill of this driver to add FreeBSD bus-dma support:
jhb
2005-08-25
2
-529
/
+774
*
Various fixups to locking:
jhb
2005-08-18
2
-49
/
+33
*
Fixup locking and mark MPSAFE:
jhb
2005-08-18
1
-70
/
+77
*
Fixup locking for sf(4) and mark MPSAFE:
jhb
2005-08-18
2
-53
/
+83
*
- Use htole32() instead of using bswap32() conditional on #if BYTE_ORDER.
jhb
2005-08-17
1
-19
/
+8
*
Remove the unused TULIP_CSR_{READ,WRITE}BYTE macros.
jhb
2005-08-17
1
-9
/
+0
*
Use callout_init_mtx() to simplify the stats callout.
jhb
2005-08-17
1
-8
/
+2
*
Use device_printf() and if_printf() and remove ste_unit from the softc.
jhb
2005-08-17
2
-24
/
+19
*
* Solve "No PHY found" problem for more Yukon Lite variants.
bz
2005-08-13
1
-25
/
+61
*
Use device_printf() and if_printf() and remove dc_unit from softc.
jhb
2005-08-10
2
-36
/
+31
*
Use if_printf() and device_printf() and axe sf_unit from the softc as a
jhb
2005-08-10
2
-21
/
+16
*
Call tulip_start() rather than tulip_ifstart() from the interrupt handler
jhb
2005-08-09
1
-1
/
+1
[next]