cvs commit: src/sys/net if.h if_vlan.c

2008-08-28 Thread Jack F Vogel
jfv 2008-08-28 22:05:19 UTC FreeBSD src repository Modified files: sys/net if.h if_vlan.c Log: SVN rev 182413 on 2008-08-28 22:05:19Z by jfv Fix to bug kern/126850. Only dispatch event hander if the interface had a parent (was attached). Reviewed by:

cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c ifvlan.c

2008-08-28 Thread Jack F Vogel
jfv 2008-08-28 22:13:44 UTC FreeBSD src repository Modified files: sbin/ifconfigifconfig.8 ifconfig.c ifvlan.c Log: SVN rev 182414 on 2008-08-28 22:13:44Z by jfv Add support in ifconfig to control the vlan hardware filter feature. Reviewed by: EvilSam and

cvs commit: src/sys/dev/e1000 if_igb.c if_igb.h

2008-08-28 Thread Jack F Vogel
jfv 2008-08-28 22:28:28 UTC FreeBSD src repository Modified files: sys/dev/e1000if_igb.c if_igb.h Log: SVN rev 182416 on 2008-08-28 22:28:28Z by jfv Update to igb driver: - changes in support of the VLAN filter fix to 126850 - removal of a

cvs commit: src UPDATING

2008-08-13 Thread Jack F Vogel
jfv 2008-08-14 00:58:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) .UPDATING Log: SVN rev 181703 on 2008-08-14 00:58:54Z by jfv Document the E1000 driver changes for the 7.1 RELEASE RevisionChangesPath

cvs commit: src/sys/dev/e1000 LICENSE README e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e10

2008-08-11 Thread Jack F Vogel
jfv 2008-08-11 18:33:10 UTC FreeBSD src repository Added files: (Branch: RELENG_7) sys/dev/e1000LICENSE README e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c

cvs commit: src/sys/conf files

2008-08-11 Thread Jack F Vogel
jfv 2008-08-11 18:37:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/conf files Log: SVN rev 181598 on 2008-08-11 18:37:51Z by jfv MFC of the em/igb driver reorg Revision ChangesPath 1.1243.2.34 +32 -32

cvs commit: src/sys/modules/em Makefile src/sys/modules/igb Makefile

2008-08-11 Thread Jack F Vogel
jfv 2008-08-11 18:45:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/modules/em Makefile sys/modules/igb Makefile Log: SVN rev 181599 on 2008-08-11 18:45:51Z by jfv MFC of the new em/igb driver reorg, sources for both drivers

cvs commit: src/sys/netinet tcp_lro.c tcp_lro.h

2008-08-11 Thread Jack F Vogel
jfv 2008-08-11 18:53:36 UTC FreeBSD src repository Added files: (Branch: RELENG_7) sys/netinet tcp_lro.c tcp_lro.h Log: SVN rev 181600 on 2008-08-11 18:53:36Z by jfv MFC of the generic LRO facility Revision ChangesPath 1.1.2.1 +379 -0

cvs commit: src/sys/sys eventhandler.h

2008-08-11 Thread Jack F Vogel
jfv 2008-08-11 20:19:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/sys eventhandler.h Log: SVN rev 181605 on 2008-08-11 20:19:38Z by jfv MFC of vlan attach event support Revision ChangesPath 1.37.2.3 +7 -0

cvs commit: src/sys/net if_vlan.c

2008-08-11 Thread Jack F Vogel
jfv 2008-08-11 20:20:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net if_vlan.c Log: SVN rev 181607 on 2008-08-11 20:20:13Z by jfv MFC of vlan attach notification support. Revision ChangesPath 1.124.2.2 +6 -0

cvs commit: src/sys/i386/conf GENERIC

2008-08-11 Thread Jack F Vogel
jfv 2008-08-11 20:30:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/i386/confGENERIC Log: SVN rev 181610 on 2008-08-11 20:30:31Z by jfv MFC of the e1000 driver reorg - add igb to the default kernel. RevisionChangesPath

