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

2010-06-24 Thread masanobu
From: SAITOH Masanobu msai...@netbsd.org Subject: CVS commit: src/sys/dev/pci Date: Fri, 25 Jun 2010 03:47:58 + Module Name: src Committed By: msaitoh Date: Fri Jun 25 03:47:57 UTC 2010 Modified Files: src/sys/dev/pci: if_wmreg.h Log Message: The GIO master enable

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

2010-06-27 Thread masanobu
+ SAITOH Masanobu msai...@netbsd.org wrote: Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: Add some code to support 82580[ER]. Tested on my own I340-T4. Hi, My wm0 does not attach anymore. Kernel from 2010-06-20: wm0 at pci3 dev 6 function 0: Intel

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

2010-07-07 Thread masanobu
a new entry which checks subvendor code. It's better than before. And, I added some cards' support. It includes a fixing for PR#37566 (It was missed in the commit message and I've cvs admined). -- SAITOH Masanobu (masan

Re: CVS commit: src

2010-07-07 Thread masanobu
to set carrier-watch off in kermit, but it still disconnects immediately. ah, the reason my card does not match normally is that the subsystem ID is 0x1000 not 0x2000. .mrg. -- SAITOH Masanobu (masan...@iij.ad.jp

Re: CVS commit: src

2010-07-07 Thread masanobu
. -- SAITOH Masanobu (masan...@iij.ad.jp msai...@netbsd.org)

Re: CVS commit: src

2010-07-08 Thread masanobu
. -- SAITOH Masanobu (masan...@iij.ad.jp msai...@netbsd.org)

CVS commit: src/sys/dev/pci

2010-01-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 5 09:31:21 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix the length of the delay() in wm_gmii_init(). It fixed the problem that sometimes the driver misunderstood PHYs in mii_attach(). It was

CVS commit: src/sys/dev/pci

2010-01-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 5 10:02:01 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: Fix the checking of jumbo frame function though I don't know whether the function wokrs or not... Remove the extra macro definition

CVS commit: src/sys/dev/pci

2010-01-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 7 18:57:10 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add PCH LAN and i82575 To generate a diff of this commit: cvs rdiff -u -r1.1008 -r1.1009 src/sys/dev/pci/pcidevs Please note that diffs are

CVS commit: src/sys/dev/pci

2010-01-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 7 18:57:39 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.1006 -r1.1007 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1005

CVS commit: src/sys/dev/pci

2010-01-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jan 11 12:55:29 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.1007 -r1.1008 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1006

CVS commit: src/sys/dev/mii

2010-01-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 12 21:48:26 UTC 2010 Modified Files: src/sys/dev/mii: igphyreg.h Log Message: Add some macros To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/mii/igphyreg.h Please note that diffs are not

CVS commit: src/sys/dev/pci

2010-01-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 21 08:52:20 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Remove an extra debug printf(). KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194

CVS commit: src/sys/dev/pci

2010-01-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Jan 24 14:10:00 UTC 2010 Modified Files: src/sys/dev/pci: if_bge.c Log Message: KNF fix typo in comment. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170 src/sys/dev/pci/if_bge.c

CVS commit: src/sys/dev/pci

2010-01-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Jan 24 15:53:29 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add BCM5717,5718,5723,5724,5787F,5761,5761E,5764,5761S,5761SE,5760,57788, 57780,57790,5784M,5785F,5785G,57761,57781,57791,57765,57785 and 57795.

CVS commit: src/sys/dev/pci

2010-01-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Jan 24 15:53:59 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.1013 -r1.1014 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1012

CVS commit: src/sys/dev/mii

2010-01-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Jan 24 16:22:41 UTC 2010 Modified Files: src/sys/dev/mii: miidevs Log Message: Add BCM5461,BCM5784 and BCM5761. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/sys/dev/mii/miidevs Please note that diffs

CVS commit: src/sys/dev/mii

2010-01-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Jan 24 16:23:16 UTC 2010 Modified Files: src/sys/dev/mii: miidevs.h miidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.83 -r1.84

CVS commit: src/sys/dev/mii

2010-01-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Jan 24 16:26:09 UTC 2010 Modified Files: src/sys/dev/mii: brgphy.c Log Message: Add support for BCM5461,BCM5784 and BCM5761. Enable brgphy_jumbo_settings(). Enable the ether...@wirespeed function. To generate a diff of

CVS commit: src/sys/dev/pci

2010-01-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 28 02:55:31 UTC 2010 Modified Files: src/sys/dev/pci: pcireg.h Log Message: Add some register definitions. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/dev/pci/pcireg.h Please note that diffs

CVS commit: src/sys/dev/pci

2010-01-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 28 03:09:13 UTC 2010 Modified Files: src/sys/dev/pci: if_bge.c if_bgereg.h if_bgevar.h Log Message: - Introduce IPMI and ASF related code from FreeBSD. It fixes some problems which occured in netboot on sparc64 and

CVS commit: src/sys/dev/pci

2010-01-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 28 07:34:12 UTC 2010 Modified Files: src/sys/dev/pci: if_bge.c Log Message: ANSI C, KNF and tabify To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178 src/sys/dev/pci/if_bge.c Please note that diffs are

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

2010-01-27 Thread SAITOH Masanobu
Please use ANSI C function definitions. I did! Thanks. -- SAITOH Masanobu (masan...@iij.ad.jp msai...@netbsd.org)

CVS commit: src/sys/dev/pci

2010-02-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 3 15:36:36 UTC 2010 Modified Files: src/sys/dev/pci: if_bge.c if_bgereg.h if_bgevar.h Log Message: - Make the initialize sequence close to the document. - Fix ASF heartbeat sending bug (FreeBSD rev. 1.271 (r202821)) -

CVS commit: src/sys/dev/pci

2010-02-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 3 15:37:51 UTC 2010 Modified Files: src/sys/dev/pci: if_bgevar.h Log Message: s/u_int/uint/ To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/if_bgevar.h Please note that diffs are not

CVS commit: src/sys/dev/pci

2010-02-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Feb 4 09:13:23 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: - Count Receive error, CRC error, Alignment error, Symbol error, Sequence error, Carrier extension error and Receive length error

CVS commit: src/sys/dev/pci

2010-02-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Feb 4 10:20:54 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Don't increment when ICR_RXO is set because we count them by WMREG_MPC counter. To generate a diff of this commit: cvs rdiff -u -r1.196 -r1.197

CVS commit: src/sys/dev/ic

2010-02-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 8 23:54:33 UTC 2010 Modified Files: src/sys/dev/ic: mfi.c Log Message: Fix a bug that the system which has no logical volume panics in shutdown hook. Without any logical volume, sysmon_envsys_register() fails. On such

CVS commit: src/sys/dev/pci

2010-02-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 8 23:58:39 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some MegaRAID Entries To generate a diff of this commit: cvs rdiff -u -r1.1019 -r1.1020 src/sys/dev/pci/pcidevs Please note that diffs are

CVS commit: src/sys/dev

2010-02-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 9 00:05:18 UTC 2010 Modified Files: src/sys/dev/ic: mfi.c mfireg.h mfivar.h src/sys/dev/pci: mfi_pci.c Log Message: Add newer cars supports. Tested on MegaRAID SAS 9260-8i. - Add MFI gen2 support from OpenBSD.

CVS commit: src/share/man/man4

2010-02-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 9 00:21:27 UTC 2010 Modified Files: src/share/man/man4: mfi.4 Log Message: Update the manual for mfi GEN2. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/mfi.4 Please note that diffs

CVS commit: src/doc

2010-02-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 9 01:48:29 UTC 2010 Modified Files: src/doc: CHANGES Log Message: mention about mfi(4)'s GEN2 support. To generate a diff of this commit: cvs rdiff -u -r1.1356 -r1.1357 src/doc/CHANGES Please note that diffs are not

CVS commit: src/sys/dev/pci

2010-02-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 9 04:40:22 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs Log Message: Make some bge's name close to the real product names. To generate a diff of this commit: cvs rdiff -u -r1.1020 -r1.1021 src/sys/dev/pci/pcidevs

CVS commit: src/sys/dev/pci

2010-02-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 16 10:06:19 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: indent, tabify and remove extra spaces. To generate a diff of this commit: cvs rdiff -u -r1.197 -r1.198 src/sys/dev/pci/if_wm.c cvs

CVS commit: src/sys/dev/pci

2010-02-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 16 10:10:04 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add entries for 82576 and 82580 To generate a diff of this commit: cvs rdiff -u -r1.1022 -r1.1023 src/sys/dev/pci/pcidevs Please note that

CVS commit: src/sys/dev/pci

2010-02-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 16 10:10:26 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.1019 -r1.1020 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1018

CVS commit: src/sys/dev/pci

2010-02-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Feb 25 15:07:06 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c if_wmvar.h Log Message: Merge if_wm.c rev. 1.162.4.13 and if_wmvar.h rev. 1.2.46.3 into maintrunk. Increase the timeout value to prevent timeout on 80003.

CVS commit: src/sys/dev/pci

2010-03-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Mar 7 07:09:00 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add the detach code. To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201 src/sys/dev/pci/if_wm.c Please note that diffs are not

CVS commit: src/sys/dev/pci

2010-03-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Mar 7 07:09:00 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add the detach code. To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201 src/sys/dev/pci/if_wm.c Please note that diffs are not

CVS commit: src/sys/dev

2010-03-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Mar 7 07:53:38 UTC 2010 Modified Files: src/sys/dev/mii: igphy.c src/sys/dev/pci: if_wm.c if_wmreg.h Added Files: src/sys/dev/mii: igphyvar.h Log Message: Add two workarounds for ICH8 with igp3. - Workaround

CVS commit: src/sys/dev

2010-03-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Mar 7 07:53:38 UTC 2010 Modified Files: src/sys/dev/mii: igphy.c src/sys/dev/pci: if_wm.c if_wmreg.h Added Files: src/sys/dev/mii: igphyvar.h Log Message: Add two workarounds for ICH8 with igp3. - Workaround

CVS commit: src/sys/dev

2010-03-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Mar 7 09:05:19 UTC 2010 Modified Files: src/sys/dev/mii: igphyreg.h src/sys/dev/pci: if_wm.c if_wmreg.h if_wmvar.h Log Message: - Add code for WOL, ASF, IPMI and Intel AMT. - wm_enable_wakeup() is disabled by

Re: CVS commit: src/sys/dev

2010-03-07 Thread SAITOH Masanobu
? Bernd The reason why I disabled it by default is that it may wastes a battery's capacity in a notebook. I'd like to introduce FreeBSD' IFCAP_WOL flag! -- SAITOH Masanobu (masan...@iij.ad.jp

CVS commit: src/sys/dev/pci

2010-03-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Mar 7 10:11:04 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix the type of sc_ss. That is not bus_space_handle_t but bus_size_t. Reported by jdc. To generate a diff of this commit: cvs rdiff -u -r1.203

CVS commit: src/sys/dev/pci

2010-03-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Mar 7 10:11:04 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix the type of sc_ss. That is not bus_space_handle_t but bus_size_t. Reported by jdc. To generate a diff of this commit: cvs rdiff -u -r1.203

CVS commit: src/sys/dev/mii

2010-03-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Mar 7 11:07:02 UTC 2010 Modified Files: src/sys/dev/mii: inbmphyreg.h Log Message: Add forgotten commit (IGP3_KMRN_DIAG_PCS_LOCK_LOSS). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/mii

2010-03-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Mar 7 11:07:02 UTC 2010 Modified Files: src/sys/dev/mii: inbmphyreg.h Log Message: Add forgotten commit (IGP3_KMRN_DIAG_PCS_LOCK_LOSS). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/pci

2010-03-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Mar 10 15:04:04 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c Log Message: 82576 is dual port, so check the FUNCID and increment the MAC address for the 2nd port. To generate a diff of this commit: cvs rdiff -u -r1.204

CVS commit: src/sys/dev/pci

2010-03-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Mar 10 15:04:04 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c Log Message: 82576 is dual port, so check the FUNCID and increment the MAC address for the 2nd port. To generate a diff of this commit: cvs rdiff -u -r1.204

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

2011-05-20 Thread SAITOH Masanobu
' undeclared (first use in this function) Is it my specific problem? -- --- SAITOH Masanobu (msai...@execsw.org msai...@netbsd.org)

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

2012-08-30 Thread Masanobu SAITOH
| | pgoyette at netbsd.org | - 82575, 82576, 82580(ER) and I350 use the new queue mechanism. -- --- SAITOH Masanobu (msai...@execsw.org

Re: CVS commit: src/sys/arch/arm/marvell

2012-09-11 Thread Masanobu SAITOH
(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

Re: CVS commit: src/external/gpl3/gcc/dist/gcc

2012-09-16 Thread SAITOH Masanobu
(2012/09/16 16:26), SAITOH Masanobu wrote: Module Name: src Committed By: msaitoh Date: Sun Sep 16 07:26:31 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc: ChangeLog src/external/gpl3/gcc/dist/gcc/config/arm: arm.md Log Message: Fix gcc bugid 51408 for arm

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

2012-09-24 Thread Masanobu SAITOH
. -- --- SAITOH Masanobu (msai...@execsw.org msai...@netbsd.org)

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

2012-10-09 Thread SAITOH Masanobu
)); } -- --- SAITOH Masanobu (msai...@execsw.org msai...@netbsd.org)

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

