CVS commit: src/sys/dev/mii

2020-11-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 4 09:15:10 UTC 2020 Modified Files: src/sys/dev/mii: igphy.c ihphy.c makphy.c Log Message: Fix a bug that "ifconfig xx0 media none" set LINK_STATE_UNKNOWN instead of LINK_STATE_DOWN. XXX We should check for other PHY d

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

2020-11-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 13 04:12:38 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_x540.c Log Message: Fix typo in a debug message. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pci/ixgbe/ixgbe_x540.c Please

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

2020-11-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 13 05:53:36 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Fix a bug that some advertise speeds can't be set with hw.ixgN.advertise_speed if both 2.5G and 5G are set. Fix the error message, too. T

CVS commit: src/sys/dev/ic

2020-11-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 16 00:12:13 UTC 2020 Modified Files: src/sys/dev/ic: ath.c atppc.c Log Message: s/reseting/resetting/ To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/sys/dev/ic/ath.c cvs rdiff -u -r1.36 -r1.37 src/s

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

2020-11-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 19 02:23:24 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.h Log Message: Add comment. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/dev/pci/ixgbe/ixgbe.h Please note that diffs are not

CVS commit: src/sys/dev/pci

2020-11-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 19 02:36:30 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add some sysctl values for debugging TX/RX queues. To generate a diff of this commit: cvs rdiff -u -r1.696 -r1.697 src/sys/dev/pci/if_wm.c Ple

CVS commit: src/sys/dev/pci

2020-11-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 20 01:29:12 UTC 2020 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add newer Intel PCH internal devices. To generate a diff of this commit: cvs rdiff -u -r1.1420 -r1.1421 src/sys/dev/pci/pcidevs Please note th

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

2020-11-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 24 00:46:28 UTC 2020 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add some definitions from the latest Intel SDM: - Add CPUID leaf 7 %edx bit 23 "KL" (Key Locker). - Add CPUID leaf 7 subleaf 1 %e

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

2020-11-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 24 00:48:39 UTC 2020 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: - Print CPUID 0x808 %ebx on Intel, too. Intel now supports WBNOINVD. - Print CPUID leaf 7 subleaf 1. To generate a diff of this comm

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

2020-11-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 30 00:04:03 UTC 2020 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: Add sgx, sgx_lc, serialize and tsxldtrk. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/x86/x86/procf

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

2020-11-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 30 05:30:56 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_vf.c Log Message: s/ we we / we / To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/pci/ixgbe/ixgbe_vf.c Please note that diffs

CVS commit: src

2020-11-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 30 05:33:32 UTC 2020 Modified Files: src/sys/arch/sh3/sh3: vm_machdep.c src/sys/arch/x86/x86: vm_machdep.c src/sys/dev/usb: ehci.c src/sys/net80211: ieee80211_node.c src/tests/dev/raidframe:

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

2020-11-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 30 07:53:42 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Apply ixgbe.c rev. 1.204 which was for ixgbe_msix_admin() to ixgbe_legacy_irq(), too. > An interrupt might not arrive when a module is i

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

2020-12-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 11 05:01:19 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_type.h Log Message: Don't use EIMC_OTHER bit because it's read only other than 82598. Documents say: 82598: All of bit 31(OTHER bit) of

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

2020-12-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 22 07:16:23 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Correctly ACK the fan failure interrupt in ixgbe_legacy_irq(). To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263 src/sys/de

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

2020-12-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 24 06:14:42 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Remove strange ixgbe_enable_intr() in ixgbe_legacy_irq(). If the interface is UP and the INTx line is shared with other devices, it resul

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

2020-12-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 24 10:00:36 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Add some debug printf()s and modify comments. To generate a diff of this commit: cvs rdiff -u -r1.264 -r1.265 src/sys/dev/pci/ixgbe/ixgbe.

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

2020-12-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 24 10:37:47 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Reorder some code to reduce diff between ixgbe_legacy_irq() and ixgbe_msix_admin. No functional change intended. To generate a diff of th

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

2020-12-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 24 15:51:04 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: The EICR register's all OTHER interrupt bits are cleared in the beginning of the ixgbe_msix_admin(), so it's not required to clear each bit

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

2020-12-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 24 15:51:33 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: The EICR register are cleared in the beginning of the ixgbe_legacy_irq(), so it's not required to clear each bit later in the function. T

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

2020-12-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 24 18:32:53 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Fix a bug that INTx is disabled if the INTx line is shared with other device. ixgbe.c rev. 1.264 was not correct. Restore EIMS before

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

2020-12-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 24 22:36:43 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Simplify setting of EIAC register. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.269 -r1.270 src/sys

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

