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
/
em
/
if_em.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only reset the phy when it is absolutely required.
pdeuskar
2004-02-10
1
-6
/
+25
*
Don't call em_stop() from the watchdog since it requires the controller
deischen
2003-12-07
1
-1
/
+0
*
Use if_flags to check for IFF_POLLING instead of if_ipending.
pdeuskar
2003-12-02
1
-3
/
+3
*
- Code cleanup
pdeuskar
2003-11-14
1
-7
/
+29
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Add a wrapper for a function that takes and releases the adapter
deischen
2003-10-15
1
-3
/
+13
*
locking fixups:
sam
2003-10-10
1
-7
/
+8
*
add locking
sam
2003-09-23
1
-63
/
+98
*
Add support for new devices.
pdeuskar
2003-08-27
1
-19
/
+168
*
Add facilities for tuning the "em" driver's interrupt delays without
jdp
2003-08-01
1
-9
/
+108
*
Mega busdma API commit.
scottl
2003-07-01
1
-0
/
+6
*
Add support for Quad port adapter
pdeuskar
2003-06-05
1
-130
/
+230
*
Fix a printf() format error which broke the ia64 GENERIC build.
des
2003-05-06
1
-1
/
+2
*
- Fix breakage on PAE enabled kernel
pdeuskar
2003-05-03
1
-7
/
+9
*
- Bus DMA'fy the driver
pdeuskar
2003-05-02
1
-236
/
+429
*
Tell the upper layer(s) that we support long frames.
pdeuskar
2003-04-18
1
-0
/
+4
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-1
/
+3
*
Added support for 82541 and 82547 based adapters.
pdeuskar
2003-03-21
1
-149
/
+386
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
- Move to array based indexing for TX/RX descriptor/buffer management
pdeuskar
2002-12-23
1
-494
/
+447
*
Fix IFF_ALLMULTI handling.
luigi
2002-11-25
1
-7
/
+7
*
Add polling support to the "em" driver.
luigi
2002-11-25
1
-4
/
+59
*
network interface driver changes:
sam
2002-11-14
1
-22
/
+13
*
- Set RS (Report Status) bit on all descriptors of a packet instead of just t...
pdeuskar
2002-11-08
1
-434
/
+460
*
Corrected license in the source files. It should say "MUST" instead of "MAY".
pdeuskar
2002-09-24
1
-20
/
+18
*
Back out TX/RX descriptor/buffer management changes from earier commit.
pdeuskar
2002-08-26
1
-186
/
+282
*
TX/RX descriptor/buffer management changes.
pdeuskar
2002-08-21
1
-282
/
+186
*
- Use IO mode to reset the controller (82544 and beyond)
pdeuskar
2002-07-16
1
-31
/
+96
*
Added support for 82545EM and 82546EB based adapters.
pdeuskar
2002-06-03
1
-1651
/
+1777
*
Make em driver compilable on IA64/alpha.
pdeuskar
2002-05-02
1
-4
/
+4
*
Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/
phk
2002-04-28
1
-4
/
+4
*
Added support for 82540EM based cards.
pdeuskar
2002-04-06
1
-755
/
+750
*
Remove __P.
alfred
2002-03-20
1
-43
/
+42
*
- Added support for receive in multiple
pdeuskar
2002-02-13
1
-748
/
+368
*
Fixed two problems:
pdeuskar
2001-12-06
1
-7
/
+3
*
This is the first commit of the Intel gigabit driver for
pdeuskar
2001-12-02
1
-0
/
+2632