2012-12-11 Thread SAITOH Masanobu
Hi, Jonathan. (2012/12/12 0:25), Jonathan A. Kollasch wrote: On Tue, Dec 11, 2012 at 09:17:32AM +, SAITOH Masanobu wrote: Module Name: src Committed By:msaitoh Date:Tue Dec 11 09:17:32 UTC 2012 Modified Files: src/sys/dev/usb: ubsa_common.c Log Message

Re: CVS commit: src/sys/arch/arm/arm

2012-12-27 Thread Masanobu SAITOH
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

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

2013-04-15 Thread Masanobu SAITOH
(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

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

2013-06-11 Thread Masanobu SAITOH
(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

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

2013-06-16 Thread SAITOH Masanobu
(2013/06/16 15:29), SAITOH Masanobu wrote: Module Name: src Committed By: msaitoh Date: Sun Jun 16 06:29:09 UTC 2013 Modified Files: src/sys/dev/mii: atphy.c brgphy.c mii.h mii_physubr.c rgephy.c Log Message: The bit location of link ability is different between 1000Base

Re: CVS commit: src/sys

2013-06-30 Thread Masanobu SAITOH
opt_pfil_hooks.h . ./dist/pf/net/pf_if.c:#include opt_pfil_hooks.h ./dist/pf/net/pf_ioctl.c:#include opt_pfil_hooks.h And rump/net/lib/libnet/opt/opt_pfil_hooks.h still exists. -- --- SAITOH Masanobu (msai...@execsw.org

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

2013-07-05 Thread SAITOH Masanobu
, but I think ioctl is better than proplib to be consistent with SIOC[GS]MTU. 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

Re: CVS commit: src/usr.sbin/cpuctl/arch

2013-11-07 Thread SAITOH Masanobu
(2013/11/08 3:45), John Nemeth wrote: On Nov 7, 6:18pm, SAITOH Masanobu wrote: } } Module Name:src } Committed By: msaitoh } Date: Thu Nov 7 18:18:59 UTC 2013 } } Modified Files: } src/usr.sbin/cpuctl/arch: i386.c } } Log Message: } Update some