2020-12-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Dec 26 06:01:22 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Don't use "more" flag for simplify in ixgbe_legacy_irq(). No functional change intended. To generate a diff of this commit: cvs rdiff -u

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

2020-12-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Dec 26 06:02:42 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Check EICR's queue bit instead of IFF_RUNNING. This change fixes a bug that it might incorrectly enable interrupt when IFF_RUNNING is not s

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

2020-12-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Dec 26 06:07:16 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h ixgbe_type.h Log Message: Disable/enable the OTHER interrupts correctly. The OTHER interrupt was not blocked correctly when MSI-X is used.

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

2020-12-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Dec 26 06:10:17 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_type.h Log Message: Disable some interrupt in ixgbe_{legacy_irq,msix_admin}() to prevent log spam. To generate a diff of this commit: cvs rdiff -

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

2020-12-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Dec 26 06:17:55 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Don't return in the middle of ixgbe_msix_admin() when an flow director reinit failed. NetBSD currently doesn't support flow director, so th

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

2020-12-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Dec 26 06:27:38 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Copy & paste some missing part (flow director, ECC and temp sensor) from ixgbe_msix_admin() to ixgbe_legacy_irq(). Now it's ready to make a

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

2020-12-31 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 31 12:34:33 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Reduce code duplication. No functional change. Add new ixgbe_intr_admin_common() and use it in both ixgbe_msix_admin() and ixgbe_legac

CVS commit: src/sys/dev/pci

2009-07-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jul 13 23:31:19 UTC 2009 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Check PCI-X mode as e1000 driver. To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176 src/sys/dev/pci/if_wm.c Please note that diff

CVS commit: src/sys/dev/pci

2009-07-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jul 14 00:00:44 UTC 2009 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: Some fixes for i80003 and ICH{8,9,10) from e1000 driver and document: Add setting for KABGTXD register for ICH{8,9,10}. ICH9

CVS commit: src/sys/dev/pci

2009-07-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 23 05:05:13 UTC 2009 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Reduce the difference against FreeBSD and OpenBSD Define BGE_IS_JUMBO_CAPABLE and use it. No functional change. Cleanup the code for BGE_PC

CVS commit: src/sys/dev/pci

2009-07-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 25 13:52:47 UTC 2009 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Call prop_dictionary_set_uint32() before mii_init() so that brgphy can do prop_dictionary_get_uint32() correctly. To generate a diff of this co

CVS commit: src/sys/dev/pci

2009-07-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 30 03:46:49 UTC 2009 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix the bug that another lock mechanism is used to access Kumeran registers on i80003 and ICHs. Fix yet another i80003 ONLY workaround. The code

CVS commit: src/sys/dev/pci

2009-08-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Aug 6 03:03:46 UTC 2009 Modified Files: src/sys/dev/pci: if_wm.c Log Message: If the difference bettween last flag and new flag is only IFF_PROMISC or IFF_ALLMULTI, set multicast filter only to prevent link down. Tested by

CVS commit: src/sys/arch/mips

2009-08-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Aug 6 04:34:51 UTC 2009 Modified Files: src/sys/arch/mips/include: mips_opcode.h src/sys/arch/mips/mips: db_disasm.c Log Message: Add disassemble code for DMT, DMF, MTH and MFH. To generate a diff of this commit: c

CVS commit: src/sys/net

2009-08-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Aug 12 11:17:17 UTC 2009 Modified Files: src/sys/net: if_media.h Log Message: Add 1000BASE-BX10. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/net/if_media.h Please note that diffs are not public do

CVS commit: src/sys/dev

2009-12-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 16 04:50:36 UTC 2009 Modified Files: src/sys/dev/mii: igphy.c src/sys/dev/pci: if_wm.c Added Files: src/sys/dev/pci: if_wmvar.h Log Message: Ee-enable igphy's 82566 support. - Patch for the DSP code is on

CVS commit: src/sys/dev

2009-12-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 16 14:37:26 UTC 2009 Modified Files: src/sys/dev/mii: igphy.c src/sys/dev/pci: if_wm.c if_wmvar.h Log Message: Sync with Intel's original em driver: - Add dspcode for igp3 and use it when the EEPROM isn't availabl

CVS commit: src/sys/dev/pci

2009-12-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Dec 27 20:36:38 UTC 2009 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix the bug that ICH9 can't found a PHY. This fix is not good, but it's the same as e1000 driver... Fixes PR#42237 To generate a diff of this co

CVS commit: src/sys/dev/pci

2009-12-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 29 15:52:18 UTC 2009 Modified Files: src/sys/dev/pci: pcidevs Log Message: add entry for i82583V To generate a diff of this commit: cvs rdiff -u -r1.1005 -r1.1006 src/sys/dev/pci/pcidevs Please note that diffs are not

