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

2014-01-09 Thread Matt Thomas

On Jan 9, 2014, at 9:28 AM, SAITOH Masanobu  wrote:

> Module Name:  src
> Committed By: msaitoh
> Date: Thu Jan  9 17:28:05 UTC 2014
> 
> Modified Files:
>   src/sys/dev/pci: pcidevs
> 
> Log Message:
> Remove 88SE9128(0x913a) entry. At least one of 88SE9128 chip's
> product ID is 0x9123. I have this one. Add new 88SE912X entry
> with 0x9123. OK'ed by jakllsch.

sys/dev/pci/ahcisata_pci.c:170:25: error:
'PCI_PRODUCT_MARVELL2_88SE9128' undeclared here (not in a function)


Re: CVS commit: src/sys/arch/sparc64/include

2014-01-09 Thread Takeshi Nakayama
>>> "Michael Lorenz"  wrote

> Module Name:  src
> Committed By: macallan
> Date: Thu Jan  9 12:51:27 UTC 2014
> 
> Modified Files:
>   src/sys/arch/sparc64/include: cpu.h
> 
> Log Message:
> allow non-SUN4V kernels to build

I think that fixing sparc64/genassym.cf is a porper fix, but this
change is also necessary as mrg pointed out.

-- Takeshi Nakayama


Re: CVS commit: src/tests/lib/libc/net

2014-01-09 Thread Martin Husemann
On Thu, Jan 09, 2014 at 09:42:25AM +, Justin Cormack wrote:
> On Thu, Jan 9, 2014 at 2:18 AM, Christos Zoulas  wrote:
> > Module Name:src
> > Committed By:   christos
> > Date:   Thu Jan  9 02:18:10 UTC 2014
> >
> > Modified Files:
> > src/tests/lib/libc/net: Makefile h_dns_server.c h_hostent.c
> > t_hostent.sh
> > Added Files:
> > src/tests/lib/libc/net: resolv.conf
> >
> > Log Message:
> > Use our own resolv.conf file simplifying the test to not need rump_vfs.
> > Add debugging on the dns server
> > One test fails (gethostbyaddr6) why? It runs without rump

I guess this commit fixed PR 48507 befor it existed then ;-)

Martin


Re: CVS commit: src/tests/lib/libc/net

2014-01-09 Thread Justin Cormack
On Thu, Jan 9, 2014 at 2:18 AM, Christos Zoulas  wrote:
> Module Name:src
> Committed By:   christos
> Date:   Thu Jan  9 02:18:10 UTC 2014
>
> Modified Files:
> src/tests/lib/libc/net: Makefile h_dns_server.c h_hostent.c
> t_hostent.sh
> Added Files:
> src/tests/lib/libc/net: resolv.conf
>
> Log Message:
> Use our own resolv.conf file simplifying the test to not need rump_vfs.
> Add debugging on the dns server
> One test fails (gethostbyaddr6) why? It runs without rump

As of a week or so ago all inet6 tests on rump also need to be linked
against -lrumpnet_netinet6 as well as -lrumpnet_netinet as inet/inet6
are now modular.

Justin