Re: CVS commit: src/sys/arch/x86/x86

2013-11-12 Thread Masanobu SAITOH
and our code is little bad about using (extended) cpu family and (extended) cpu model. I'll write the change to fix the problem and to reduce the code duplication. -- --- SAITOH Masanobu (msai...@execsw.org

Re: CVS commit: src/sys/arch/x86/pci

2013-11-12 Thread SAITOH Masanobu
(2013/11/13 0:12), Christoph Egger wrote: On 12.11.13 16:08, SAITOH Masanobu wrote: Module Name: src Committed By:msaitoh Date:Tue Nov 12 15:08:01 UTC 2013 Modified Files: src/sys/arch/x86/pci: amdtemp.c Log Message: Calcurate the processor family correctly

Re: CVS commit: src/sys/arch/x86/pci

2013-11-12 Thread SAITOH Masanobu
(2013/11/13 0:40), Christoph Egger wrote: On 12.11.13 16:38, SAITOH Masanobu wrote: (2013/11/13 0:12), Christoph Egger wrote: On 12.11.13 16:08, SAITOH Masanobu wrote: Module Name: src Committed By: msaitoh Date: Tue Nov 12 15:08:01 UTC 2013 Modified Files

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

2013-11-21 Thread SAITOH Masanobu
Masanobu (msai...@execsw.org msai...@netbsd.org)

