CVS commit: src/sys/dev/ieee1394

2019-10-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 15 18:21:47 UTC 2019 Modified Files: src/sys/dev/ieee1394: firewire.c fwohci.c fwohcireg.h Log Message: Use unsigned to avoid undefined behavior. Found by kUBSan. To generate a diff of this commit: cvs rdiff -u -r1.48

CVS commit: src/sys/dev/pci

2019-10-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 15 18:20:44 UTC 2019 Modified Files: src/sys/dev/pci: pccbbreg.h Log Message: Use unsigned to avoid undefined behavior. Found by kUBSan. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/dev/pci

2019-10-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 15 18:20:44 UTC 2019 Modified Files: src/sys/dev/pci: pccbbreg.h Log Message: Use unsigned to avoid undefined behavior. Found by kUBSan. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/dev/pci

2019-10-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 15 15:56:26 UTC 2019 Modified Files: src/sys/dev/pci: if_alc.c Log Message: Apply FreeBSD r218141: > alc_rev was used without initialization such that it failed to > apply AR8152 v1.0 specific initialization code. Fix

CVS commit: src/sys/dev/pci

2019-10-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 15 15:56:26 UTC 2019 Modified Files: src/sys/dev/pci: if_alc.c Log Message: Apply FreeBSD r218141: > alc_rev was used without initialization such that it failed to > apply AR8152 v1.0 specific initialization code. Fix

CVS commit: src/sys/dev/pci

2019-10-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 15 16:59:16 UTC 2019 Modified Files: src/sys/dev/pci: agp.c Log Message: Use unsigned to avoid undefined behavior in agpattach(). Found by kUBSan. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86

CVS commit: src/sys/dev/pci

2019-10-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 15 16:59:16 UTC 2019 Modified Files: src/sys/dev/pci: agp.c Log Message: Use unsigned to avoid undefined behavior in agpattach(). Found by kUBSan. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86

CVS commit: src/sys/dev/pci

2019-10-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 15 15:59:26 UTC 2019 Modified Files: src/sys/dev/pci: if_alc.c Log Message: Move PCIe initiaization code from alc_attach() to alc_init_pcie(). No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci

2019-10-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 15 15:59:26 UTC 2019 Modified Files: src/sys/dev/pci: if_alc.c Log Message: Move PCIe initiaization code from alc_attach() to alc_init_pcie(). No functional change. To generate a diff of this commit: cvs rdiff -u

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

2019-10-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 16 04:07:42 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Apply FreeBSD r353599: > ixgbe: Disable EEE for backplane X550EM_X > > From Zach: > Intel documentation indicates that backplane

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

2019-10-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 16 04:07:42 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Apply FreeBSD r353599: > ixgbe: Disable EEE for backplane X550EM_X > > From Zach: > Intel documentation indicates that backplane

CVS commit: src/sys/external/bsd/drm2/dist

2019-10-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 16 01:44:48 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: r600d.h rv770d.h src/sys/external/bsd/drm2/dist/include/drm: drm_fixed.h Log Message: Use unsigned to avoid undefined behavior.

CVS commit: src/sys/external/bsd/drm2/dist

2019-10-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 16 01:44:48 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: r600d.h rv770d.h src/sys/external/bsd/drm2/dist/include/drm: drm_fixed.h Log Message: Use unsigned to avoid undefined behavior.

CVS commit: src/sys/dev/mii

2019-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 24 03:37:58 UTC 2019 Modified Files: src/sys/dev/mii: ukphy_subr.c Log Message: Fix a bug that ukphy_status() misunderstand master mode. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/dev/mii

2019-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 24 03:37:58 UTC 2019 Modified Files: src/sys/dev/mii: ukphy_subr.c Log Message: Fix a bug that ukphy_status() misunderstand master mode. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: [netbsd-9] src/doc

2019-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 24 02:31:34 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #362-#365 and #369. To generate a diff of this commit: cvs rdiff -u -r1.1.2.84 -r1.1.2.85 src/doc/CHANGES-9.0 Please note that

