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

2010-06-27 Thread Takahiro HAYASHI
; + return; + } } aprint_normal_dev(sc-sc_dev, Ethernet address %s\n, -- Takahiro Hayashi h...@abox3.so-net.ne.jp

Re: CVS commit: src/sys/arch/xen/xenbus

2012-06-06 Thread Takahiro HAYASHI
Hello, It seems that this change makes the first vif of domU not recognized when multiple vif's are assigned in config file. For example, when config has vif = [ 'mac=mac0, bridge=bridge0', 'mac=mac1, bridge=bridge1', 'mac=mac2, bridge=bridge2 ] , you can see on domU xennet0,

Re: CVS commit: src/sys/arch/xen/xenbus

2012-06-10 Thread Takahiro HAYASHI
On Thu, 7 Jun 2012 14:05:14 + Stephen Borrill sborr...@netbsd.org wrote: Module Name: src Committed By: sborrill Date: Thu Jun 7 14:05:14 UTC 2012 Modified Files: src/sys/arch/xen/xenbus: xenbus_probe.c Log Message: Fix problem where devices with ID 0 were skipped

Re: CVS commit: src/usr.bin/netstat

2014-04-28 Thread Takahiro HAYASHI
hi, (04/25/14 04:02), Christos Zoulas wrote: In article 20140424191900.gp20...@snowdrop.l8s.co.uk, David Laight da...@l8s.co.uk wrote: On Thu, Apr 24, 2014 at 10:56:29AM -0400, Christos Zoulas wrote: Module Name:src Committed By: christos Date: Thu Apr 24 14:56:29 UTC 2014

Re: CVS commit: src/sys

2014-07-14 Thread Takahiro HAYASHI
hello, (07/09/14 13:54), Tyler R. Retzlaff wrote: Module Name:src Committed By: rtr Date: Wed Jul 9 04:54:04 UTC 2014 Modified Files: src/sys/compat/svr4: svr4_stream.c src/sys/kern: uipc_syscalls.c uipc_usrreq.c src/sys/net: if_gre.c link_proto.c

Re: CVS commit: src/sys/external/bsd/dwc2/dist

2014-07-26 Thread Takahiro HAYASHI
(07/26/14 18:18), Nick Hudson wrote: Log Message: Recover from channel halt errors by using the 3 strikes xacterr rule. Adapted from the RaspberryPI linux driver. This allows the rum(4) I was sent to be somewhat usable. Need to investigate further what is causing the problem in the first

Re: CVS commit: src/sys/net

2014-07-30 Thread Takahiro HAYASHI
(07/28/14 23:24), Ryota Ozaki wrote: Module Name:src Committed By: ozaki-r Date: Mon Jul 28 14:24:48 UTC 2014 Modified Files: src/sys/net: if.c if_ether.h if_ethersubr.c Log Message: Add a mutex for global variables of if_ethersubr.c To initialize the mutex, we

Re: CVS commit: src/sys/net

2014-07-30 Thread Takahiro HAYASHI
(07/30/14 22:37), Ryota Ozaki wrote: On Wed, Jul 30, 2014 at 8:41 PM, Takahiro HAYASHI t.hash...@gmail.com wrote: (07/28/14 23:24), Ryota Ozaki wrote: To initialize the mutex, we introduce etherinit that is called from ifinit1. etherinit() would be undefined if kernel does not have any

Re: CVS commit: src/sys

2014-08-05 Thread Takahiro HAYASHI
(08/05/14 17:33), Nick Hudson wrote: Module Name:src Committed By: skrll Date: Tue Aug 5 08:33:50 UTC 2014 Modified Files: src/sys/dev/usb: ohci.c xhci.c src/sys/external/bsd/dwc2: dwc2.c Log Message: Prevent the root hub sending updates once the root interrupt

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

2014-08-11 Thread Takahiro HAYASHI
On 08/11/14 19:37, Nick Hudson wrote: Module Name:src Committed By: skrll Date: Mon Aug 11 10:37:59 UTC 2014 Modified Files: src/sys/dev/usb: xhci.c Log Message: PR/49091: xhci: wrong wMaxPacketSize value While this is correct according to the specification only fixed

Re: CVS commit: src/usr.bin/config

2014-10-30 Thread Takahiro HAYASHI
On 10/30/14 10:36, Christos Zoulas wrote: Module Name:src Committed By: christos Date: Thu Oct 30 01:36:13 UTC 2014 Modified Files: src/usr.bin/config: mkheaders.c Log Message: print more info about the overflow It panics on amd64 when negative value is specified like

Re: CVS commit: [nick-nhusb] src/sys

2014-12-07 Thread Takahiro HAYASHI
On 12/03/14 23:18, Nick Hudson wrote: Log Message: Replace malloc(9) with kmem(9) In file sys/dev/usb/uaudio.c, size of memory to be freed should be like this as far as i see above line, or it would panic. Index: src/sys/dev/usb/uaudio.c