Re: CVS commit: src/sys/arch/x86/x86

2013-12-08 Thread SAITOH Masanobu
(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 Message: Update invariant TSC

Re: CVS commit: src/sys/arch/x86/x86

2013-12-09 Thread Masanobu SAITOH
(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

Re: CVS commit: src/sys/arch/x86/x86

2013-12-10 Thread Masanobu SAITOH
(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

Re: CVS commit: src/sys

2014-01-26 Thread Masanobu SAITOH
(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

Re: CVS commit: src/sys/arch/evbarm/conf

2014-04-09 Thread Masanobu SAITOH
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 hmm, why? this makes

Re: CVS commit: [netbsd-5] xsrc

2014-05-14 Thread Masanobu SAITOH
(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

Re: CVS commit: [netbsd-5-1] xsrc

2014-05-14 Thread Masanobu SAITOH
(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

Re: CVS commit: [netbsd-5-2] xsrc

2014-05-14 Thread Masanobu SAITOH
(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

Re: CVS commit: src/usr.bin/calendar/calendars

2014-05-30 Thread SAITOH Masanobu
(2014/05/31 3:45), John Nemeth wrote: On May 30, 8:36am, SAITOH Masanobu wrote: } } Module Name:src } Committed By: msaitoh } Date: Fri May 30 08:36:28 UTC 2014 } } Modified Files: } src/usr.bin/calendar/calendars: calendar.netbsd } } Log Message