cvs commit: src/sys/amd64/conf GENERIC

2008-08-11 Thread Jack F Vogel
jfv 2008-08-11 20:31:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/amd64/conf GENERIC Log: SVN rev 181611 on 2008-08-11 20:31:14Z by jfv MFC of the e1000 driver reorg - add igb driver to GENERIC RevisionChangesPath

cvs commit: src/sys/conf files

2008-08-11 Thread Jack F Vogel
jfv 2008-08-11 20:43:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/conf files Log: SVN rev 181612 on 2008-08-11 20:43:01Z by jfv Add LRO code into kernel build. Revision ChangesPath 1.1243.2.35 +1 -0

cvs commit: src/sys/dev/ixgbe LICENSE ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h

2008-08-11 Thread Jack F Vogel
jfv 2008-08-11 21:02:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/ixgbeLICENSE ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h

cvs commit: src/sys/dev/ixgbe ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h

2008-07-30 Thread Jack F Vogel
jfv 2008-07-30 18:15:18 UTC FreeBSD src repository Modified files: sys/dev/ixgbeixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h Log: SVN rev

cvs commit: src/sys/dev/e1000 LICENSE README e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e10

2008-07-30 Thread Jack F Vogel
jfv 2008-07-30 21:56:53 UTC FreeBSD src repository Added files: sys/dev/e1000LICENSE README e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c

cvs commit: src/sys/conf files

2008-07-30 Thread Jack F Vogel
jfv 2008-07-30 22:01:32 UTC FreeBSD src repository Modified files: sys/conf files Log: SVN rev 181028 on 2008-07-30 22:01:32Z by jfv Alter kernel build to work with new dev/e1000 structure. This makes both em and igb, or either alone build and work in

cvs commit: src/sys/modules/em Makefile

2008-07-30 Thread Jack F Vogel
jfv 2008-07-30 22:05:06 UTC FreeBSD src repository Modified files: sys/modules/em Makefile Log: SVN rev 181029 on 2008-07-30 22:05:06Z by jfv Change to build module with new directory tree MFC after:ASAP Revision ChangesPath 1.14 +4 -10

cvs commit: src/sys/modules/igb Makefile

2008-07-30 Thread Jack F Vogel
jfv 2008-07-30 22:06:38 UTC FreeBSD src repository Modified files: sys/modules/igb Makefile Log: SVN rev 181030 on 2008-07-30 22:06:38Z by jfv Change Makefile to reflect new directory structure MFC after:ASAP Revision ChangesPath 1.4 +5 -3

cvs commit: src/sys/amd64/conf GENERIC

2008-07-30 Thread Jack F Vogel
jfv 2008-07-30 22:27:38 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC Log: SVN rev 181031 on 2008-07-30 22:27:38Z by jfv Add igb to the default kernel MFC after:ASAP Revision ChangesPath 1.505 +2 -1

cvs commit: src/sys/i386/conf GENERIC

2008-07-30 Thread Jack F Vogel
jfv 2008-07-30 22:30:49 UTC FreeBSD src repository Modified files: sys/i386/confGENERIC Log: SVN rev 181032 on 2008-07-30 22:30:49Z by jfv Add igb driver to the default kernel Revision ChangesPath 1.495 +2 -1 src/sys/i386/conf/GENERIC

cvs commit: src/sys/dev/e1000 if_igb.c

2008-07-30 Thread Jack F Vogel
jfv 2008-07-31 02:22:53 UTC FreeBSD src repository Modified files: sys/dev/e1000if_igb.c Log: SVN rev 181041 on 2008-07-31 02:22:53Z by jfv Data type fix Revision ChangesPath 1.3 +2 -2 src/sys/dev/e1000/if_igb.c

cvs commit: src/sys/sys eventhandler.h