CVS commit: src/sys/dev/pci

2019-10-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 29 16:32:45 UTC 2019 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.1376 -r1.1377 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1375

CVS commit: src/sys/dev/pci

2019-10-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 29 16:32:45 UTC 2019 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.1376 -r1.1377 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1375

CVS commit: src/sys/dev/pci

2019-10-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 29 16:31:48 UTC 2019 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Realtek RTL8125. To generate a diff of this commit: cvs rdiff -u -r1.1388 -r1.1389 src/sys/dev/pci/pcidevs Please note that diffs are not

CVS commit: [netbsd-9] src/doc

2019-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 24 02:31:34 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #362-#365 and #369. To generate a diff of this commit: cvs rdiff -u -r1.1.2.84 -r1.1.2.85 src/doc/CHANGES-9.0 Please note that

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

2019-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 17 06:58:48 UTC 2019 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: Add rdpru. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/x86/x86/procfs_machdep.c Please note that

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

2019-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 17 06:58:48 UTC 2019 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: Add rdpru. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/x86/x86/procfs_machdep.c Please note that

CVS commit: src/sys/dev/pci

2019-10-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 17 05:55:19 UTC 2019 Modified Files: src/sys/dev/pci: if_msk.c Log Message: Fix order of m_freem(). Found by kASan. OK'd by jdolecek and mrg. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

CVS commit: src/sys/dev/pci

2019-10-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 17 05:55:19 UTC 2019 Modified Files: src/sys/dev/pci: if_msk.c Log Message: Fix order of m_freem(). Found by kASan. OK'd by jdolecek and mrg. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

CVS commit: src/sys/dev/pci

2019-10-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 18 23:06:57 UTC 2019 Modified Files: src/sys/dev/pci: if_bce.c Log Message: - Add missing splnet()/splx() around mii_tick(). Same as OpenBSD rev. 1.23 - Use device_printf() instead of aprint_error_dev)() in

CVS commit: src/sys/dev/pci

2019-10-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 18 23:06:57 UTC 2019 Modified Files: src/sys/dev/pci: if_bce.c Log Message: - Add missing splnet()/splx() around mii_tick(). Same as OpenBSD rev. 1.23 - Use device_printf() instead of aprint_error_dev)() in

CVS commit: src/sys/dev/pci

2019-10-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 18 23:08:29 UTC 2019 Modified Files: src/sys/dev/pci: if_bce.c if_bcereg.h Log Message: >From OpenBSD: - Mark ETHERCAP_VLAN_MTU. - Clear the powerdown mode. Fixes PR kern/24911 reported by Werner Backes. - Set proper

CVS commit: src/sys/dev/pci

2019-10-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 18 23:08:29 UTC 2019 Modified Files: src/sys/dev/pci: if_bce.c if_bcereg.h Log Message: >From OpenBSD: - Mark ETHERCAP_VLAN_MTU. - Clear the powerdown mode. Fixes PR kern/24911 reported by Werner Backes. - Set proper

CVS commit: src/sys/dev/mii

2019-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 17 09:22:49 UTC 2019 Modified Files: src/sys/dev/mii: ciphy.c Log Message: - Match a lot of Cicada and Vitesse devices correctly. This change also fixes a bug that ciphy_fixup() didn't work. - Match VSC8221, VSC8234

CVS commit: src/sys/dev/mii

2019-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 17 09:22:00 UTC 2019 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.155 -r1.156 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.143 -r1.144

CVS commit: src/sys/dev/mii

2019-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 17 09:21:40 UTC 2019 Modified Files: src/sys/dev/mii: miidevs Log Message: - All of Cicada and Vitesse devices' OUI are not bit-reversed, so use "xx". - Rename CS82xx -> CIS82xx - Add Vitesse VSC8224, VSC8234, VSC8641

CVS commit: src/sys/dev/mii

