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

2022-03-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Mar 10 04:14:34 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h Log Message: Print ECC, PHY and temp error log using with ratecheck(). - The ratecheck() is for just in case. All of the interrupts might

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

2022-03-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Mar 10 04:14:34 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h Log Message: Print ECC, PHY and temp error log using with ratecheck(). - The ratecheck() is for just in case. All of the interrupts might

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

2022-03-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Mar 10 04:00:32 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Enclose flow director stuff in ixgbe_intr_admin_common() with IXGBE_FIR. To generate a diff of this commit: cvs rdiff -u -r1.310 -r1.311

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

2022-03-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Mar 10 04:00:32 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Enclose flow director stuff in ixgbe_intr_admin_common() with IXGBE_FIR. To generate a diff of this commit: cvs rdiff -u -r1.310 -r1.311

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

2022-03-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Mar 10 03:58:52 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Move the definition of eicr_mask variable. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.309 -r1.310

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

2022-03-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Mar 10 03:58:52 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Move the definition of eicr_mask variable. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.309 -r1.310

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

2022-03-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Mar 10 03:57:33 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Modify comment to clarify EIAC setting. To generate a diff of this commit: cvs rdiff -u -r1.308 -r1.309 src/sys/dev/pci/ixgbe/ixgbe.c

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

2022-03-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Mar 10 03:57:33 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Modify comment to clarify EIAC setting. To generate a diff of this commit: cvs rdiff -u -r1.308 -r1.309 src/sys/dev/pci/ixgbe/ixgbe.c

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

2022-03-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Mar 10 03:53:46 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Add IFF_RUNNING check in ixgbe_legacy_irq() again. - This change might fix small race between ifconfig down and an interrupt. If the

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

2022-03-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Mar 10 03:53:46 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Add IFF_RUNNING check in ixgbe_legacy_irq() again. - This change might fix small race between ifconfig down and an interrupt. If the

CVS commit: src/sys/dev/pci

2022-03-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Mar 10 00:14:34 UTC 2022 Modified Files: src/sys/dev/pci: gffb.c Log Message: gffb(4): Nix membar_sync and explain what's going on here. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/sys/dev/pci

2022-03-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Mar 10 00:14:34 UTC 2022 Modified Files: src/sys/dev/pci: gffb.c Log Message: gffb(4): Nix membar_sync and explain what's going on here. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/sys/dev/pci

2022-03-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Mar 10 00:14:25 UTC 2022 Modified Files: src/sys/dev/pci: gffb.c Log Message: gffb(4): Use bus_space_barrier, not membar_sync. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/gffb.c Please

CVS commit: src/sys/dev/pci

2022-03-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Mar 10 00:14:25 UTC 2022 Modified Files: src/sys/dev/pci: gffb.c Log Message: gffb(4): Use bus_space_barrier, not membar_sync. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/gffb.c Please

CVS commit: src/sys/arch

2022-03-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Mar 10 00:14:16 UTC 2022 Modified Files: src/sys/arch/evbppc/virtex: dcr.c dcr.h src/sys/arch/powerpc/include: bus_defs.h bus_funcs.h src/sys/arch/powerpc/powerpc: bus_space.c Log Message: powerpc:

CVS commit: src/sys/arch

2022-03-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Mar 10 00:14:16 UTC 2022 Modified Files: src/sys/arch/evbppc/virtex: dcr.c dcr.h src/sys/arch/powerpc/include: bus_defs.h bus_funcs.h src/sys/arch/powerpc/powerpc: bus_space.c Log Message: powerpc:

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

2022-03-09 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Mar 9 23:09:15 UTC 2022 Modified Files: src/sys/arch/arm/xscale: pxa2x0_lcd.h Log Message: s/Horizontao/Horizontal/ in comment and removing misplaced "pxel" word. To generate a diff of this commit: cvs rdiff -u -r1.10

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

2022-03-09 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Mar 9 23:09:15 UTC 2022 Modified Files: src/sys/arch/arm/xscale: pxa2x0_lcd.h Log Message: s/Horizontao/Horizontal/ in comment and removing misplaced "pxel" word. To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/doc

2022-03-09 Thread Reinoud Zandijk
rdable media [reinoud 20220309] + updated recordable media. [reinoud 20220309] + udf: Fix locking up CD/DVD burner issue that would lockup the FS. + [reinoud 20220309]

CVS commit: src/doc

2022-03-09 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Mar 9 22:55:32 UTC 2022 Modified Files: src/doc: CHANGES Log Message: Add note on optical media lockup fix for UDF To generate a diff of this commit: cvs rdiff -u -r1.2863 -r1.2864 src/doc/CHANGES Please note that diffs

CVS commit: src/doc

2022-03-09 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Mar 9 22:52:28 UTC 2022 Modified Files: src/doc: CHANGES Log Message: Add notes on various UDF fixes concerning Windows10 interoperationability with recordable media. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/doc

2022-03-09 Thread Reinoud Zandijk
curity fixes). [christos 20220223] OpenSSH: Import 8.9. [christos 20220223] + udf: Be bugcompatible with Microsoft Windows 10 so it can read our + updated recordable media [reinoud 20220309] +

CVS commit: src/sys/dev/usb