2008-07-14 Thread Jack F Vogel
jfv 2008-07-14 18:38:52 UTC FreeBSD src repository Modified files: sys/sys eventhandler.h Log: SVN rev 180510 on 2008-07-14 18:38:52Z by jfv Add an event handler to the vlan driver so the NIC driver becomes aware of it, and gets the VLAN ID. This will

cvs commit: src/sys/net if_vlan.c

2008-07-14 Thread Jack F Vogel
jfv 2008-07-14 18:40:21 UTC FreeBSD src repository Modified files: sys/net if_vlan.c Log: SVN rev 180511 on 2008-07-14 18:40:21Z by jfv Add event notification at attach/detach so the NIC is able to detect it and do hardware filtering. Revision

cvs commit: src/share/man/man4 ixgbe.4

2008-06-11 Thread Jack F Vogel
jfv 2008-06-11 18:49:55 UTC FreeBSD src repository Added files: share/man/man4 ixgbe.4 Log: SVN rev 179724 on 2008-06-11 18:49:55Z by jfv Add man page for ixgbe driver Revision ChangesPath 1.1 +121 -0src/share/man/man4/ixgbe.4 (new)

cvs commit: src/sys/net tcp_lro.c tcp_lro.h

2008-06-11 Thread Jack F Vogel
jfv 2008-06-11 22:00:29 UTC FreeBSD src repository Added files: sys/net tcp_lro.c tcp_lro.h Log: SVN rev 179734 on 2008-06-11 22:00:29Z by jfv Add generic TCP LRO code, moved from the ixgbe driver into net Revision ChangesPath 1.1 +379 -0

cvs commit: src/sys/net tcp_lro.c tcp_lro.h

2008-06-11 Thread Jack F Vogel
jfv 2008-06-11 22:08:13 UTC FreeBSD src repository Removed files: sys/net tcp_lro.c tcp_lro.h Log: SVN rev 179735 on 2008-06-11 22:08:13Z by jfv Duh, wrong directory, needed to be in netinet Revision ChangesPath 1.2 +0 -379

cvs commit: src/sys/conf files

2008-06-11 Thread Jack F Vogel
jfv 2008-06-11 22:10:10 UTC FreeBSD src repository Modified files: sys/conf files Log: SVN rev 179736 on 2008-06-11 22:10:10Z by jfv Add LRO into kernel build Revision ChangesPath 1.1308+1 -0 src/sys/conf/files

cvs commit: src/sys/netinet tcp_lro.c tcp_lro.h

2008-06-11 Thread Jack F Vogel
jfv 2008-06-11 22:12:50 UTC FreeBSD src repository Added files: sys/netinet tcp_lro.c tcp_lro.h Log: SVN rev 179737 on 2008-06-11 22:12:50Z by jfv Add generic TCP LOR into netinet Revision ChangesPath 1.1 +379 -0src/sys/netinet/tcp_lro.c

cvs commit: src/sys/modules/ixgbe Makefile

2008-06-11 Thread Jack F Vogel
jfv 2008-06-11 22:18:50 UTC FreeBSD src repository Modified files: sys/modules/ixgbeMakefile Log: SVN rev 179738 on 2008-06-11 22:18:50Z by jfv Remove compile of tcp_lro since its now in netinet Revision ChangesPath 1.4 +1 -1

cvs commit: src/sys/dev/ixgbe tcp_lro.c tcp_lro.h

2008-06-11 Thread Jack F Vogel
jfv 2008-06-11 22:26:27 UTC FreeBSD src repository Removed files: sys/dev/ixgbetcp_lro.c tcp_lro.h Log: SVN rev 179739 on 2008-06-11 22:26:27Z by jfv Remove the tcp_lro.[ch] files as they are now in netinet. Revision ChangesPath 1.2 +0 -380

cvs commit: src/sys/dev/ixgbe ixgbe.h