Re: CVS commit: src/distrib/utils/embedded/conf

2015-02-12 Thread Takahiro HAYASHI
On 2015/02/07 00:15, Jared D. McNeill wrote: Module Name:src Committed By: jmcneill Date: Fri Feb 6 15:15:02 UTC 2015 Modified Files: src/distrib/utils/embedded/conf: rpi.conf Log Message: By default, RPI firmware sets the max CPU frequency to 600MHz. This can be

Re: CVS commit: [nick-nhusb] src/sys/dev/usb

2015-03-06 Thread Takahiro HAYASHI
On 2015/03/06 21:55, Nick Hudson wrote: On 03/06/15 11:36, Takahiro HAYASHI wrote: On 2015/03/05 21:39, Nick Hudson wrote: Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi.c Log Message: Minor USBHIST_LOG changes /* Sync transfer, wait for completion. */ if (err

Re: CVS commit: [nick-nhusb] src/sys/dev/usb

2015-03-06 Thread Takahiro HAYASHI
On 2015/03/05 21:39, Nick Hudson wrote: Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi.c Log Message: Minor USBHIST_LOG changes /* Sync transfer, wait for completion. */ if (err != USBD_IN_PROGRESS) { - USBHIST_LOG(usbdebug, - done xfer %p, not in

Re: CVS commit: [netbsd-7] src/sys/dev/i2c

2015-04-14 Thread Takahiro HAYASHI
Thank you for pulling up! On 2015/04/14 13:24, Soren Jacobsen wrote: Module Name:src Committed By: snj Date: Tue Apr 14 04:24:58 UTC 2015 Modified Files: src/sys/dev/i2c [netbsd-7]: ds1307.c ds1307reg.h Log Message: Pull up following revision(s) (requested by nonaka in

Re: CVS commit: [netbsd-7] src/sys/dev/pci

2015-04-19 Thread Takahiro HAYASHI
On 2015/04/19 15:45, Jeff Rizzo wrote: Module Name:src Committed By: riz Date: Sun Apr 19 06:45:17 UTC 2015 Modified Files: src/sys/dev/pci [netbsd-7]: files.pci src/sys/dev/pci/ixgbe [netbsd-7]: ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82599.c ixgbe_api.c

Re: CVS commit: [nick-nhusb] src/sys/dev/usb

2015-04-04 Thread Takahiro HAYASHI
On 2015/04/04 06:33, Nick Hudson wrote: Module Name:src Committed By: skrll Date: Fri Apr 3 21:33:23 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: uhci.c Log Message: Various readability changes. #ifdef DIAGNOSTIC - KASSERT / __diagused @@ -3151,10 +3105,8

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

2015-05-29 Thread takahiro hayashi
On 2015/05/28 18:06, Nick Hudson wrote: Module Name:src Committed By: skrll Date: Thu May 28 09:06:36 UTC 2015 Modified Files: src/sys/dev/usb: usb.c Log Message: Static initialise usbhist - it can be used by controller drivers, i.e. before usb attaches. Is

Re: CVS commit: [netbsd-7] src/sys

2015-11-05 Thread Takahiro Hayashi
Hi, On 2015/11/05 02:46, Jeff Rizzo wrote: Module Name:src Committed By: riz Date: Wed Nov 4 17:46:21 UTC 2015 Modified Files: src/sys/compat/netbsd32 [netbsd-7]: files.netbsd32 netbsd32.h netbsd32_conv.h netbsd32_syscall.h netbsd32_syscallargs.h

Re: CVS commit: src/sys

2016-04-09 Thread Takahiro Hayashi
On 2016/04/07 06:56, Nick Hudson wrote: Log Message: Improve ddb(4) show kernhist 1) really prints all the histories merged together (rather than just the "first" when no argument specified 2) dumps a single history when an argument is given, e.g. "show kernhist usbhist" 3) uses

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

2016-04-30 Thread Takahiro Hayashi
On 2016/05/01 00:00, Nick Hudson wrote: Module Name:src Committed By: skrll Date: Sat Apr 30 15:00:24 UTC 2016 Modified Files: src/sys/dev/usb: xhci.c Log Message: Cancel command when command times out. From t-hash. XXX interrupt context? xhci_abort_command is

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

2016-07-02 Thread Takahiro Hayashi
On 2016/07/01 21:16, Nick Hudson wrote: Module Name:src Committed By: skrll Date: Fri Jul 1 12:16:36 UTC 2016 Modified Files: src/sys/dev/usb: umass.c umass_quirks.c umass_scsipi.c umassvar.h Log Message: Convert umass(4) to usbhist. If defined(USB_DEBUG) &&