2022-03-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 9 22:19:07 UTC 2022 Modified Files: src/sys/dev/usb: xhci.c Log Message: xhci(4): Avoid holding bus lock across usb_delay_ms. We may still need a mechanism to serialize access to the portsc registers between

CVS commit: src/sys/dev/usb

2022-03-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 9 22:19:07 UTC 2022 Modified Files: src/sys/dev/usb: xhci.c Log Message: xhci(4): Avoid holding bus lock across usb_delay_ms. We may still need a mechanism to serialize access to the portsc registers between

CVS commit: src/sys/dev/usb

2022-03-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 9 22:18:54 UTC 2022 Modified Files: src/sys/dev/usb: ohci.c Log Message: ohci(4): Don't flail around with enabling polling in suspend/resume. This doesn't work -- polling mode only works when all other CPUs are

CVS commit: src/sys/dev/usb

2022-03-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 9 22:18:54 UTC 2022 Modified Files: src/sys/dev/usb: ohci.c Log Message: ohci(4): Don't flail around with enabling polling in suspend/resume. This doesn't work -- polling mode only works when all other CPUs are

CVS commit: src/sys/dev/usb

2022-03-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 9 22:18:13 UTC 2022 Modified Files: src/sys/dev/usb: ehci.c Log Message: ehci(4): Omit bus lock around ehci_suspend/resume. This no longer serializes access to the portsc registers, also used by ehci_roothub_ctrl,

CVS commit: src/sys/dev/usb

2022-03-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 9 22:18:13 UTC 2022 Modified Files: src/sys/dev/usb: ehci.c Log Message: ehci(4): Omit bus lock around ehci_suspend/resume. This no longer serializes access to the portsc registers, also used by ehci_roothub_ctrl,

CVS commit: src/sys

2022-03-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 9 22:17:41 UTC 2022 Modified Files: src/sys/arch/mips/adm5120/dev: ahci.c src/sys/dev/ic: sl811hs.c src/sys/dev/usb: ehci.c motg.c ohci.c uhci.c usbdivar.h usbroothub.c xhci.c Log Message:

CVS commit: src/sys

2022-03-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Mar 9 22:17:41 UTC 2022 Modified Files: src/sys/arch/mips/adm5120/dev: ahci.c src/sys/dev/ic: sl811hs.c src/sys/dev/usb: ehci.c motg.c ohci.c uhci.c usbdivar.h usbroothub.c xhci.c Log Message:

CVS commit: xsrc/external/mit/xf86-video-suncg6/dist/src

2022-03-09 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Mar 9 17:57:50 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-suncg6/dist/src: cg6_driver.c Log Message: Check the PROM for the amount of available VRAM instead of guessing, and use it all, now that we know we can.

CVS commit: xsrc/external/mit/xf86-video-suncg6/dist/src

2022-03-09 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Mar 9 17:57:50 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-suncg6/dist/src: cg6_driver.c Log Message: Check the PROM for the amount of available VRAM instead of guessing, and use it all, now that we know we can.

CVS commit: src/sys/dev/sbus

2022-03-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 9 17:53:40 UTC 2022 Modified Files: src/sys/dev/sbus: cgsix_sbus.c Log Message: turns out we can map the full amount of VRAM on a 4MB board even when in double buffer mode thanks foo bar To generate a diff of this

CVS commit: src/sys/dev/sbus

2022-03-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 9 17:53:40 UTC 2022 Modified Files: src/sys/dev/sbus: cgsix_sbus.c Log Message: turns out we can map the full amount of VRAM on a 4MB board even when in double buffer mode thanks foo bar To generate a diff of this

CVS commit: src/sys/arch/evbarm/fdt

2022-03-09 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 9 10:06:36 UTC 2022 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: in fdt_cpu_rootconf(), return without doing anything (like setting "root=something" in boot_args, or booted_device), if booted_device

CVS commit: src/sys/arch/evbarm/fdt

2022-03-09 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 9 10:06:36 UTC 2022 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: in fdt_cpu_rootconf(), return without doing anything (like setting "root=something" in boot_args, or booted_device), if booted_device

CVS commit: src/sys/dev/raidframe

2022-03-09 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 9 10:04:06 UTC 2022 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: merge two debug lines in auto-root selection. To generate a diff of this commit: cvs rdiff -u -r1.401 -r1.402

CVS commit: src/sys/dev/raidframe

2022-03-09 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 9 10:04:06 UTC 2022 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: merge two debug lines in auto-root selection. To generate a diff of this commit: cvs rdiff -u -r1.401 -r1.402

CVS commit: src/sys/kern

2022-03-09 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Wed Mar 9 08:43:28 UTC 2022 Modified Files: src/sys/kern: vfs_vnode.c Log Message: vrelel(): after all locks are in place check for new reference again. Should fix assertion "vp->v_iflag & VI_TEXT" under load. To generate a

CVS commit: src/sys/kern

2022-03-09 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Wed Mar 9 08:43:28 UTC 2022 Modified Files: src/sys/kern: vfs_vnode.c Log Message: vrelel(): after all locks are in place check for new reference again. Should fix assertion "vp->v_iflag & VI_TEXT" under load. To generate a