2008-06-11 Thread Jack F Vogel
jfv 2008-06-11 22:29:47 UTC FreeBSD src repository Modified files: sys/dev/ixgbeixgbe.h Log: SVN rev 179740 on 2008-06-11 22:29:47Z by jfv Change include to reflect tcp_lro.h move. Revision ChangesPath 1.5 +1 -1 src/sys/dev/ixgbe/ixgbe.h

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

2008-05-21 Thread Jack F Vogel
jfv 2008-05-21 21:06:17 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Thanks to report from Neil Hoggarth I found a missing UNLOCK in the watchdog code. This delta also incorporates some missing PCI IDs that got added. PR 122928 -

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

2008-05-21 Thread Jack F Vogel
jfv 2008-05-21 21:34:05 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/em if_em.c Log: Primary a delta to pick up the missing UNLOCK in the watchdog code, this can cause a panic due to a recusion on the TX Lock. Also sync up other

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

2008-05-19 Thread Jack F Vogel
jfv 2008-05-19 23:01:11 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: This small change will allow this driver in HEAD to build on 6.3 as well as 7 :) Revision ChangesPath 1.193 +14 -1 src/sys/dev/em/if_em.c

cvs commit: src/sys/conf files src/sys/dev/ixgbe LICENSE README ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h t

2008-05-16 Thread Jack F Vogel
jfv 2008-05-16 18:46:30 UTC FreeBSD src repository Modified files: sys/conf files sys/dev/ixgbeLICENSE ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h

cvs commit: src/sys/conf files

2008-05-03 Thread Jack F Vogel
jfv 2008-05-03 16:20:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/conf files Log: Left out the inclusion of 82575 when building a static kernel with JUST em. Revision ChangesPath 1.1243.2.20 +1 -1

cvs commit: src/sys/modules Makefile

2008-05-03 Thread Jack F Vogel
jfv 2008-05-03 16:37:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/modules Makefile Log: Add igb into the module build. RevisionChangesPath 1.540.2.12 +5 -0 src/sys/modules/Makefile

cvs commit: src/sys/conf files

2008-05-02 Thread Jack F Vogel
jfv 2008-05-02 23:41:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/conf files Log: MFC of the em/igb split Revision ChangesPath 1.1243.2.19 +11 -7 src/sys/conf/files ___

cvs commit: src/sys/modules/em Makefile

2008-05-02 Thread Jack F Vogel
jfv 2008-05-02 23:43:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/modules/em Makefile Log: MFC of the new em/igb from HEAD Revision ChangesPath 1.9.2.1 +7 -3 src/sys/modules/em/Makefile

cvs commit: src/sys/modules/igb Makefile

2008-05-02 Thread Jack F Vogel
jfv 2008-05-02 23:46:58 UTC FreeBSD src repository Added files: (Branch: RELENG_7) sys/modules/igb Makefile Log: MFC of the em/igb from HEAD Revision ChangesPath 1.3.2.1 +25 -0 src/sys/modules/igb/Makefile (new)

cvs commit: src/sys/dev/igb e1000_82575.c e1000_82575.h e1000_api.c e1000_api.h e1000_defines.h e1000_hw.h e1000_mac.c e1000_mac.h e1000_manage.c e1000_manage.h e1000_nvm.c e1000_nvm.h e1000_osdep.c e

2008-05-02 Thread Jack F Vogel
jfv 2008-05-02 23:49:44 UTC FreeBSD src repository Added files: (Branch: RELENG_7) sys/dev/igb e1000_82575.c e1000_82575.h e1000_api.c e1000_api.h e1000_defines.h e1000_hw.h e1000_mac.c e1000_mac.h

cvs commit: src/sys/dev/em LICENSE e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e1000_82575.c

2008-05-02 Thread Jack F Vogel
jfv 2008-05-02 23:52:02 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/em LICENSE e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c

cvs commit: src/sys/dev/em e1000_82571.c e1000_82571.h e1000_api.c e1000_api.h e1000_defines.h e1000_hw.h e1000_ich8lan.c e1000_ich8lan.h e1000_osdep.h e1000_phy.c e1000_phy.h if_em.c if_em.h src/sys/

