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
*
cosmetic changes and style fixes
marius
2008-09-30
2
-47
/
+33
*
For chips with a broken DC_ISR_RX_STATE which f.e. never signals
marius
2008-08-29
2
-5
/
+11
*
- Use m_collapse(9) instead of m_defrag(9) if possible. This results
marius
2008-08-23
1
-18
/
+27
*
Ethernet hardware address stored in DC_AL_PAR0/DC_AL_PAR1 register
yongari
2008-06-08
1
-6
/
+14
*
- Const'ify the dc_devs array.
marius
2008-03-24
2
-85
/
+84
*
Fix function prototype for device_shutdown method.
yongari
2007-11-22
1
-2
/
+4
*
IEEE 802.3 Annex 28B.3 explicitly specifies the following relative
yongari
2007-11-16
1
-4
/
+4
*
o In order to reduce bug and code duplication fold handling of NICs
marius
2007-08-05
2
-69
/
+31
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Fix a bug originally introduced in rev. 1.74; don't reloaded the
marius
2006-12-20
1
-1
/
+2
*
- Use our own callout (the dc_tick() callout uses varying periods
marius
2006-12-06
2
-27
/
+35
*
Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h>
marius
2006-11-02
1
-1
/
+0
*
- Wrap code optimized for architectures without alignment constraints
marius
2006-10-29
1
-16
/
+22
*
- Consistently use if_printf() only in interface methods: if_start(),
glebius
2006-09-15
2
-6
/
+8
*
Replace hard-coded magic constants to system defined constants
yongari
2006-08-02
2
-2
/
+2
*
Fix the last commit.
glebius
2006-06-08
2
-3
/
+8
*
Add device IDs for Linksys PCMPC200 Cardbus card.
glebius
2006-06-07
2
-0
/
+12
*
- Switch on the full 32-bit device ID to avoid collisions between the
jhb
2006-06-03
2
-205
/
+94
*
Use PCI bus accessors rather than reading config registers directly to
jhb
2006-06-03
1
-2
/
+3
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-48
/
+1
*
Add device-id for the Neteasy DRP-32TXD cardbus 10/100 card. It's another
jhb
2006-03-16
2
-0
/
+13
*
Do not touch ifp->if_baudrate in miibus aware drivers.
glebius
2006-02-14
1
-1
/
+0
*
Add missing parens.
glebius
2005-12-28
1
-1
/
+1
*
Check for IFF_DRV_RUNNING in the interrupt loop.
glebius
2005-12-28
1
-2
/
+3
*
- Rev. 1.175 fixed compilation on sparc64 but also backed out zeroing of
marius
2005-12-05
1
-5
/
+2
*
Fix on sparc64.
ru
2005-12-04
1
-6
/
+2
*
Fix the misalignment bugs differently than was done in the previous
marcel
2005-12-02
2
-23
/
+33
*
Resolve misalignment traps caused by changes to IF_LLADDR().
marcel
2005-11-22
2
-8
/
+8
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-10
/
+10
*
Make dc compile after repo-copy.
imp
2005-10-18
3
-5
/
+6
*
- Don't pollute opt_global.h with DEVICE_POLLING and introduce
glebius
2005-10-05
1
-0
/
+4
*
Big polling(4) cleanup.
glebius
2005-10-01
1
-28
/
+41
*
Use ansi function definitions in preference to K&R to reduce diffs
imp
2005-09-30
2
-24
/
+10
*
Fix "struct ifnet" leaks when attach() fails in the middle, e.g.
ru
2005-09-16
1
-2
/
+2
*
When bus_alloc_resource_any() fails, dc_detach() is called and it
keramida
2005-09-15
1
-5
/
+11
*
Better comment
imp
2005-08-29
1
-1
/
+4
*
Fix another instance of old info re: miibus
imp
2005-08-29
1
-1
/
+1
*
Fixup locking and mark MPSAFE:
jhb
2005-08-18
1
-70
/
+77
*
Use device_printf() and if_printf() and remove dc_unit from softc.
jhb
2005-08-10
2
-36
/
+31
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-12
/
+13
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+8
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
2
-25
/
+31
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
3
-6
/
+0
*
Fix newer Xircom CBE2-100 cards that were reporting
imp
2005-04-18
1
-13
/
+14
*
Bugger, wiped out a needed comma in the previous commit.
scottl
2005-03-09
1
-1
/
+1
*
The DC driver asks for an alignment of PAGE_SIZE for data buffers, but also
scottl
2005-03-08
1
-3
/
+3
*
Fix style(9) issues with __P removal.
imp
2005-02-24
1
-71
/
+67
*
Return BUS_PROBE_DEFAULT instead of 0.
imp
2005-02-24
1
-1
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
2
-2
/
+2
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
[next]