cvs commit: src/sys/dev/em if_em.c if_em.h

2007-05-16 Thread Jack F Vogel
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

cvs commit: src/sys/dev/em if_em.c

2007-05-23 Thread Jack F Vogel
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

cvs commit: src MAINTAINERS

2007-05-23 Thread Jack F Vogel
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

cvs commit: src/sys/dev/em if_em.c

2007-05-24 Thread Jack F Vogel
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

cvs commit: src/sys/dev/em README if_em.c

2007-05-30 Thread Jack F Vogel
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

cvs commit: src/sys/dev/em if_em.c

2007-05-31 Thread Jack F Vogel
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

cvs commit: src/sys/dev/em if_em.c if_em.h

2006-11-10 Thread Jack F Vogel
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.

cvs commit: src/sys/dev/em if_em.c if_em.h

2007-12-06 Thread Jack F Vogel
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

cvs commit: src/sys/dev/em if_em.c

2007-12-06 Thread Jack F Vogel
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

<    1   2