On 2022/10/25 14:55, Masanobu SAITOH wrote:
>
>
> On 2022/10/25 14:51, matthew green wrote:
>> "SAITOH Masanobu" writes:
>>> Module Name:src
>>> Committed By: msaitoh
>>> Date: Mon Oct 24 07:45:44 UTC 2022
On 2022/10/25 14:51, matthew green wrote:
> "SAITOH Masanobu" writes:
>> Module Name: src
>> Committed By:msaitoh
>> Date:Mon Oct 24 07:45:44 UTC 2022
>>
>> Modified Files:
>> src/sys/net: if_dl.h
>>
>> Log Message:
>> Increase sdl_data so that more then IFNAMSIZ byt
On 2022/10/04 19:22, Taylor R Campbell wrote:
>> Date: Tue, 4 Oct 2022 17:16:35 +0900
>> From: Masanobu SAITOH
>>
>> Before reverting changes, one of my machine which use serial console
>> didn't print the Copyright message.
>>
>> Revert two reve
Hi.
On 2022/10/04 16:24, Ryo ONODERA wrote:
> Hi,
>
> Taylor R Campbell writes:
>
>>> Date: Tue, 04 Oct 2022 15:53:58 +0900
>>> From: Ryo ONODERA
>>>
>>> With this patch, it works fine for me.
>>> There is no stall after genfb(4).
>>> And I do not find any other problem so far.
>>
>> Thanks!
Hi.
On 2022/07/22 23:22, Hisashi T Fujinaka wrote:
> On Fri, 22 Jul 2022, SAITOH Masanobu wrote:
>
>> Module Name: src
>> Committed By: msaitoh
>> Date: Fri Jul 22 05:23:50 UTC 2022
>>
>> Modified Files:
>> src/sys/dev/pci: if_wm.c if_wmreg.h
>>
>> Log Message:
>> Add more statis
On 2020/02/27 15:17, SAITOH Masanobu wrote:
> Module Name: src
> Committed By: msaitoh
> Date: Thu Feb 27 06:17:28 UTC 2020
>
> Modified Files:
> src/sys/dev/mii: miidevs
>
> Log Message:
> Use xxVIA instead of VIA.
>
> 0x004063 is VIA's official OUI but VT6103 use 0x0002c6.
> 0
Hi.
On 2020/01/21 2:06, Patrick Welche wrote:
> On Mon, Jan 20, 2020 at 04:12:45PM +, Patrick Welche wrote:
>> On Mon, Jan 20, 2020 at 12:51:00PM +, Andrew Doran wrote:
>>> This also happened the last time I touched rw_downgrade(), and I backed out
>>> the change then, but both times I don
On 2020/01/10 15:59, Jason Thorpe wrote:
>
>
>> On Jan 9, 2020, at 9:02 PM, Masanobu SAITOH wrote:
>>
>> The reason why I moved stge_softc to if_stgereg.h was that ipgphy.c
>> required to check stge's chip revision. So, if there is no any objection,
>>
On 2020/01/10 13:13, Jason Thorpe wrote:
>
>
>> On Jan 9, 2020, at 6:11 PM, Masanobu SAITOH wrote:
>>
>>
>> Before my change, struct stge_softc is already in if_stgereg.h,
>> so I had thought it would be OK to move to it.
>
> Ah, I don't think I
On 2020/01/09 23:08, Jason Thorpe wrote:
>
>
>> On Jan 9, 2020, at 2:54 AM, SAITOH Masanobu wrote:
>>
>> Module Name: src
>> Committed By:msaitoh
>> Date:Thu Jan 9 10:54:16 UTC 2020
>>
>> Modified Files:
>> src/sys/dev/pci: if_stge.c if_stgereg.h
>>
>> Log Message:
On 2019/12/27 1:55, Emmanuel Dreyfus wrote:
> On Wed, Dec 25, 2019 at 05:05:11PM +0900, Masanobu SAITOH wrote:
>>>> After this change, amd64 kernel does not boot on my HP Spectre x360
>>>> 13-inch ae019TU laptop with pure UEFI boot mode.
>> I have a UEFI boot mach
On 2019/12/25 17:05, Masanobu SAITOH wrote:
> On 2019/12/24 23:47, Emmanuel Dreyfus wrote:
>> On Tue, Dec 24, 2019 at 05:50:00PM +0900, Ryo ONODERA wrote:
>>> After this change, amd64 kernel does not boot on my HP Spectre x360
>>> 13-inch ae019TU laptop with pure UEF
On 2019/12/24 23:47, Emmanuel Dreyfus wrote:
> On Tue, Dec 24, 2019 at 05:50:00PM +0900, Ryo ONODERA wrote:
>> After this change, amd64 kernel does not boot on my HP Spectre x360
>> 13-inch ae019TU laptop with pure UEFI boot mode.
I have a UEFI boot machine and it also doesn't boot well.
- It h
On 2019/12/05 14:29, SAITOH Masanobu wrote:
> Module Name: src
> Committed By: msaitoh
> Date: Thu Dec 5 05:29:28 UTC 2019
>
> Modified Files:
> src/sys/net: if_media.h
>
> Log Message:
> Fix previous comment change for ifm_media. It was correct.
>
> The real problem is that som
On 2019/11/27 19:19, SAITOH Masanobu wrote:
> Module Name: src
> Committed By: msaitoh
> Date: Wed Nov 27 10:19:21 UTC 2019
>
> Modified Files:
> src/sys/arch/arm/amlogic: gxlphy.c
> src/sys/dev/mii: acphy.c amhphy.c atphy.c bmtphy.c brgphy.c ciphy.c
> dmphy.c etphy.
On 2019/09/02 16:53, Masanobu SAITOH wrote:
> Background:
>
> In August 2014, lower-cased filename's files are added in the following
> commit:
>
>
> https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/radeon?id=f333bd435c0b67
Background:
In August 2014, lower-cased filename's files are added in the following
commit:
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/radeon?id=f333bd435c0b6745cbc4fae3326725d77bf57c82
This commit says those files use the new header format. The
On 2019/08/05 23:06, Joerg Sonnenberger wrote:
> On Mon, Aug 05, 2019 at 10:12:04AM +, SAITOH Masanobu wrote:
>> Module Name: src
>> Committed By:msaitoh
>> Date:Mon Aug 5 10:12:04 UTC 2019
>>
>> Modified Files:
>> src/sys/dev/acpi: acpi_ec.c
>>
>> Log Message:
>>
On 2019/07/17 12:26, SAITOH Masanobu wrote:
> Module Name: src
> Committed By: msaitoh
> Date: Wed Jul 17 03:26:24 UTC 2019
>
> Modified Files:
> src/sbin/ifconfig: ether.c
> src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h ixv.c
> src/sys/net: if_ether.h if_ethersubr.c if_vlan.c
On 2019/07/01 13:08, Masanobu SAITOH wrote:
> Hi.
>
> On 2019/07/01 7:15, Brett Lymn wrote:
>> Module Name: src
>> Committed By:blymn
>> Date:Sun Jun 30 22:15:06 UTC 2019
>>
>> Modified Files:
>> src/distrib/sets/lists/base
Hi.
On 2019/07/01 7:15, Brett Lymn wrote:
> Module Name: src
> Committed By: blymn
> Date: Sun Jun 30 22:15:06 UTC 2019
>
> Modified Files:
> src/distrib/sets/lists/base: shl.mi
>
> Log Message:
> Bump libcurses major and all dependent libraries.
>
>
> To generate a diff of this
On 2019/06/27 18:56, SAITOH Masanobu wrote:
> Module Name: src
> Committed By: msaitoh
> Date: Thu Jun 27 09:56:39 UTC 2019
>
> Modified Files:
> src/sys/dev/pci/ixgbe: ixv.c
>
> Log Message:
> Don't call set_vfta() if any VLAN is attached.
s/is/is not/
> XXX pullup-8.
>
>
> To
On 2019/05/16 13:20, Jason Thorpe wrote:
>
>
>> On May 15, 2019, at 9:19 PM, Maxime Villard wrote:
>>
>> Le 16/05/2019 à 04:36, SAITOH Masanobu a écrit :
>>> Module Name:src
>>> Committed By: msaitoh
>>> Date: Thu May 16 02:36:30 UTC 2019
>>> Modified Files:
>>> s
On 2019/05/16 13:19, Maxime Villard wrote:
> Le 16/05/2019 à 04:36, SAITOH Masanobu a écrit :
>> Module Name: src
>> Committed By: msaitoh
>> Date: Thu May 16 02:36:30 UTC 2019
>>
>> Modified Files:
>> src/sys/arch/x86/x86: procfs_machdep.c
>>
>> Log Message:
>> Use ci_feat_val[7
On 2019/04/24 20:18, SAITOH Masanobu wrote:
> Module Name: src
> Committed By: msaitoh
> Date: Wed Apr 24 11:18:21 UTC 2019
>
> Modified Files:
> src/sys/arch/arm/imx: if_enet.c
> src/sys/dev/pci: if_wm.c
>
> Log Message:
> SIOCS is 'S'et function and the ioctl argument is if
On 2019/03/13 19:02, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Wed Mar 13 10:02:13 UTC 2019
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c
Log Message:
- Fix a bug that the VLAN HW filter function is not correctly disabled
s/VLAN HW filter/VLAN
On 2019/02/07 13:03, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Thu Feb 7 04:03:25 UTC 2019
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Fix a bug that WOL didn't work on some chips since if_wm.c rev. 1.60.
s/1.60/1.610/
Set WUC_AP
On 2019/01/28 15:33, Jason Thorpe wrote:
On Jan 28, 2019, at 8:11 AM, Masanobu SAITOH wrote:
On 2019/01/28 15:07, Jason Thorpe wrote:
Doesn’t it seem a little dangerous to just blindly enable?
You mean it should be enable only when the secondary bridge is configured
correctly?
Both
On 2019/01/29 2:51, Christoph Badura wrote:
On Fri, Jan 25, 2019 at 08:04:07AM +, SAITOH Masanobu wrote:
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
80003's SERDES is not the same as 82575's but the same as legacy devices.
Use the old methods on 80003.
XXX The reason wh
On 2019/01/28 15:07, Jason Thorpe wrote:
Doesn’t it seem a little dangerous to just blindly enable?
You mean it should be enable only when the secondary bridge is configured
correctly?
Both FreeBSD and OpenBSD blindly enabled it. One of the difference between
NetBSD and others is that they c
Hi.
On 2019/01/28 4:05, Frank Kardel wrote:
Hi,
that made all devices being recognized during boot with UEFI - good.
We seem closer, but not there yet (for my main board at least).
There is still an issue with interrupts (or dma - see missing bus master in pci
differences).
It seems device
On 2019/01/25 3:08, Christos Zoulas wrote:
In article <20190124045004.c9f48f...@cvs.netbsd.org>,
SAITOH Masanobu wrote:
-=-=-=-=-=-
Module Name:src
Committed By: msaitoh
Date: Thu Jan 24 04:50:04 UTC 2019
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
No functi
On 2018/12/15 23:41, Jason Thorpe wrote:
On Dec 15, 2018, at 2:30 AM, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Sat Dec 15 10:30:58 UTC 2018
Modified Files:
src/sys/dev/usb: if_urtwn.c
Log Message:
Make IODATA WN-G150UMW work:
- Increase del
Oops, sorry. Wrong mail address.
On 2018/12/13 20:54, Masanobu SAITOH wrote:
Please pullup the following change to netbsd-8 branch.
On 2018/12/12 15:36, SAITOH Masanobu wrote:
Module Name: src
Committed By: msaitoh
Date: Wed Dec 12 06:36:13 UTC 2018
Modified Files:
src
Please pullup the following change to netbsd-8 branch.
On 2018/12/12 15:36, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Wed Dec 12 06:36:13 UTC 2018
Modified Files:
src/external/bsd/file/lib: Makefile
Log Message:
Use DPSRCS for magic.h. OK'd b
On 2018/11/28 12:11, Masanobu SAITOH wrote:
Hi.
On 2018/11/28 3:29, Jared D. McNeill wrote:
Module Name: src
Committed By: jmcneill
Date: Tue Nov 27 18:29:17 UTC 2018
Modified Files:
src/sys/arch/arm/acpi: acpi_platform.c
Log Message:
Add support for SPCR 16550 and 16450
Hi.
On 2018/11/28 3:29, Jared D. McNeill wrote:
Module Name:src
Committed By: jmcneill
Date: Tue Nov 27 18:29:17 UTC 2018
Modified Files:
src/sys/arch/arm/acpi: acpi_platform.c
Log Message:
Add support for SPCR 16550 and 16450 interface types
To generate a diff of thi
On 2018/11/02 17:16, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Fri Nov 2 08:16:49 UTC 2018
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
- Add missing wm_gate_hw_phy_config_ich8lan(false) in wm_phy_post_reset()
on PCH2. wm_gate_hw_phy
On 2018/11/02 17:04, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Fri Nov 2 08:04:42 UTC 2018
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Fix a PCH2 specific bug that wrong register value can be read when boot.
When a wrong value is rea
On 2018/11/01 1:11, Jared D. McNeill wrote:
Module Name:src
Committed By: jmcneill
Date: Wed Oct 31 16:11:29 UTC 2018
Modified Files:
src/sys/dev/pci: xhci_pci.c
Log Message:
Add MSI-X support.
Some xHCI chips support multi-vector MSI or MSI-X. Each
vector can be assi
On 2018/08/02 18:10, Kamil Rytarowski wrote:
On 02.08.2018 06:33, Masanobu SAITOH wrote:
On 2018/08/02 13:28, SAITOH Masanobu wrote:
Module Name: src
Committed By: msaitoh
Date: Thu Aug 2 04:28:56 UTC 2018
Modified Files:
src/sys/kern: uipc_mbuf2.c
Log Message:
Adjust
On 2018/08/02 13:28, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Thu Aug 2 04:28:56 UTC 2018
Modified Files:
src/sys/kern: uipc_mbuf2.c
Log Message:
Adjust alignment in m_pulldown().
IP6_EXTHDR_GET() and M_REGION_GET() do m_pulldown(). When m_p
On 2018/07/03 13:02, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Tue Jul 3 04:02:07 UTC 2018
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c
Log Message:
Remove nmbclusters check.
A big problem is that the number of RX descriptor unexpectedly
On 2018/06/17 2:44, Jaromir Dolecek wrote:
Module Name:src
Committed By: jdolecek
Date: Sat Jun 16 17:44:53 UTC 2018
Modified Files:
src/sys/dev/mii: makphy.c
Added Files:
src/sys/dev/mii: e1000phyreg.h
Removed Files:
src/sys/dev/mii: makphyreg.h
Log Mess
On 2018/06/15 10:52, David H. Gutteridge wrote:
Module Name:src
Committed By: martin
Date: Thu Jun 14 19:57:24 UTC 2018
Modified Files:
src/share/man/man4 [netbsd-8]: rtsx.4
src/sys/dev/ic [netbsd-8]: rtsx.c rtsxreg.h rtsxvar.h
src/sys/dev/pci [netbsd-8]:
On 2018/05/07 16:56, Masanobu SAITOH wrote:
Hi.
On 2018/05/03 17:38, Frank Kardel wrote:
Hi,
I am now seeing that packet reception stops. tcpdump will only show outgoing
packets and no incoming packets.
ifconfig ixgX down
ifconfig ixgX up
gets things going again.
Code from 2018-02-24 was
Hi.
On 2018/05/03 17:38, Frank Kardel wrote:
Hi,
I am now seeing that packet reception stops. tcpdump will only show outgoing
packets and no incoming packets.
ifconfig ixgX down
ifconfig ixgX up
gets things going again.
Code from 2018-02-24 was fine and I think even code shortly before this
On 2018/04/04 17:13, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Wed Apr 4 08:13:07 UTC 2018
Modified Files:
src/sys/dev/pci/ixgbe: if_bypass.c if_fdir.c if_sriov.c ix_txrx.c
ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82598.h ixgbe_82599.c
On 2018/03/01 14:04, m...@netbsd.org wrote:
On Wed, Feb 28, 2018 at 05:50:06AM +, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Wed Feb 28 05:50:06 UTC 2018
Modified Files:
src/sys/dev/acpi: acpi_mcfg.c
src/sys/dev/pci: pci_quirks.c pciva
On 2018/01/11 18:18, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Thu Jan 11 09:18:16 UTC 2018
Modified Files:
src/sys/arch/x86/x86: cpu.c
Log Message:
Changing CR4 register may change cpuid values. For example, setting
CR4_OSXSAVE sets CPUID2_OSX
On 2017/11/30 12:53, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Thu Nov 30 03:53:24 UTC 2017
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Don't allocate MSI-X interrupt on 82583. 82583 chip has a MSI-X capability in
the PCI configuratio
On 2017/11/23 0:15, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Wed Nov 22 15:15:09 UTC 2017
Modified Files:
src/sys/dev/pci/ixgbe: if_bypass.c ixgbe.c ixgbe.h
Log Message:
Fix a bug that bypass adapter's sysctls aren't set. Tested with non-genuine
On 2017/11/22 14:40, Robert Elz wrote:
Date:Wed, 22 Nov 2017 04:56:52 +
From:"SAITOH Masanobu"
Message-ID: <20171122045652.2ee75f...@cvs.netbsd.org>
| Return EINVAL in vlan_config() when a VLAN ID is 0 or 65535.
| The spec states 0 and 65535 are reser
On 2017/10/23 18:35, SAITOH Masanobu wrote:
Welcome to 8.99.4
s/8.99.4/8.99.5/
--
---
SAITOH Masanobu (msai...@execsw.org
msai...@netbsd.org)
Hi.
On 2017/07/16 9:44, Paul Goyette wrote:
Module Name:src
Committed By: msaitoh
Date: Tue Jul 11 10:10:51 UTC 2017
Modified Files:
src/sys/dev/ic: nslm7x.c nslm7xvar.h
src/sys/dev/isa: wbsio.c wbsioreg.h
Log Message:
lm(4): Add suport for NCT5174D, NCT6775F, N
On 2017/06/27 19:33, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Tue Jun 27 10:33:09 UTC 2017
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c
Log Message:
Fix a bug of ixg(4)'s media setting.
Before:
ifconfig ixg0 media 100baseTX -> advertise 1
On 2016/11/28 11:23, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Mon Nov 28 02:23:33 UTC 2016
Modified Files:
src/sys/dev/pci: files.pci
src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h
Added Files:
src/sys/dev/pci/ixgbe: ix_txrx.c
Log Messag
Hi!
On 2016/11/19 18:22, Maxime Villard wrote:
Module Name:src
Committed By: maxv
Date: Sat Nov 19 09:22:04 UTC 2016
Modified Files:
src/sys/arch/amd64/include: vmparam.h
src/sys/arch/i386/include: vmparam.h
Log Message:
Put a one-page redzone between userland a
On 2016/09/19 11:00, Ryo ONODERA wrote:
Hi,
With this change, the following wm(4) device links in 10BASE-T when it
is connected to 100BASE or 1000BASE hub.
Could you show me the dmesg of wm and *phy?
Thanks in advance.
From: "SAITOH Masanobu" , Date: Fri, 9 Sep 2016 06:34:10
+
Mod
Hi.
On 2016/03/07 17:59, Takeshi Nakayama wrote:
"SAITOH Masanobu" wrote
Module Name:src
Committed By: msaitoh
Date: Mon Mar 7 08:08:52 UTC 2016
Modified Files:
src/sys/sys [netbsd-7]: exec_elf.h
Log Message:
Pullup the following revision (requested by htodd in tic
On 2016/02/18 11:54, Ryota Ozaki wrote:
On Wed, Feb 17, 2016 at 9:12 PM, Roy Marples wrote:
On 17/02/2016 09:02, Ryota Ozaki wrote:
So what events would you choose to skip, if not the scheme that Roy
described?
(I think I confused you, sorry...)
I rather want to not skip anything as much as
On 2015/10/06 6:10, Jean-Yves Migeon wrote:
Le 04/10/2015 19:52, matthew green a écrit :
Module Name:src
Committed By: mrg
Date: Sun Oct 4 17:52:50 UTC 2015
Modified Files:
src/sys/arch/x86/x86: cpu_ucode_intel.c
Log Message:
kmem_free() the address returned by kmem_al
On 2015/08/13 13:52, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Thu Aug 13 04:52:40 UTC 2015
Modified Files:
src/sys/arch/x86/pci: msipic.c
Log Message:
Add workaround for PCI prefetchable bit in msipic_construct_msix_pic().
Some chips (e.g. Int
On 2015/06/14 5:42, Christos Zoulas wrote:
> In article <20150613154758.6971...@cvs.netbsd.org>,
> SAITOH Masanobu wrote:
>> -=-=-=-=-=-
>>
>> Module Name: src
>> Committed By:msaitoh
>> Date:Sat Jun 13 15:47:58 UTC 2015
>>
>> Modified Files:
>> src/sys/dev/pci: if_wm.
On 2015/05/18 22:09, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Mon May 18 13:09:55 UTC 2015
Modified Files:
src/sys/arch/x86/x86: cpu.c
Log Message:
PS. Revert previous.
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/
On 2015/05/01 1:09, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Thu Apr 30 16:09:06 UTC 2015
Modified Files:
src/sys/dev/pci: if_bge.c if_bgereg.h
Log Message:
Use another firmware command in bge_asf_driver_up(). This change fixes
a bug that watc
On 2015/04/19 19:19, Takahiro HAYASHI wrote:
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
Hi, Martin.
On 2015/04/06 16:38, Martin Husemann wrote:
Module Name:src
Committed By: martin
Date: Mon Apr 6 07:38:17 UTC 2015
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
Make sure to halt (not just stop) the bge_tick callout during detach.
To generate a d
Hi, Paul.
On 2015/04/01 13:57, Paul Goyette wrote:
Module Name:src
Committed By: msaitoh
Date: Fri Mar 27 05:33:08 UTC 2015
Modified Files:
src/sys/dev/ic: spdmem.c spdmemreg.h
Log Message:
Add DDR4 support a bit.
Looking at the actual code change here
@@ -76,6 +76,
On 2015/02/09 13:27, Masanobu SAITOH wrote:
Hi
On 2015/02/08 23:46, Michael van Elst wrote:
Module Name:src
Committed By:mlelstv
Date:Sun Feb 8 14:46:30 UTC 2015
Modified Files:
src/sys/kern: uipc_mbuf.c
Log Message:
Correct m_len calculation for m_dup() with
Hi
On 2015/02/08 23:46, Michael van Elst wrote:
Module Name:src
Committed By: mlelstv
Date: Sun Feb 8 14:46:30 UTC 2015
Modified Files:
src/sys/kern: uipc_mbuf.c
Log Message:
Correct m_len calculation for m_dup() with mbuf clusters.
Fixes kern/49650.
To g
On 2014/11/04 10:46, Takahiro Kambe wrote:
In message <54582cea.5060...@execsw.org>
on Tue, 04 Nov 2014 10:33:30 +0900,
Masanobu SAITOH wrote:
I need to changes to build successfully.
Yes. It's ticket #1153. I'm now verifying the fix.
Ah, I see and tha
On 2014/11/04 10:27, Takahiro Kambe wrote:
Hi,
In message <20141103194010.711b...@cvs.netbsd.org>
on Mon, 3 Nov 2014 19:40:10 +,
"SAITOH Masanobu" wrote:
Module Name:src
Committed By: msaitoh
Date: Mon Nov 3 19:40:10 UTC 2014
Modified Files:
src/li
Hi, Martin.
On 2014/08/04 1:09, Martin Husemann wrote:
Module Name:src
Committed By: martin
Date: Sun Aug 3 16:09:41 UTC 2014
Modified Files:
src/usr.sbin/sysinst: Makefile.inc bsddisklabel.c configmenu.c defs.h
disks.c install.c label.c main.c mbr.c menus.
Hi, Erik.
(2014/06/23 7:15), Manuel Bouyer wrote:
On Sun, Jun 22, 2014 at 02:30:42PM -0700, Erik Fair wrote:
It appears that these changes were applied to "netbsd-6-0" and "netbsd-6-1" but not to
"netbsd-6" (which is a problem for those of us following "netbsd-6").
AFAIK it was pulled up on
(2014/05/14 14:27), SAITOH Masanobu wrote:
Module Name:xsrc
Committed By: msaitoh
Date: Wed May 14 05:27:33 UTC 2014
Modified Files:
xsrc/external/mit/libXfont/dist/src/fc [netbsd-5-2]: fsconvert.c
fserve.c
xsrc/external/mit/libXfont/dist/src/fontfile
(2014/05/14 14:26), SAITOH Masanobu wrote:
Module Name:xsrc
Committed By: msaitoh
Date: Wed May 14 05:26:15 UTC 2014
Modified Files:
xsrc/external/mit/libXfont/dist/src/fc [netbsd-5-1]: fsconvert.c
fserve.c
xsrc/external/mit/libXfont/dist/src/fontfile
(2014/05/14 14:24), SAITOH Masanobu wrote:
Module Name:xsrc
Committed By: msaitoh
Date: Wed May 14 05:24:26 UTC 2014
Modified Files:
xsrc/external/mit/libXfont/dist/src/fc [netbsd-5]: fsconvert.c fserve.c
xsrc/external/mit/libXfont/dist/src/fontfile [netbsd-5]: di
Hi.
(2014/04/05 7:09), matthew green wrote:
> "SAITOH Masanobu" writes:
>> Module Name: src
>> Committed By:msaitoh
>> Date:Fri Apr 4 07:55:25 UTC 2014
>>
>> Modified Files:
>> src/sys/arch/evbarm/conf: OPENRD
>>
>> Log Message:
>> Delete COMPAT_NETBSD32 option
>
> h
(2014/01/26 19:54), SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Sun Jan 26 10:54:24 UTC 2014
Modified Files:
src/sys/arch/x86/pci: pci_machdep.c
src/sys/arch/x86/x86: consinit.c
src/sys/dev/pci: files.pci puccn.c puccn.h
Log Message
(2013/12/10 19:15), Jukka Ruohonen wrote:
On Tue, Dec 10, 2013 at 02:02:41PM +0900, Masanobu SAITOH wrote:
How about the following patch? Is it ok to commit?
Looks good to me!
Committed!
Thanks.
--
---
SAITOH Masanobu (msai
(2013/12/09 0:24), SAITOH Masanobu wrote:
(2013/12/08 19:21), Jukka Ruohonen wrote:
On Sun, Dec 08, 2013 at 04:07:38AM +, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Sun Dec 8 04:07:38 UTC 2013
Modified Files:
src/sys/arch/x86/x86: tsc.c
Log
Hi, Christos.
(2013/11/12 2:02), Christos Zoulas wrote:
Module Name:src
Committed By: christos
Date: Mon Nov 11 17:02:53 UTC 2013
Modified Files:
src/sys/arch/x86/x86: intel_busclock.c
Log Message:
CID 1128377: Comment out unreachable code; model is only 4 bits wide, s
(2013/06/27 3:47), Matt Thomas wrote:
Module Name:src
Committed By: matt
Date: Wed Jun 26 18:47:26 UTC 2013
Modified Files:
src/sys/kern: subr_disk_mbr.c
Log Message:
If the MBR is a protective MBR, don't bother looking at it.
To generate a diff of this commit:
cvs rdi
(2013/06/30 6:06), Mindaugas Rasiukevicius wrote:
Module Name:src
Committed By: rmind
Date: Sat Jun 29 21:06:58 UTC 2013
Modified Files:
src/sys/conf: files
src/sys/external/bsd/ipf/netinet: ip_fil.h ip_fil_netbsd.c
src/sys/net: if.c if.h if_bridge.c if_ec
(2013/06/11 16:22), SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Tue Jun 11 07:22:08 UTC 2013
Modified Files:
src/sys/dev/mii: ciphy.c ihphy.c tlphy.c
Log Message:
Update link status quickly. This change is a part of mii_physubr.c rev.
1.77-1.78.
(2013/04/15 20:48), SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Mon Apr 15 11:48:27 UTC 2013
Added Files:
src/sys/dev/mii: mdio.h
Log Message:
Add new file mii/mdio.h which contain IEEE 802.3 Clause 45 register
definitions. From:
- IEEE 802.3 200
Hi, matt.
(2012/12/28 14:10), Matt Thomas wrote:
On Dec 27, 2012, at 7:48 PM, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Fri Dec 28 03:48:00 UTC 2012
Modified Files:
src/sys/arch/arm/arm: cpufunc.c
Log Message:
Enable DCache Streaming Switch a
(2012/09/01 8:56), Matt Thomas wrote:
Module Name:src
Committed By: matt
Date: Fri Aug 31 23:56:15 UTC 2012
Modified Files:
src/sys/arch/arm/include: mutex.h
Log Message:
Move the __cpu_simple_lock to the last byte so it's easier to read in dumps
To generate a diff of
(2012/09/10 17:50), SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Mon Sep 10 08:50:38 UTC 2012
Modified Files:
src/sys/arch/arm/marvell: mvsocgpp.c
Log Message:
Fix a bug that the irq_masks of GPIO are set on Marvell SoCs.
s/are set/are incorrectly
Hi.
(2012/08/30 7:06), Paul Goyette wrote:
On Wed, 29 Aug 2012, Paul Goyette wrote:
On Wed, 29 Aug 2012, Manuel Bouyer wrote:
Module Name:src
Committed By:bouyer
Date:Wed Aug 29 20:39:24 UTC 2012
Modified Files:
src/sys/dev/pci: if_wm.c if_wmreg.h
Log Message:
Make vlan
91 matches
Mail list logo