2008-04-25 Thread Jack F Vogel
jfv 2008-04-25 21:19:41 UTC FreeBSD src repository Modified files: sys/dev/em e1000_82571.c e1000_82571.h e1000_api.c e1000_api.h e1000_defines.h e1000_hw.h e1000_ich8lan.c e1000_ich8lan.h

cvs commit: src/sys/dev/igb if_igb.c

2008-04-25 Thread Jack F Vogel
jfv 2008-04-25 23:22:01 UTC FreeBSD src repository Modified files: sys/dev/igb if_igb.c Log: A change got dropped in the merge, add back Revision ChangesPath 1.11 +11 -11src/sys/dev/igb/if_igb.c ___

cvs commit: src/sys/dev/igb if_igb.c

2008-04-25 Thread Jack F Vogel
jfv 2008-04-26 02:15:40 UTC FreeBSD src repository Modified files: sys/dev/igb if_igb.c Log: Opps,missed line in the fix... Revision ChangesPath 1.12 +2 -2 src/sys/dev/igb/if_igb.c ___

cvs commit: src/sys/dev/igb if_igb.c

2008-04-03 Thread Jack F Vogel
jfv 2008-04-03 06:17:16 UTC FreeBSD src repository Modified files: sys/dev/igb if_igb.c Log: Fix a lint issue in the build. Revision ChangesPath 1.8 +12 -12src/sys/dev/igb/if_igb.c ___

cvs commit: src/sys/dev/igb if_igb.c

2008-04-03 Thread Jack F Vogel
jfv 2008-04-03 06:45:38 UTC FreeBSD src repository Modified files: sys/dev/igb if_igb.c Log: Another build fix Revision ChangesPath 1.9 +1 -1 src/sys/dev/igb/if_igb.c ___ cvs-all@freebsd.org mailing

cvs commit: src/sys/conf files

2008-04-03 Thread Jack F Vogel
jfv 2008-04-03 20:58:18 UTC FreeBSD src repository Modified files: sys/conf files Log: Fix the build breakage, need the | between dependencies, I didn't realize that :( Revision ChangesPath 1.1288+8 -8 src/sys/conf/files

cvs commit: src/sys/conf files src/sys/dev/em e1000_80003es2lan.c e1000_82540.c e1000_82541.c e1000_82542.c e1000_82543.c e1000_82571.c e1000_82571.h e1000_api.c e1000_api.h e1000_defines.h e1000_hw.h

2008-04-02 Thread Jack F Vogel
jfv 2008-04-02 22:00:36 UTC FreeBSD src repository Modified files: sys/conf files sys/dev/em e1000_80003es2lan.c e1000_82540.c e1000_82541.c e1000_82542.c e1000_82543.c e1000_82571.c e1000_82571.h

cvs commit: src/sys/dev/igb if_igb.c

2008-04-02 Thread Jack F Vogel
jfv 2008-04-03 00:25:09 UTC FreeBSD src repository Modified files: sys/dev/igb if_igb.c Log: Fix minor bug in last checkin, NO_STRICT_ALIGNMENT code. Revision ChangesPath 1.7 +1 -1 src/sys/dev/igb/if_igb.c

cvs commit: src/sys/dev/igb if_igb.c

2008-03-01 Thread Jack F Vogel
jfv 2008-03-01 08:23:35 UTC FreeBSD src repository Modified files: sys/dev/igb if_igb.c Log: Change data formating in debug code. Revision ChangesPath 1.5 +12 -12src/sys/dev/igb/if_igb.c ___

cvs commit: src/sys/conf files src/sys/dev/em LICENSE e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82

2008-02-29 Thread Jack F Vogel
jfv 2008-02-29 21:50:11 UTC FreeBSD src repository Modified files: sys/conf files sys/dev/em LICENSE e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c

cvs commit: src UPDATING

