mailing.freebsd.cvscurrent
  Home FAQ Contact Sign in
mailing.freebsd.cvscurrent only
 
Advanced search
February 2008
motuwethfrsasuw
    123 5
45678910 6
11121314151617 7
18192021222324 8
2526272829   9
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
mailing.freebsd.cvscurrent Profile…
RELATED GROUPS

POPULAR GROUPS

more...

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


Author: Jack F Vogel
Date: Feb 29, 2008 20:38

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 Changes Path
1.4 +1 -1 src/sys/dev/igb/if_igb.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  cvs commit: src/sys/dev/igb if_igb.c         


Author: Jack F Vogel
Date: Feb 29, 2008 20:15

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 Changes Path
1.3 +2 -1 src/sys/dev/igb/if_igb.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  cvs commit: src/sys/conf files         


Author: Jack F Vogel
Date: Feb 29, 2008 20:00

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 Changes Path
1.1273 +0 -2 src/sys/conf/files
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  cvs commit: src/sys/dev/igb if_igb.c         


Author: Jack F Vogel
Date: Feb 29, 2008 19:27

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 Changes Path
1.2 +1 -1 src/sys/dev/igb/if_igb.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  cvs commit: src/sys/conf NOTES         


Author: Jack F Vogel
Date: Feb 29, 2008 17:11

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 Changes Path
1.1471 +3 -3 src/sys/conf/NOTES
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  Re: cvs commit: src/sys/conf files src/sys/dev/em LICENSE         


Author: Jack Vogel
Date: Feb 29, 2008 16:19

Ahhh, good point, I will do so. Thanks :)

On Thu, Feb 28, 2008 at 3:23 PM, Niclas Zeising
gmail.com> wrote:
>
> Jack F Vogel wrote:
>> jfv 2008-02-29 21:50:11 UTC
>>
>> FreeBSD src repository
>>
>> Modified...
Show full article (2.57Kb)
no comments
  cvs commit: src/sys/conf NOTES         


Author: Jack F Vogel
Date: Feb 29, 2008 16:05

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 Changes Path
1.1470 +4 -0 src/sys/conf/NOTES
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  cvs commit: src/tools/regression/environ envctl.c         


Author: Sean Farley
Date: Feb 29, 2008 16:04

scf 2008-03-01 00:02:12 UTC

FreeBSD src repository

Modified files:
tools/regression/environ envctl.c
Log:
Remove a dereference. It was unintended and a no-op.

Use the correct value of errno. Although the errno value passed into
printf() follows the *env() call, it is not guaranteed to be the errno
from that call. When I wrote the regression tester, the environment I
used did pass the errno from the call. Consolidate the print for the
return code and errno into a function in the process of fixing this.

Approved by: wes (mentor)

Revision Changes Path
1.3 +30 -20 src/tools/regression/environ/envctl.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  Re: cvs commit: src/sys/conf files src/sys/dev/em LICENSE         


Author: Niclas Zeising
Date: Feb 29, 2008 15:53

Jack F Vogel wrote:
> 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
> e1000_82543.c e1000_82543.h 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_mac.c e1000_mac.h e1000_manage.c
> e1000_manage.h e1000_nvm.c e1000_nvm.h
> e1000_osdep.h e1000_phy.c e1000_phy.h
> e1000_regs.h if_em.c if_em.h
> sys/modules/em Makefile
> Added files: ...
Show full article (2.33Kb)
no comments
  cvs commit: src/sys/modules Makefile         


Author: Jack F Vogel
Date: Feb 29, 2008 14:54

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 Changes Path
1.556 +4 -0 src/sys/modules/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
 
1 2 3 4 5 6 7 8 9