Re: CVS commit: src/distrib/sets/lists

2013-07-03 Thread Takeshi Nakayama
 chris...@astron.com (Christos Zoulas) wrote

 In article 20130702175606.b41c...@cvs.netbsd.org,
 Takeshi Nakayama source-changes-d@NetBSD.org wrote:
 
 I think that's wrong. All tests except the t_raw test don't. They certainly
 don't link with rump!
 
 christos

I think so too.  I just enabled them.

-- Takeshi Nakayama


Re: CVS commit: src/distrib/sets/lists

2013-07-03 Thread Christos Zoulas
In article 20130703.231236.343167476...@catvmics.ne.jp,
Takeshi Nakayama  t...@catvmics.ne.jp wrote:
 chris...@astron.com (Christos Zoulas) wrote

 In article 20130702175606.b41c...@cvs.netbsd.org,
 Takeshi Nakayama source-changes-d@NetBSD.org wrote:
 
 I think that's wrong. All tests except the t_raw test don't. They certainly
 don't link with rump!
 
 christos

I think so too.  I just enabled them.

Thanks!

christos



Re: CVS commit: src/sys/dev/pci

2013-07-03 Thread Erik Fair
It would be very helpful to document in bge(4) just which chips support jumbo 
frames (and how big). Heck, it would be even more helpful if that was a 
capability that ifconfig(8) could report because drivers declare it.

Erik f...@netbsd.org

On Jul 2, 2013, at 22:49 , SAITOH Masanobu msai...@netbsd.org wrote:

 Module Name:  src
 Committed By: msaitoh
 Date: Wed Jul  3 05:49:36 UTC 2013
 
 Modified Files:
   src/sys/dev/pci: if_bge.c
 
 Log Message:
 Add BGE_JUMBO_CAPABLE flag to some chips. Before this commit,
 the following chips support the jumbo frame function:
 
   5700
   5701
   5702
   5703
   5704
 
 With this commit, the following chip support it, too:
 
   5714
   5780
   5717
   5718
   5719 (exclude rev. A0)
   5720
   57765
   57766
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.253 -r1.254 src/sys/dev/pci/if_bge.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.