2019-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 17 09:22:49 UTC 2019 Modified Files: src/sys/dev/mii: ciphy.c Log Message: - Match a lot of Cicada and Vitesse devices correctly. This change also fixes a bug that ciphy_fixup() didn't work. - Match VSC8221, VSC8234

CVS commit: src/sys/dev/pci

2019-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 17 09:12:12 UTC 2019 Modified Files: src/sys/dev/pci: if_alc.c Log Message: Some alc(4) fixes: - Apply FreeBSD r218141: > alc_rev was used without initialization such that it failed to > apply AR8152 v1.0 specific

CVS commit: src/sys/dev/pci

2019-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 17 09:12:12 UTC 2019 Modified Files: src/sys/dev/pci: if_alc.c Log Message: Some alc(4) fixes: - Apply FreeBSD r218141: > alc_rev was used without initialization such that it failed to > apply AR8152 v1.0 specific

CVS commit: src

2019-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 17 09:13:48 UTC 2019 Modified Files: src/share/man/man4: alc.4 src/sys/dev/pci: if_alc.c if_alcreg.h Log Message: Add support for Killer E2400 and E2500. To generate a diff of this commit: cvs rdiff -u -r1.5

CVS commit: src/doc

2019-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 17 09:14:50 UTC 2019 Modified Files: src/doc: CHANGES Log Message: alc(4): Add support for Killer E2400 and E2500. To generate a diff of this commit: cvs rdiff -u -r1.2597 -r1.2598 src/doc/CHANGES Please note that

CVS commit: src

2019-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 17 09:13:48 UTC 2019 Modified Files: src/share/man/man4: alc.4 src/sys/dev/pci: if_alc.c if_alcreg.h Log Message: Add support for Killer E2400 and E2500. To generate a diff of this commit: cvs rdiff -u -r1.5

CVS commit: src/sys/dev/mii

2019-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 17 09:21:40 UTC 2019 Modified Files: src/sys/dev/mii: miidevs Log Message: - All of Cicada and Vitesse devices' OUI are not bit-reversed, so use "xx". - Rename CS82xx -> CIS82xx - Add Vitesse VSC8224, VSC8234, VSC8641

CVS commit: src/sys/dev/mii

2019-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 17 09:22:00 UTC 2019 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.155 -r1.156 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.143 -r1.144

CVS commit: src/doc

2019-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 17 09:14:50 UTC 2019 Modified Files: src/doc: CHANGES Log Message: alc(4): Add support for Killer E2400 and E2500. To generate a diff of this commit: cvs rdiff -u -r1.2597 -r1.2598 src/doc/CHANGES Please note that

CVS commit: src/sys/dev/pci

2019-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 17 15:57:56 UTC 2019 Modified Files: src/sys/dev/pci: if_bce.c if_mcx.c Log Message: Use unsigned to avoid undefined behavior. Found by kUBSan. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/sys/dev/pci

2019-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 17 15:57:56 UTC 2019 Modified Files: src/sys/dev/pci: if_bce.c if_mcx.c Log Message: Use unsigned to avoid undefined behavior. Found by kUBSan. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: [netbsd-9] src/usr.sbin/sysinst