2008-02-29 Thread Jack F Vogel
jfv 2008-02-29 22:08:49 UTC FreeBSD src repository Modified files: .UPDATING Log: Detail the em/igb split so no one gets confused. Revision ChangesPath 1.521 +6 -0 src/UPDATING ___

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

2008-02-29 Thread Jack F Vogel
jfv 2008-02-29 22:38:12 UTC FreeBSD src repository Modified files: sys/dev/em if_em.h Log: Need to add define of FAST interrupts as default Revision ChangesPath 1.67 +3 -0 src/sys/dev/em/if_em.h ___

cvs commit: src/sys/modules Makefile

2008-02-29 Thread Jack F Vogel
jfv 2008-02-29 22:42:30 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Add igb driver to the build Revision ChangesPath 1.555 +1 -0 src/sys/modules/Makefile ___

cvs commit: src/sys/modules Makefile

2008-02-29 Thread Jack F Vogel
jfv 2008-02-29 22:52:59 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Last change was incomplete, instantiate the igb variable... Revision ChangesPath 1.556 +4 -0 src/sys/modules/Makefile

cvs commit: src/sys/conf NOTES

2008-02-29 Thread Jack F Vogel
jfv 2008-03-01 00:03:53 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Add entries for em, igb, and ixgbe adapters. Revision ChangesPath 1.1470+4 -0 src/sys/conf/NOTES ___

cvs commit: src/sys/conf NOTES

2008-02-29 Thread Jack F Vogel
jfv 2008-03-01 01:09:35 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Temporarily comment out new entries due to build problems, to be resolved next week. Revision ChangesPath 1.1471+3 -3 src/sys/conf/NOTES

cvs commit: src/sys/dev/igb if_igb.c

