daily CVS update output

2018-02-24 Thread NetBSD source update

Updating src tree:
P src/crypto/external/bsd/heimdal/bin/Makefile.inc
U src/crypto/external/bsd/heimdal/libexec/Makefile.inc
U src/crypto/external/bsd/heimdal/sbin/Makefile.inc
P src/crypto/external/bsd/openssh/bin/ssh/Makefile
P src/crypto/external/bsd/openssh/bin/sshd/Makefile
P src/crypto/external/bsd/openssl/dist/crypto/threads_pthread.c
P src/crypto/external/bsd/openssl/lib/libcrypto/ec.inc
P src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/crypto.inc
P src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/ec.inc
P src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/poly1305.inc
P src/external/bsd/bind/Makefile.inc
P src/external/bsd/dhcp/Makefile.inc
P src/external/gpl2/xcvs/bin/xcvs/Makefile
P 
src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_unwind_linux_libcdep.cc
P src/libexec/ftpd/Makefile
P src/libexec/telnetd/Makefile
P src/share/mk/bsd.prog.mk
P src/sys/arch/amd64/amd64/locore.S
P src/sys/arch/atari/conf/Makefile.atari
P src/sys/arch/atari/conf/files.atari
P src/sys/arch/hp300/conf/Makefile.hp300
P src/sys/arch/hp300/conf/files.hp300
P src/sys/arch/luna68k/conf/Makefile.luna68k
P src/sys/arch/luna68k/conf/files.luna68k
U src/sys/arch/m68k/conf/Makefile.kern.m68k.inc
P src/sys/arch/mac68k/conf/Makefile.mac68k
P src/sys/arch/mac68k/conf/files.mac68k
P src/sys/arch/macppc/conf/GENERIC
P src/sys/arch/macppc/conf/GENERIC_601
P src/sys/arch/macppc/conf/MAMBO
P src/sys/arch/sun3/conf/Makefile.sun3
P src/sys/arch/sun3/conf/files.sun3
P src/sys/arch/x68k/conf/Makefile.x68k
P src/sys/arch/x68k/conf/files.x68k
P src/sys/arch/x86/x86/svs.c
P src/sys/dev/pci/pcidevs
P src/sys/dev/pci/pcidevs.h
P src/sys/dev/pci/pcidevs_data.h
P src/sys/netinet/if_arp.c
P src/sys/netinet/in.c
P src/sys/netinet/ip_input.c
P src/sys/netinet/wqinput.c
P src/sys/netinet6/in6.c
P src/sys/netinet6/ip6_input.c
P src/sys/netinet6/nd6_nbr.c
P src/sys/rump/net/lib/libnetinet/netinet_component.c
P src/usr.bin/login/Makefile
P src/usr.bin/passwd/Makefile
P src/usr.bin/su/Makefile
P src/usr.bin/telnet/Makefile
P src/usr.sbin/racoon/Makefile

Updating xsrc tree:


Killing core files:




Updating file list:
-rw-rw-r--  1 srcmastr  netbsd  51679692 Feb 25 03:04 ls-lRA.gz


mdnsd functional?

2018-02-24 Thread Kamil Rytarowski
I'm attempting to use new mdnsd (upgrade Jan 14th 2018) and it does not
resolve the hostname for me.

I'm following the tutorial from:
http://blog.uguu.waw.pl/2015/05/21/mdns-netbsd-linux-osx/

My only change is to use short hostname in rc.conf(5) without the
".example.com" part.

A command like:

  $ getent hosts chieftec.local

does not resolve anything.

I cannot reach this machine from other machines as well (running
NetBSD-current in my case).

Is this only local to my setup? Can someone reproduce it with
NetBSD-current?



signature.asc
Description: OpenPGP digital signature


Re: dmesg | grep -c "not configured" = 240...

2018-02-24 Thread Patrick Welche
On Mon, Feb 19, 2018 at 03:17:48PM +, Stephen Borrill wrote:
> So I've just got a Lenovo ThinkSystem SR630 and:
> # dmesg | grep -c "not configured"
>240
> 
> http://www.netbsd.org/~sborrill/sr630.dmesg.txt
> 
> Main issues are missing Ethernet (Intel X722) and RAID controller:
> vendor 8086 product 37d2 (ethernet network, revision 0x09) at pci7 dev 0 
> function 0 not configured
> vendor 8086 product 37d2 (ethernet network, revision 0x09) at pci7 dev 0 
> function 1 not configured
> vendor 8086 product 37d2 (ethernet network, revision 0x09) at pci7 dev 0 
> function 2 not configured
> vendor 8086 product 37d2 (ethernet network, revision 0x09) at pci7 dev 0 
> function 3 not configured
> vendor 1000 product 0016 (RAID mass storage, revision 0x01) at pci11 dev 0 
> function 0 not configured
> 
> msaitoh@ - have you looked at the Intel X722 gigabit controllers?



For the second part:

> As for the RAID controller, we are missing support for all recent
> LSI/Symbios/Avago/Broadcom controllers meaning no support for lots of
> servers from Lenovo/HP, etc. OpenBSD's mfii supports most of these:
> 
> https://www.precedence.co.uk/wiki/Support-KB-IBM/PCIIDs
> 
> NetBSD has extended mfi to support a few variants, but OpenBSD has split the
> driver into mfi and mfii which makes porting more tricky.

I had a first stab, for which feedback would have been nice:

https://mail-index.netbsd.org/current-users/2015/07/08/msg027701.html

(Development might be easier now that several USB keyboard bugs have
been fixed since then.)


Cheers,

Patrick