2019-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 23 06:04:44 UTC 2019 Modified Files: src/usr.sbin/sysinst [netbsd-9]: bsddisklabel.c disks.c Log Message: Pull up following revision(s) (requested by martin in ticket #365): usr.sbin/sysinst/bsddisklabel.c:

CVS commit: [netbsd-9] src/usr.sbin/sysinst

2019-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 23 06:04:44 UTC 2019 Modified Files: src/usr.sbin/sysinst [netbsd-9]: bsddisklabel.c disks.c Log Message: Pull up following revision(s) (requested by martin in ticket #365): usr.sbin/sysinst/bsddisklabel.c:

CVS commit: [netbsd-9] src/usr.sbin/sysinst

2019-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 23 06:01:55 UTC 2019 Modified Files: src/usr.sbin/sysinst [netbsd-9]: msg.mi.en msg.mi.fr Log Message: Pull up following revision(s) (requested by martin in ticket #363): usr.sbin/sysinst/msg.mi.en: revision 1.23

CVS commit: [netbsd-9] src/usr.sbin/sysinst

2019-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 23 06:01:55 UTC 2019 Modified Files: src/usr.sbin/sysinst [netbsd-9]: msg.mi.en msg.mi.fr Log Message: Pull up following revision(s) (requested by martin in ticket #363): usr.sbin/sysinst/msg.mi.en: revision 1.23

CVS commit: [netbsd-9] src/usr.sbin/sysinst

2019-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 23 06:03:24 UTC 2019 Modified Files: src/usr.sbin/sysinst [netbsd-9]: disklabel.c Log Message: Pull up following revision(s) (requested by martin in ticket #364): usr.sbin/sysinst/disklabel.c: revision 1.14 When

CVS commit: [netbsd-9] src/usr.sbin/sysinst

2019-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 23 06:03:24 UTC 2019 Modified Files: src/usr.sbin/sysinst [netbsd-9]: disklabel.c Log Message: Pull up following revision(s) (requested by martin in ticket #364): usr.sbin/sysinst/disklabel.c: revision 1.14 When

CVS commit: [netbsd-9] src/usr.sbin/sysinst

2019-10-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 23 05:58:13 UTC 2019 Modified Files: src/usr.sbin/sysinst [netbsd-9]: disks.c Log Message: Pull up following revision(s) (requested by martin in ticket #362): usr.sbin/sysinst/disks.c: revision 1.52 Remove a

CVS commit: [netbsd-9] src/usr.sbin/sysinst

2019-10-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 23 05:58:13 UTC 2019 Modified Files: src/usr.sbin/sysinst [netbsd-9]: disks.c Log Message: Pull up following revision(s) (requested by martin in ticket #362): usr.sbin/sysinst/disks.c: revision 1.52 Remove a

CVS commit: [netbsd-9] src/usr.sbin/sysinst

2019-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 23 06:30:16 UTC 2019 Modified Files: src/usr.sbin/sysinst [netbsd-9]: disks.c Log Message: Pull up following revision(s) (requested by martin in ticket #369): usr.sbin/sysinst/disks.c: revision 1.51 PR

CVS commit: [netbsd-9] src/usr.sbin/sysinst

2019-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 23 06:30:16 UTC 2019 Modified Files: src/usr.sbin/sysinst [netbsd-9]: disks.c Log Message: Pull up following revision(s) (requested by martin in ticket #369): usr.sbin/sysinst/disks.c: revision 1.51 PR

CVS commit: src/sys/dev/pci

2019-11-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 19 09:54:07 UTC 2019 Modified Files: src/sys/dev/pci: if_vge.c Log Message: Fixes a bug that "ifmedia vge0 media 1000baseT-FDX" causes device timeout. If the interface's media is NOT in the "best" mode (i.e. other than

CVS commit: src/sys/dev/pci

2019-11-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 19 09:54:07 UTC 2019 Modified Files: src/sys/dev/pci: if_vge.c Log Message: Fixes a bug that "ifmedia vge0 media 1000baseT-FDX" causes device timeout. If the interface's media is NOT in the "best" mode (i.e. other than

CVS commit: [netbsd-9] src/usr.sbin/sysinst/arch/i386

2019-11-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 19 06:19:04 UTC 2019 Modified Files: src/usr.sbin/sysinst/arch/i386 [netbsd-9]: md.c Log Message: Pull up following revision(s) (requested by martin in ticket #443): usr.sbin/sysinst/arch/i386/md.c: revision 1.25

CVS commit: [netbsd-9] src/usr.sbin/sysinst/arch/i386

2019-11-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 19 06:19:04 UTC 2019 Modified Files: src/usr.sbin/sysinst/arch/i386 [netbsd-9]: md.c Log Message: Pull up following revision(s) (requested by martin in ticket #443): usr.sbin/sysinst/arch/i386/md.c: revision 1.25

CVS commit: [netbsd-9] src/doc

2019-11-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 19 06:21:24 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #443. To generate a diff of this commit: cvs rdiff -u -r1.1.2.107 -r1.1.2.108 src/doc/CHANGES-9.0 Please note that diffs are

CVS commit: [netbsd-9] src/doc

2019-11-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 19 06:21:24 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #443. To generate a diff of this commit: cvs rdiff -u -r1.1.2.107 -r1.1.2.108 src/doc/CHANGES-9.0 Please note that diffs are

CVS commit: src/sys/dev/mii

2019-11-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 20 08:51:00 UTC 2019 Modified Files: src/sys/dev/mii: atphy.c mii_physubr.c miivar.h Log Message: Fix a bug that atphy(4) can't negotiate correctly when the media setting is neither auto nor 1000baseT. Use correct index

CVS commit: src/sys/dev/mii

2019-11-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 20 08:51:00 UTC 2019 Modified Files: src/sys/dev/mii: atphy.c mii_physubr.c miivar.h Log Message: Fix a bug that atphy(4) can't negotiate correctly when the media setting is neither auto nor 1000baseT. Use correct index

CVS commit: src/doc

2019-11-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 26 07:17:42 UTC 2019 Modified Files: src/doc: CHANGES Log Message: Remove notes about ipgphy(4), jmphy(4), smscphy(4), micphy(4) and alc(4) because those will be included in NetBSD 9.0. To generate a diff of this

CVS commit: src/doc

2019-11-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 26 07:17:42 UTC 2019 Modified Files: src/doc: CHANGES Log Message: Remove notes about ipgphy(4), jmphy(4), smscphy(4), micphy(4) and alc(4) because those will be included in NetBSD 9.0. To generate a diff of this

CVS commit: src/doc

2019-11-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 26 07:51:35 UTC 2019 Modified Files: src/doc: CHANGES.prev Log Message: Move notes about ipgphy(4), jmphy(4), smscphy(4), micphy(4) and alc(4) from post 9.0 to pre 9.0. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/doc

2019-11-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 26 07:51:35 UTC 2019 Modified Files: src/doc: CHANGES.prev Log Message: Move notes about ipgphy(4), jmphy(4), smscphy(4), micphy(4) and alc(4) from post 9.0 to pre 9.0. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/mii

2019-11-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 26 08:21:03 UTC 2019 Modified Files: src/sys/dev/mii: amhphy.c brgphy.c glxtphy.c gphyter.c ikphy.c Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/dev/mii

2019-11-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 26 08:21:03 UTC 2019 Modified Files: src/sys/dev/mii: amhphy.c brgphy.c glxtphy.c gphyter.c ikphy.c Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/dev/mii

2019-11-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 26 08:19:51 UTC 2019 Modified Files: src/sys/dev/mii: jmphy.c makphy.c qsphy.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/mii/jmphy.c cvs rdiff -u

CVS commit: src/sys/dev/mii

2019-11-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 26 08:19:51 UTC 2019 Modified Files: src/sys/dev/mii: jmphy.c makphy.c qsphy.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/mii/jmphy.c cvs rdiff -u

CVS commit: src/sys/dev/pci

2019-11-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 25 05:35:26 UTC 2019 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Modify PHY initialization code. This change fix a bug that SK-9D21 doesn't detect MII PHY. - Add error check to bge_miibus_writereg(). -

CVS commit: src/sys/dev/pci

2019-11-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 25 05:35:26 UTC 2019 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Modify PHY initialization code. This change fix a bug that SK-9D21 doesn't detect MII PHY. - Add error check to bge_miibus_writereg(). -

CVS commit: [netbsd-9] src/distrib/notes

2019-11-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 25 05:50:21 UTC 2019 Modified Files: src/distrib/notes [netbsd-9]: Makefile.inc src/distrib/notes/acorn32 [netbsd-9]: contents src/distrib/notes/alpha [netbsd-9]: contents src/distrib/notes/amd64

CVS commit: [netbsd-9] src/distrib/notes

2019-11-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 25 05:50:21 UTC 2019 Modified Files: src/distrib/notes [netbsd-9]: Makefile.inc src/distrib/notes/acorn32 [netbsd-9]: contents src/distrib/notes/alpha [netbsd-9]: contents src/distrib/notes/amd64

CVS commit: [netbsd-9] src/doc

2019-11-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 25 05:52:54 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #466 and #471. To generate a diff of this commit: cvs rdiff -u -r1.1.2.116 -r1.1.2.117 src/doc/CHANGES-9.0 Please note that

CVS commit: [netbsd-9] src/doc

2019-11-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 25 05:52:54 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #466 and #471. To generate a diff of this commit: cvs rdiff -u -r1.1.2.116 -r1.1.2.117 src/doc/CHANGES-9.0 Please note that

CVS commit: src/sys/dev/pci

2019-11-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 25 04:52:27 UTC 2019 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Fix a bug that SK-9D41 can't detect fiber media. Check the subsystem ID correctly. This bug was added in if_bge.c rev. 1.161. To generate a

CVS commit: src/sys/dev/pci

2019-11-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 25 04:52:27 UTC 2019 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Fix a bug that SK-9D41 can't detect fiber media. Check the subsystem ID correctly. This bug was added in if_bge.c rev. 1.161. To generate a

CVS commit: src/sys/dev/pci

2019-11-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 25 05:18:59 UTC 2019 Modified Files: src/sys/dev/pci: if_bge.c Log Message: - Use *_FLUSH() more. The main purpose is to wait following delay() correctly. - Add missing DELAY(80) after writing BGE_MI_MODE register. To

CVS commit: src/sys/dev/pci

2019-11-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 25 05:18:59 UTC 2019 Modified Files: src/sys/dev/pci: if_bge.c Log Message: - Use *_FLUSH() more. The main purpose is to wait following delay() correctly. - Add missing DELAY(80) after writing BGE_MI_MODE register. To

CVS commit: [netbsd-9] src/sys/arch/evbarm/beagle

2019-11-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 25 05:47:13 UTC 2019 Modified Files: src/sys/arch/evbarm/beagle [netbsd-9]: beagle_machdep.c Log Message: Pull up following revision(s) (requested by martin in ticket #466):

CVS commit: [netbsd-9] src/sys/arch/evbarm/beagle

2019-11-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 25 05:47:13 UTC 2019 Modified Files: src/sys/arch/evbarm/beagle [netbsd-9]: beagle_machdep.c Log Message: Pull up following revision(s) (requested by martin in ticket #466):

CVS commit: src/sys/dev/pci

2019-11-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 27 03:45:54 UTC 2019 Modified Files: src/sys/dev/pci: pcidevs Log Message: - Add Xeon D-1500 NTB-secondary - Add Xeon D NS QuickData DMA channel 0-7 To generate a diff of this commit: cvs rdiff -u -r1.1391 -r1.1392

CVS commit: src/sys/dev/pci

2019-11-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 27 03:45:54 UTC 2019 Modified Files: src/sys/dev/pci: pcidevs Log Message: - Add Xeon D-1500 NTB-secondary - Add Xeon D NS QuickData DMA channel 0-7 To generate a diff of this commit: cvs rdiff -u -r1.1391 -r1.1392

CVS commit: src/sys/dev/pci

2019-11-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 27 03:47:06 UTC 2019 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.1379 -r1.1380 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1378

CVS commit: src/sys/dev/mii

2019-11-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 27 08:53:32 UTC 2019 Modified Files: src/sys/dev/mii: ipgphy.c Log Message: Print dmesg correctly. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/mii/ipgphy.c Please note that diffs are not

CVS commit: src/sys/dev/mii

2019-11-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 27 08:53:32 UTC 2019 Modified Files: src/sys/dev/mii: ipgphy.c Log Message: Print dmesg correctly. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/mii/ipgphy.c Please note that diffs are not

CVS commit: [netbsd-9] src/distrib/notes

2019-11-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 27 13:36:55 UTC 2019 Modified Files: src/distrib/notes [netbsd-9]: Makefile.inc src/distrib/notes/common [netbsd-9]: macros main netboot postinstall sysinst src/distrib/notes/sparc [netbsd-9]:

CVS commit: [netbsd-9] src/doc

2019-11-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 27 13:40:18 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #489. To generate a diff of this commit: cvs rdiff -u -r1.1.2.122 -r1.1.2.123 src/doc/CHANGES-9.0 Please note that diffs are not

CVS commit: [netbsd-9] src/doc

2019-11-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 27 13:40:18 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #489. To generate a diff of this commit: cvs rdiff -u -r1.1.2.122 -r1.1.2.123 src/doc/CHANGES-9.0 Please note that diffs are not

CVS commit: [netbsd-9] src/distrib/notes

2019-11-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 27 13:36:55 UTC 2019 Modified Files: src/distrib/notes [netbsd-9]: Makefile.inc src/distrib/notes/common [netbsd-9]: macros main netboot postinstall sysinst src/distrib/notes/sparc [netbsd-9]:

CVS commit: src/sys/net

2019-11-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 28 14:08:22 UTC 2019 Modified Files: src/sys/net: if_media.h Log Message: Fix comment. The ifm_media member of struct ifmedia is NOT user-set media word but the current "active" media. The user-set media word is one

CVS commit: src/sys/net

2019-11-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 28 14:08:22 UTC 2019 Modified Files: src/sys/net: if_media.h Log Message: Fix comment. The ifm_media member of struct ifmedia is NOT user-set media word but the current "active" media. The user-set media word is one

CVS commit: src/sys/dev/pci

2019-11-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 29 15:17:14 UTC 2019 Modified Files: src/sys/dev/pci: if_mcx.c Log Message: Set if_baudrate. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/if_mcx.c Please note that diffs are not public

CVS commit: src/sys/dev/pci

2019-11-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 29 15:17:14 UTC 2019 Modified Files: src/sys/dev/pci: if_mcx.c Log Message: Set if_baudrate. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/if_mcx.c Please note that diffs are not public

CVS commit: src/sys/dev/pci

2019-11-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 21 02:59:44 UTC 2019 Modified Files: src/sys/dev/pci: if_vge.c Log Message: - Set duplex correctly when user setting is not IFM_AUTO. - When the link is up, set VGE_DIAGCTL not from user media setting but from the

CVS commit: src/sys/dev/pci

2019-11-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 21 02:59:44 UTC 2019 Modified Files: src/sys/dev/pci: if_vge.c Log Message: - Set duplex correctly when user setting is not IFM_AUTO. - When the link is up, set VGE_DIAGCTL not from user media setting but from the

CVS commit: src/sys/dev/mii

2019-11-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 21 03:04:22 UTC 2019 Modified Files: src/sys/dev/mii: ipgphy.c ipgphyreg.h Log Message: Add missing NetBSD RCS Id. Reported by Andrius V. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/dev/mii

2019-11-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 21 03:04:22 UTC 2019 Modified Files: src/sys/dev/mii: ipgphy.c ipgphyreg.h Log Message: Add missing NetBSD RCS Id. Reported by Andrius V. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/dev/mii

2019-11-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 14 08:52:34 UTC 2019 Modified Files: src/sys/dev/mii: ipgphy.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/mii/ipgphy.c Please note that diffs are

CVS commit: src/sys/dev/mii

2019-11-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 14 09:00:23 UTC 2019 Modified Files: src/sys/dev/mii: ipgphy.c Log Message: STGE_PhyCtrl is not PHY register but MAC register, so use ukphy_status() for IP1000A device. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/mii

2019-11-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 14 09:00:23 UTC 2019 Modified Files: src/sys/dev/mii: ipgphy.c Log Message: STGE_PhyCtrl is not PHY register but MAC register, so use ukphy_status() for IP1000A device. To generate a diff of this commit: cvs rdiff -u

<    4   5   6   7   8   9   10   11   12   13   >