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
/
dc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ooops. Need to free dc_srom on detach to not leak memory.
imp
2002-10-07
1
-0
/
+1
*
Dynamically configure the width of the srom. This code comes from
imp
2002-10-07
2
-15
/
+106
*
Fix the support for the AN985/983 chips, which do not set the
mbr
2002-09-20
1
-1
/
+2
*
Enable the automatic TX underrun recovery for the ADMtek chips.
mbr
2002-09-20
2
-0
/
+5
*
Make consistent; turn spaces into tabs where there is a mixture.
markm
2002-09-04
1
-21
/
+21
*
style:
alfred
2002-08-23
1
-58
/
+116
*
Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid
sobomax
2002-08-18
1
-3
/
+3
*
Fix if_timer logic to make sure that there is always a timeout
luigi
2002-06-30
1
-6
/
+6
*
Add suspend/resume code mostly merged from fxp/rl driver.
iwasaki
2002-05-06
2
-0
/
+88
*
Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't really
phk
2002-05-04
1
-45
/
+14
*
Don't grab the lock until somewhat later in attach to avoid a lock
phk
2002-05-03
1
-6
/
+7
*
Make one generic mii_phy_detach() to replace 19 slightly different ones.
phk
2002-04-29
2
-32
/
+2
*
Move us yet closer to IFM_* definitions in NetBSD.
phk
2002-04-29
1
-6
/
+6
*
Don't pass three args when one will do just fine, and even prevent
phk
2002-04-28
2
-2
/
+2
*
Improve an API by about 4 lines per driver.
phk
2002-04-28
2
-8
/
+2
*
Work around an Intel 21143 chip bug.
mckay
2002-04-18
1
-7
/
+10
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+2
*
Remove __P.
alfred
2002-03-20
3
-79
/
+74
*
Forgot one part of the VLAN support for the dc(4) driver.
ambrisko
2002-01-16
1
-0
/
+2
*
Add VLAN for the dc(4) driver (ie long frame). The patch is 2 parts.
ambrisko
2002-01-16
1
-12
/
+26
*
Fix the "conexant chips don't work in full duplexmode" problem. According
wpaul
2001-12-19
1
-4
/
+8
*
Fix compiler warning in dc_intr(): if the only code that does a "goto"
wpaul
2001-12-19
1
-0
/
+3
*
Patch up some existing style bugs and some that crept in with the
peter
2001-12-15
1
-7
/
+7
*
Device Polling code for -current.
luigi
2001-12-14
2
-0
/
+90
*
Avoid an unnecessary copy of a packet if it is already in a single mbuf.
luigi
2001-12-11
2
-2
/
+7
*
MFS (merge from stable): rev 1.9.2.28, fix ordering of IFF_RUNNING mods.
peter
2001-12-07
1
-2
/
+2
*
Remove error messages on mbuf allocation failures, now
luigi
2001-12-04
1
-10
/
+2
*
Per jlemon request, reintroduce some printf() when an
luigi
2001-11-29
1
-3
/
+8
*
For i386 architecture, remove an expensive m_devget() (and the
luigi
2001-11-29
1
-31
/
+40
*
Remove ifnet.if_mpsafe for now. If this is needed, it won't be needed
jhb
2001-11-14
1
-1
/
+0
*
Enable round-robin arbitration between transmit and receive unit
luigi
2001-10-27
1
-0
/
+5
*
Defs for three (unused so far) bits in PCI command/status register
luigi
2001-10-25
1
-3
/
+3
*
Do not call mii_pollstat() from within device tick routines; the status
jlemon
2001-09-29
1
-8
/
+5
*
Cleanup pass for mii drivers.
jlemon
2001-09-29
2
-31
/
+19
*
Add support for Conexant LANfinity miniPCI controllers. People who have
wpaul
2001-09-04
2
-3
/
+49
*
Deal with the condition where we lose link in the middle of transmitting
wpaul
2001-07-12
1
-1
/
+1
*
Apply patch supplied by Jonathan Chen: use the correct arguments to
wpaul
2001-07-09
1
-2
/
+2
*
Change m_devget()'s outdated and unused `offset' argument to actually mean
bmilekic
2001-06-20
1
-3
/
+2
*
Catch up to header include changes:
jhb
2001-03-28
2
-0
/
+2
*
Apply patch to allow TX underrun handling without issuing a complete
wpaul
2001-02-22
2
-26
/
+64
*
Big round of minor updates:
wpaul
2001-02-21
1
-3
/
+3
*
Take luigi's suggestion and move the check for nothing to do to before the
imp
2001-02-20
1
-5
/
+4
*
Add DC_UNLOCK before first return. This caused returns when dc was on
imp
2001-02-20
1
-1
/
+3
*
Add a check in the interrupt service routine to return quickly in
luigi
2001-02-18
1
-1
/
+4
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-4
/
+4
*
Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of
phk
2001-02-03
1
-8
/
+4
*
Silence compiler warnings.
wpaul
2001-01-20
1
-2
/
+2
*
Bug fixes that I've put together while working on a project in the office:
wpaul
2001-01-19
1
-6
/
+12
*
Implement MTX_RECURSE flag for mtx_init().
bmilekic
2001-01-19
1
-1
/
+1
[next]