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
*
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
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
13
-133
/
+138
*
Fix up the locking in pcn(4) and mark it MPSAFE.
jhb
2005-08-05
2
-36
/
+60
*
Recognize D-Link DGE-528(T) Gigabit as an re(4) device.
tobez
2005-08-05
1
-0
/
+5
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
13
-0
/
+36
*
- Use callout_*() rather than timeout() to periodically poll the media.
jhb
2005-07-27
2
-40
/
+156
*
Fix a typo in the name of the dmamap for a bus_dmamap_sync().
jhb
2005-07-27
1
-1
/
+1
*
The 575A doesn't have funcregs in memio. So don't claim that it does.
imp
2005-07-27
1
-3
/
+8
*
- Use the PCIR_BAR() macro rather than hardcoding rids.
jhb
2005-07-21
1
-8
/
+4
*
Don't set if_start to tulip_ifstart all over the place. It is already
jhb
2005-07-21
1
-6
/
+0
*
Remove conditional code that has largely rotted that is also not on by
jhb
2005-07-21
2
-233
/
+13
*
Use get_cyclecount() rather than hardcoding rdtsc and rpcc in asm for i386
jhb
2005-07-21
1
-20
/
+2
[next]