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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only reset the phy when it is absolutely required.
pdeuskar
2004-02-10
3
-59
/
+113
*
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
4
-105
/
+48
*
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
2
-9
/
+14
*
add locking
sam
2003-09-23
2
-65
/
+104
*
Add support for new devices.
pdeuskar
2003-08-27
5
-957
/
+1871
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
2
-4
/
+4
*
Add facilities for tuning the "em" driver's interrupt delays without
jdp
2003-08-01
3
-44
/
+148
*
Correct comments to indicate that the EM_RADV and EM_TADV parameters
jdp
2003-07-17
1
-2
/
+2
*
The em(4) driver has been converted to busdma and doesn't use
mux
2003-07-04
1
-5
/
+0
*
Mega busdma API commit.
scottl
2003-07-01
1
-0
/
+6
*
Add support for Quad port adapter
pdeuskar
2003-06-05
5
-374
/
+488
*
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
2
-8
/
+10
*
- Bus DMA'fy the driver
pdeuskar
2003-05-02
2
-237
/
+459
*
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
7
-623
/
+1974
*
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
*
The README refers to a LICENSE file, so add that file too.
pdeuskar
2003-01-07
1
-0
/
+29
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
- Move to array based indexing for TX/RX descriptor/buffer management
pdeuskar
2002-12-23
3
-545
/
+526
*
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
2
-22
/
+15
*
- Set RS (Report Status) bit on all descriptors of a packet instead of just t...
pdeuskar
2002-11-08
6
-515
/
+763
*
Corrected license in the source files. It should say "MUST" instead of "MAY".
pdeuskar
2002-09-24
5
-104
/
+94
*
Back out TX/RX descriptor/buffer management changes from earier commit.
pdeuskar
2002-08-26
2
-216
/
+312
*
TX/RX descriptor/buffer management changes.
pdeuskar
2002-08-21
2
-312
/
+216
*
- Use IO mode to reset the controller (82544 and beyond)
pdeuskar
2002-07-16
6
-103
/
+429
*
Removed unneeded files.
pdeuskar
2002-06-18
4
-5322
/
+0
*
Added support for 82545EM and 82546EB based adapters.
pdeuskar
2002-06-03
6
-1751
/
+7198
*
Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanly
peter
2002-05-24
1
-1
/
+1
*
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
7
-1011
/
+1107
*
Remove __P.
alfred
2002-03-20
1
-43
/
+42
*
- Added support for receive in multiple
pdeuskar
2002-02-13
7
-4951
/
+5234
*
-Remove unneeded include stddef.h
pdeuskar
2001-12-20
1
-1
/
+0
*
Fixed two problems:
pdeuskar
2001-12-06
2
-9
/
+5
*
This is the first commit of the Intel gigabit driver for
pdeuskar
2001-12-02
7
-0
/
+7573