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
/
dev
/
de
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/dev: minor spelling fixes.
pfg
2016-05-03
3
-3
/
+3
*
Fix build when KTR is defined but not KTR_TULIP.
skra
2015-11-20
1
-1
/
+1
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-6
/
+6
*
Don't bother clearing maps for static DMA allocations to NULL. Instead,
jhb
2014-06-17
1
-2
/
+0
*
Fix a few more drivers that were explicitly destroying the bus_dma
jhb
2014-06-11
1
-1
/
+0
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-4
/
+4
*
More conversions of drivers to use the PCI parent DMA tag.
scottl
2012-03-12
1
-3
/
+4
*
Replace `inline static' by `static inline'.
ed
2011-12-13
1
-1
/
+1
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
Use a private timer to run the statistics timer instead of (ab)using
jhb
2009-11-17
2
-20
/
+15
*
Align Tx/Rx descriptors on 32 bytes boundary instead of PAGE_SIZE.
yongari
2009-09-24
2
-9
/
+8
*
Destroy dmamap in dma cleanup.
yongari
2009-09-24
1
-0
/
+1
*
Consistently use bus_addr_t.
yongari
2009-09-24
2
-10
/
+10
*
Use __NO_STRICT_ALIGNMENT to determine whether de(4) have to apply
yongari
2009-09-24
2
-5
/
+2
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
tulip_busdma_cleanup: pass correct vaddr (2nd arg) to bus_dmamem_free()
fjoe
2009-02-09
1
-1
/
+1
*
During attach on some de(4) adapters the driver sends out a test packet as
jhb
2008-04-05
1
-2
/
+6
*
The maxsegsz of a dma tag created in de(4) is TULIP_DATA_PER_DESC bytes.
yongari
2007-06-07
1
-1
/
+1
*
Increase size of timer counter bitfield to accomodate the actual size of the
mjacob
2007-05-20
1
-1
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
- Consistently use if_printf() only in interface methods: if_start(),
glebius
2006-09-15
2
-32
/
+31
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-39
/
+0
*
Repo copy de driver to dev/de, and adjust.
imp
2006-02-26
2
-5
/
+5
*
Use the copy of the card's MAC address saved in tulip_enaddr() in the softc
jhb
2005-12-22
1
-3
/
+12
*
Use ETHER_ADDR_LEN rather than hardcoding 6.
jhb
2005-12-21
1
-1
/
+1
*
Fix the type of "eaddr" to guarantee the required alignment.
ru
2005-12-01
1
-8
/
+8
*
Byte copy IF_LLADDR() on stack to align it to be safe for typecasts.
ru
2005-11-30
2
-21
/
+20
*
Various fixes to make de(4) not panic after ru@'s IF_LLADDR() changes:
jhb
2005-11-21
2
-30
/
+22
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-9
/
+9
*
- 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
*
- 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
*
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
1
-15
/
+16
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
- Use callout_*() rather than timeout() to periodically poll the media.
jhb
2005-07-27
2
-40
/
+156
*
- 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
*
Fix a typo and some whitespace nits.
jhb
2005-07-21
1
-5
/
+3
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
2
-150
/
+143
*
Return BUS_PROBE_DEFAULT instead of 0.
imp
2005-02-24
1
-1
/
+1
*
Hide link up/down/media printfs behind bootverbose
phk
2004-11-08
1
-1
/
+2
*
fix (for me) the problems where if_de gets really slow after time
jmg
2004-10-18
1
-21
/
+0
*
Since the if_de driver doesn't contain locking, mark it as
rwatson
2004-08-13
1
-1
/
+1
*
Apply the long-overdue hatchet of style(9) death to this file.
bms
2004-07-09
1
-458
/
+547
[next]