Re: CVS commit: [netbsd-6-0] src/sys

2014-06-22 Thread Masanobu SAITOH
://releng.netbsd.org/cgi-bin/req-6.cgi?show=1067 Thanks. -- --- SAITOH Masanobu (msai...@execsw.org msai...@netbsd.org)

Re: CVS commit: src/usr.sbin/sysinst

2014-08-03 Thread Masanobu SAITOH
are not public domain; they are subject to the copyright notices on the relevant files. -- --- SAITOH Masanobu (msai...@execsw.org msai...@netbsd.org)

Re: CVS commit: src/sys/arch/evbarm/rpi

2014-09-30 Thread SAITOH Masanobu
): undefined reference to `rpi_fb_movecursor' -- --- SAITOH Masanobu (msai...@execsw.org msai...@netbsd.org)

Re: CVS commit: [netbsd-6] src/lib/libperfuse

2014-11-03 Thread Masanobu SAITOH
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 msai...@netbsd.org wrote: Module Name:src Committed By: msaitoh Date: Mon Nov 3 19:40:10 UTC 2014 Modified Files

Re: CVS commit: [netbsd-6] src/lib/libperfuse

2014-11-03 Thread Masanobu SAITOH
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 msai...@execsw.org wrote: I need to changes to build successfully. Yes. It's ticket #1153. I'm now verifying the fix. Ah, I see and thanks

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

2014-11-29 Thread SAITOH Masanobu
? curious, Erik f...@netbsd.org Rev. 1.260 was pulled up to netbsd-6 more than one year ago: http://mail-index.netbsd.org/source-changes/2013/11/17/msg049276.html Thanks. -- --- SAITOH Masanobu (msai...@execsw.org

Re: CVS commit: src/sys/kern

2015-02-08 Thread Masanobu SAITOH
://cvsweb.netbsd.org/bsdweb.cgi/src/sys/kern/uipc_mbuf.c.diff?r1=1.152r2=1.153f=h Other three were also used after MGET() or MCLGET(). Should we restore them, too? -- --- SAITOH Masanobu (msai...@execsw.org

Re: CVS commit: src/sys/kern

2015-02-08 Thread Masanobu SAITOH
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

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

2015-05-01 Thread Masanobu SAITOH
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

Re: CVS commit: [netbsd-7] src

2015-05-09 Thread SAITOH Masanobu
On 2015/05/09 17:37, SAITOH Masanobu wrote: Module Name: src Committed By: msaitoh Date: Sat May 9 08:37:32 UTC 2015 Modified Files: src/distrib/evbarm/instkernel/sshramdisk [netbsd-7]: Makefile src/sys/arch/evbarm/conf [netbsd-7]: RPI_INSTALL Log Message: Pull up

Re: CVS commit: src/sys/arch/x86/x86

2015-05-18 Thread Masanobu SAITOH
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

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

2015-04-07 Thread Masanobu SAITOH
all of them like this? -- --- SAITOH Masanobu (msai...@execsw.org msai...@netbsd.org)

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

2015-06-15 Thread Masanobu SAITOH
On 2015/06/14 5:42, Christos Zoulas wrote: In article 20150613154758.6971...@cvs.netbsd.org, SAITOH Masanobu source-changes-d@NetBSD.org wrote: -=-=-=-=-=- Module Name: src Committed By:msaitoh Date:Sat Jun 13 15:47:58 UTC 2015 Modified Files: src/sys/dev/pci

Re: CVS commit: src/sys/arch/x86/pci

2015-08-12 Thread Masanobu SAITOH
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

Re: CVS commit: src/sys/arch/x86/x86

2015-10-08 Thread Masanobu SAITOH
. netbsd-6 doesn't support the microcode update function for Intel CPU. That bug should be pulled up to netbsd-7 (and netbsd-7-1) branch. -- --- SAITOH Masanobu (msai...@execsw.org msai...@netbsd.org)

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

2016-03-07 Thread Masanobu SAITOH
Hi. On 2016/03/07 17:59, Takeshi Nakayama wrote: "SAITOH Masanobu" <msai...@netbsd.org> 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 fo

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

2016-09-19 Thread Masanobu SAITOH
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" <msai...@netbsd.org>, Date:

Re: CVS commit: src/sys/arch

2016-11-24 Thread Masanobu SAITOH
; they are subject to the copyright notices on the relevant files. My emacs dumps core with change. What should we do? -- --- SAITOH Masanobu (msai...@execsw.org msai...@netbsd.org)

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

2016-11-27 Thread Masanobu SAITOH
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

Re: CVS commit: src/sys/dev - lm(4)

2017-07-18 Thread Masanobu SAITOH
E 53BA 7731 | pgoyette at netbsd dot org | +--+--++ -- --- SAITOH Masanobu (msai...@execsw.org msai...@netbsd.org)

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

2017-06-27 Thread Masanobu SAITOH
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 -> advert

Re: CVS commit: src/sys/sys

2017-10-23 Thread Masanobu SAITOH
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)

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

2017-11-23 Thread Masanobu SAITOH
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

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

2017-11-30 Thread Masanobu SAITOH
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

  1   2   3   4   5   6   7   8   9   10   >