jfv 2007-05-17 00:14:04 UTC
FreeBSD src repository
Modified files:
sys/dev/em if_em.c if_em.h
Log:
Couple of changes, back down on last TSO change, instead make old
adapter list still capable, but only PCI-E adapters are now enabled.
The user can enable older PC
jfv 2007-05-23 20:41:20 UTC
FreeBSD src repository
Modified files:
sys/dev/em if_em.c
Log:
Two minor fixes, keep old 82542 from using jumbo frames, and add
missing htole64 in encap code.
Reviewed by:Pdeuskar
Approved by:Pdeuskar
Revision ChangesPa
jfv 2007-05-23 21:47:19 UTC
FreeBSD src repository
Modified files:
.MAINTAINERS
Log:
Update the maintainer id for em driver.
Revision ChangesPath
1.145 +1 -1 src/MAINTAINERS
___
cvs-all@freeb
jfv 2007-05-24 18:11:11 UTC
FreeBSD src repository
Modified files:
sys/dev/em if_em.c
Log:
Fix for PR 112937, thanks to Ruslan Ermilov. I am still
a bit confused how the 'link flap' was connected to the
'get' rather than 'set' address, but this seems the right
jfv 2007-05-30 23:32:22 UTC
FreeBSD src repository
Modified files:
sys/dev/em README if_em.c
Log:
A few small but significant fixes:
- Coverity Prevent(tm) CID 1906 a bogus use of bzero where unneeded.
- ICH8 systems autoneg to 100 rather than 1000, this can a
jfv 2007-05-31 23:36:21 UTC
FreeBSD src repository
Modified files:
sys/dev/em if_em.c
Log:
Couple of the fixes needed revising. The ICH8 autoneg was still broken,
this change both simplifies the code and plugs a hole where the devise
was reset without keeping th
jfv 2006-11-10 09:30:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/em if_em.c if_em.h
Log:
This patch redesigns the watchdog timer. The old version had SMP
vulnerabilities. It also has the FAST_INTR code as a compile option.
jfv 2007-12-07 01:06:42 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/em if_em.c if_em.h
Log:
MFC of a few important fixes done in RELENG_7 to 6
- WITNESS lock problem due to naming of multi locks
- Race in em_stop if you don't
jfv 2007-12-07 04:01:16 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/em if_em.c
Log:
DUH, fix breakage of last checkin. Its kinda humorous,
the code is broken in 7 but that will never be a problem
because of defines, but it broke
101 - 109 of 109 matches
Mail list logo