CVS commit: src/sys/dev/pci

2009-12-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 29 16:01:22 UTC 2009 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h if_wmvar.h Log Message: - Fix an incorrect test for WM_F_EEPROM_INALID since rev. 1.183. Some old chips don't set EECD_EE_PRES. - Fix a bug that W

CVS commit: src/doc

2009-12-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 29 17:26:50 UTC 2009 Modified Files: src/doc: CHANGES Log Message: mention i82583V support in wm(4). To generate a diff of this commit: cvs rdiff -u -r1.1337 -r1.1338 src/doc/CHANGES Please note that diffs are not publ

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 report

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 17:34:38 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: bugfixes: - add missing break in wm_reset()... - fix the offset of WMREG_PBS... - fix length of some delay()s in wm_gmii_reset() T

CVS commit: src/sys/dev/pci

2010-01-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 7 17:45:58 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h if_wmvar.h Log Message: Make wm_reset() and wm_gmii_reset() close to e1000 driver. At least, this change make wm_attach() be stable on ICH9. To ge

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 not

CVS commit: src/sys/dev/pci

2010-01-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jan 11 12:29:29 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h if_wmvar.h Log Message: Add partial support for PCH. We have to do more work for PCH. Especially I don't know what driver i82578 should be attached

CVS commit: src/sys/dev/pci

2010-01-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jan 11 12:54:55 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs Log Message: fix for i82577 To generate a diff of this commit: cvs rdiff -u -r1.1009 -r1.1010 src/sys/dev/pci/pcidevs Please note that diffs are not public

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 -r1.100

CVS commit: src/sys/dev/pci

2010-01-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 12 21:23:38 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs Log Message: rename some wm devices to know PHY type To generate a diff of this commit: cvs rdiff -u -r1.1011 -r1.1012 src/sys/dev/pci/pcidevs Please note t

CVS commit: src/sys/dev/pci

2010-01-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 12 21:24:39 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs Log Message: add i82567LM-2 i82567LM-4 i82567V-3 LAN controller To generate a diff of this commit: cvs rdiff -u -r1.1012 -r1.1013 src/sys/dev/pci/pcidevs Pl

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 public

CVS commit: src/sys/dev/pci

2010-01-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 12 22:26:30 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: - Add i82567LM-2 i82567LM-4 i82567V-3 LAN controller. - Reset GMII interface after wm_reset() in wm_init(). - Rework for assigning mii_

CVS commit: src/sys/dev

2010-01-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 14 18:56:02 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h if_wmvar.h Added Files: src/sys/dev/mii: inbmphyreg.h Log Message: Fixes the rx stall problem on 82578 by MANY workaround code. We need more

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 src/sys/dev/pci/if_wm

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 Plea

CVS commit: src/sys/dev/pci

2010-01-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Jan 24 15:29:10 UTC 2010 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Fix the bug that both BGE_PCIE and BGE_PCIX are set on PCI-Express devices. To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src

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/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 a

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 src/s

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 this

CVS commit: src/sys/dev/pci

2010-01-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Jan 24 17:56:54 UTC 2010 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Fix a printf() message in debug code reported by Bert Kiers. To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/sys/dev/pci/if

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 a

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 PR#3

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 not

CVS commit: src/sys/dev/pci

2010-01-31 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 1 05:38:36 UTC 2010 Modified Files: src/sys/dev/pci: if_bge.c pcireg.h Log Message: Fix the bug that unaligned access occurs on amd64. It also fixes the bug that error bits aren't cleard because these bit are W2C (in oth

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)) - Us

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 public

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 int

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 c

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 ar

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 p

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-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 9 04:40:52 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.1017 -r1.1018 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1016 -r1.10

CVS commit: src/sys/dev/pci

2010-02-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Feb 12 04:01:07 UTC 2010 Modified Files: src/sys/dev/pci: pcireg.h Log Message: - Add some PCIe config registers. - The register at 0x1c is not Control Status register. It contains Control bits only. Rename it. To generat

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

2020-09-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 7 03:03:09 UTC 2020 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add CPUID(EAX=07H, ECX=0) ECX bit 16 LA57 from maxv. To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 src/sys/arch

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

2020-09-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 7 03:57:28 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Don't schedule admin work while shutdown like the recovery mode timer. The admin workqueue also runs while !IFF_UP like the recovery mode

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

2020-09-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 7 04:15:12 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: __predict_false() should be __predict_true() for adapter->osdep.detaching == false check. To generate a diff of this commit: cvs rdiff -u

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