2008-02-29 Thread Jack F Vogel
jfv 2008-03-01 03:25:34 UTC FreeBSD src repository Modified files: sys/dev/igb if_igb.c Log: Missed some code that is ifdef STRICT_ALIGN :( Revision ChangesPath 1.2 +1 -1 src/sys/dev/igb/if_igb.c ___

cvs commit: src/sys/conf files

2008-02-29 Thread Jack F Vogel
jfv 2008-03-01 03:58:49 UTC FreeBSD src repository Modified files: sys/conf files Log: Somehow missed the stanza for 575 in the em driver Revision ChangesPath 1.1273+0 -2 src/sys/conf/files ___

cvs commit: src/sys/dev/igb if_igb.c

2008-02-29 Thread Jack F Vogel
jfv 2008-03-01 04:12:54 UTC FreeBSD src repository Modified files: sys/dev/igb if_igb.c Log: Missing braces in link routine. Revision ChangesPath 1.3 +2 -1 src/sys/dev/igb/if_igb.c ___

cvs commit: src/sys/dev/igb if_igb.c

2008-02-29 Thread Jack F Vogel
jfv 2008-03-01 04:36:24 UTC FreeBSD src repository Modified files: sys/dev/igb if_igb.c Log: An error in the poll routine turned up during LINT build Revision ChangesPath 1.4 +1 -1 src/sys/dev/igb/if_igb.c

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

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

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

2007-11-28 Thread Jack F Vogel
jfv 2007-11-28 19:14:06 UTC FreeBSD src repository Modified files: sys/dev/em if_em.h Log: A minor issue with lock names, WITNESS complains when the two locks are the same... Revision ChangesPath 1.65 +2 -2 src/sys/dev/em/if_em.h

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

2007-11-28 Thread Jack F Vogel
jfv 2007-11-28 23:04:12 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Add COHERENT to descriptor mem allocation for the benefit of ARM (request from Olivier Houchard), its a noop on most architectures and goodness on those that use it.

cvs commit: src/sys/dev/em e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e1000_82575.c e1000_8

2007-11-28 Thread Jack F Vogel
jfv 2007-11-28 23:24:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/em e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c

cvs commit: src/sys/dev/ixgbe ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h

2007-11-28 Thread Jack F Vogel
jfv 2007-11-28 23:52:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/ixgbeixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c

cvs commit: src/sys/dev/ichwd ichwd.c ichwd.h src/sys/dev/usb ehci_pci.c uhci_pci.c

2007-11-26 Thread Jack F Vogel
jfv 2007-11-26 18:21:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/ichwdichwd.c ichwd.h sys/dev/usb ehci_pci.c uhci_pci.c Log: MFC of device support for Intel S7000FC4UR Approved by: re Revision Changes

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

2007-11-26 Thread Jack F Vogel
jfv 2007-11-26 19:47:03 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Fix for a reported panic in certain circumstances. When calling em_stop() now make sure the TX lock is held as well as CORE. Revision ChangesPath 1.188

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

2007-11-20 Thread Jack F Vogel
jfv 2007-11-20 22:06:02 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c if_em.h Log: One nit, FAST handling is now in #ifdef's for compatibility between RELEASES, but we want it on by default in 7 and later, add that define, and take out a

cvs commit: src/sys/dev/em e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e1000_82575.c e1000_8

2007-11-20 Thread Jack F Vogel
jfv 2007-11-20 21:41:22 UTC FreeBSD src repository Modified files: sys/dev/em e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h

cvs commit: src/sys/dev/ichwd ichwd.c ichwd.h src/sys/dev/usb ehci_pci.c uhci_pci.c

2007-11-15 Thread Jack F Vogel
jfv 2007-11-15 23:59:36 UTC FreeBSD src repository Modified files: sys/dev/ichwdichwd.c ichwd.h sys/dev/usb ehci_pci.c uhci_pci.c Log: Add PCI device support for Intel S7000FC4UR in usb and ichwd, systems will not install without the usb changes in

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

2007-11-06 Thread Jack F Vogel
jfv 2007-11-07 01:33:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/em if_em.c if_em.h Log: This delta addresses some users experiencing watchdogs under load with the last driver version. I suspect sheduling to be at the bottom of

cvs commit: src/sys/conf kern.pre.mk

2007-10-12 Thread Jack F Vogel
jfv 2007-10-12 07:49:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf kern.pre.mk Log: Fix the duplicate include stanza. PR: 117125 Revision ChangesPath 1.65.2.6 +0 -3 src/sys/conf/kern.pre.mk

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

2007-10-11 Thread Jack F Vogel
jfv 2007-10-11 17:58:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/em if_em.c Log: Small change, this will allow this driver version to be used on 6.2 RELEASE, you simply won't get MSI/X support. Revision ChangesPath

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

2007-10-06 Thread Jack F Vogel
jfv 2007-10-06 19:36:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/em if_em.c Log: Couple corrections on the MFC, first POLLING had a 7.0 interface left in, thanks to those that caught this. Second, there was a 82571 fix in

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

2007-10-06 Thread Jack F Vogel
jfv 2007-10-07 03:11:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/em if_em.c Log: Last delta confused shared code API in the fix, this corrects it. Revision ChangesPath 1.65.2.26 +2 -3 src/sys/dev/em/if_em.c

cvs commit: src/sys/conf files kern.pre.mk src/sys/dev/em LICENSE e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_8257

2007-10-05 Thread Jack F Vogel
jfv 2007-10-05 22:49:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf files kern.pre.mk sys/dev/em LICENSE if_em.c if_em.h sys/modules/em Makefile Added files: (Branch: RELENG_6) sys/dev/em

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

2007-09-10 Thread Jack F Vogel
jfv 2007-09-10 21:50:40 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c if_em.h Log: A number of small fixes: - duplicate #define in header, thanks to Kevin Lo for pointing out. - incorrect BUSMASTER enable logic, thanks Patrick

cvs commit: src/sys/dev/ixgbe ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h src/sys/modules/ixgbe Makefile

2007-09-03 Thread Jack F Vogel
jfv 2007-09-04 02:31:35 UTC FreeBSD src repository Modified files: sys/dev/ixgbeixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h

cvs commit: src/sys/dev/ixgbe ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h

2007-07-12 Thread Jack F Vogel
jfv 2007-07-12 18:49:01 UTC FreeBSD src repository Modified files: sys/dev/ixgbeixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h

cvs commit: src/sys/dev/ixgbe ixgbe.c

2007-07-12 Thread Jack F Vogel
jfv 2007-07-12 19:04:12 UTC FreeBSD src repository Modified files: sys/dev/ixgbeixgbe.c Log: A couple late breaking bugs that testing have turned up. - change include style so build in kernel try OR standalone work. - Limit HWCSUM - I was led to

cvs commit: src/sys/conf files kern.pre.mk

2007-07-11 Thread Jack F Vogel
jfv 2007-07-11 22:59:57 UTC FreeBSD src repository Modified files: sys/conf files kern.pre.mk Log: New driver for Intel 10G PCI-Express adapter (82598), driver is still in Beta, but we want early users to have access to it in 7.0, Feedback welcome. Enjoy.

cvs commit: src/sys/dev/ixgbe LICENSE ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h

2007-07-11 Thread Jack F Vogel
jfv 2007-07-11 23:03:17 UTC FreeBSD src repository Added files: sys/dev/ixgbeLICENSE ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c

cvs commit: src/sys/conf kern.pre.mk

2007-07-11 Thread Jack F Vogel
jfv 2007-07-12 00:01:54 UTC FreeBSD src repository Modified files: sys/conf kern.pre.mk Log: Removed unnecessary global includes for ixgbe, and em. Both have been determined to be unnecessary. Approved by: re Revision ChangesPath 1.90 +0

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

2007-06-05 Thread Jack F Vogel
jfv 2007-06-05 17:44:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/em if_em.c Log: MFC of a couple small fixes: 82571 LAA reset workaround, and invalid eeprom problem on some PCI-E systems. Revision ChangesPath

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

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

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 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 Changes

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 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

cvs commit: src/sys/dev/em e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e1000_82575.c e1000_8

2007-05-15 Thread Jack F Vogel
jfv 2007-05-16 00:14:24 UTC FreeBSD src repository Modified files: sys/dev/em e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h

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

2007-05-11 Thread Jack F Vogel
jfv 2007-05-11 21:36:08 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Mistake in the logic deciding what adapters need to map the IO BAR. Causing the driver to fail on th 82542. Reviewed by:pdeuskar Approved by:pdeuskar Revision

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

2007-05-08 Thread Jack F Vogel
jfv 2007-05-09 00:41:46 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: A couple bug fixes that I've had internally at Intel. First is a long time workaround for problems with 82571 adapters and LAAs, one port getting reset can cause the

cvs commit: src/sys/modules/em Makefile

2007-05-04 Thread Jack F Vogel
jfv 2007-05-04 07:21:02 UTC FreeBSD src repository Modified files: sys/modules/em Makefile Log: Absolute pathname in the Makefile was broken, this version should work correctly. Revision ChangesPath 1.7 +1 -3 src/sys/modules/em/Makefile

cvs commit: src/sys/conf files kern.pre.mk src/sys/dev/em LICENSE README e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e10

2007-05-03 Thread Jack F Vogel
jfv 2007-05-04 00:00:12 UTC FreeBSD src repository Modified files: sys/conf files kern.pre.mk sys/dev/em LICENSE README if_em.c if_em.h sys/modules/em Makefile Added files: sys/dev/em e1000_80003es2lan.c e1000_80003es2lan.h

cvs commit: src/sys/conf files

2007-05-03 Thread Jack F Vogel
jfv 2007-05-04 05:58:47 UTC FreeBSD src repository Modified files: sys/conf files Log: Last minute mistake crept in, old file name. Approved by:pdeuskar Revision ChangesPath 1.1200+1 -1 src/sys/conf/files

  1   2   >