2020-09-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 7 05:50:58 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: if_fdir.c if_sriov.c ixgbe.c ixv.c Log Message: - Remove extra callout_stop() in ixgbe_detach(). Found by knakahara@. - Rename ix{gbe,v}_free_workqueue() to ix{g

CVS commit: src/sys/dev/pci

2020-09-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Sep 15 08:39:04 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c if_wmvar.h Log Message: Add new flag named WM_F_CRC_STRIP and use it. No functional change. This change also sets the RCTL_SECRC bit on I211 but it doesn't

CVS commit: src/sys/dev

2020-09-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Sep 16 15:04:02 UTC 2020 Modified Files: src/sys/dev/mii: inbmphyreg.h src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: Add a workaround for jumbo frame on PCH2 and newer. Tested by chs@. - Add wm_lv_jumbo_workaroun

CVS commit: src/sys/dev/pci

2020-09-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Sep 16 15:04:58 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Use 12K for packet buffer for jumbo frame on PCH2 and newer. XXX Note that Linux Use 14K. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/dev/ic

2020-09-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 21 06:57:00 UTC 2020 Modified Files: src/sys/dev/ic: rtl8169.c rtl81x9reg.h rtl81x9var.h Log Message: - Print chip revision. From OpenBSD. - Rename RTK_HWREV_8168_SPIN[123] to RTK_HWREV_8168'B'_SPIN[123]. Same as other

CVS commit: src/sys/dev/pci

2020-09-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Sep 24 08:00:59 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Small fixes from knakahara: - Check return value correctly in wm_lv_jumbo_workaround_ich8lan(). - Fix comment. To generate a diff of this commi

CVS commit: src

2020-09-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Sep 29 02:49:56 UTC 2020 Modified Files: src/distrib/alpha/instkernel/ramdisk: install.sh src/doc: CHANGES.prev src/etc/defaults: rc.conf src/sbin/disklabel: main.c src/sys/arch/atari/stand/ahdi

CVS commit: src

2020-09-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Sep 29 02:58:53 UTC 2020 Modified Files: src/bin/csh: file.c src/distrib/utils/more: more.help prim.c src/lib/libc/arch/vax/string: index.S src/sbin/disklabel: main.c src/sys/arch/acorn32/stand/

CVS commit: src

2020-09-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Sep 29 03:02:19 UTC 2020 Modified Files: src/sys/arch/atari/dev: ncr5380.c src/sys/arch/mac68k/dev: ncr5380.c src/sys/dev/scsipi: cd.c src/sys/fs/nfs/client: nfs_clbio.c src/usr.bin/config: conf

CVS commit: src/sys/dev/scsipi

2020-09-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Sep 29 03:04:03 UTC 2020 Modified Files: src/sys/dev/scsipi: cd.c Log Message: s/settng/setting/ To generate a diff of this commit: cvs rdiff -u -r1.347 -r1.348 src/sys/dev/scsipi/cd.c Please note that diffs are not public

CVS commit: src/sbin/ifconfig

2020-09-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Sep 29 08:52:11 UTC 2020 Modified Files: src/sbin/ifconfig: ifconfig.8 Log Message: Add [-]eee and [-]vlan-hwfilter. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 src/sbin/ifconfig/ifconfig.8 Please note

CVS commit: src/sys/dev/pci

2020-10-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 16 05:53:40 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fixes a problem that the attach function reported "wm_gmii_setup_phytype: Unknown PHY model. OUI=00, model=" and "PHY type is still unkno

CVS commit: src/sys/dev/mii

2020-10-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 20 08:53:34 UTC 2020 Modified Files: src/sys/dev/mii: makphy.c Log Message: Add Intel I347-AT4. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/dev/mii/makphy.c Please note that diffs are not publ

CVS commit: src/sys/dev/pci

2020-10-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 28 07:08:08 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add missing drain for pcq in wm_stop_locked(). OK'd by knakahara. This change fixes two problems: 1. If the pcq is full and watchdog timer is f

CVS commit: src/sys/dev/pci

2020-10-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 30 06:23:39 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add new sysctl hw.wmN.debug_flags. This sysctl can be used if WM_DEBUG is set. OK'd by knakahara. % sysctl -d hw.wm0.debug_flags hw.wm0.debug_fl

CVS commit: src/sys/dev/pci

2020-10-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 30 06:29:47 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c if_wmvar.h Log Message: Add WMPHY_I350. Not used yet. To generate a diff of this commit: cvs rdiff -u -r1.693 -r1.694 src/sys/dev/pci/if_wm.c cvs rdiff -u -r

CVS commit: src/sys/dev/ic

2020-07-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 15 01:42:27 UTC 2020 Modified Files: src/sys/dev/ic: gem.c Log Message: G.C. comment. To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 src/sys/dev/ic/gem.c Please note that diffs are not public domain; t

  1   2   3   4   5   6   7   8   9   10   >