[Midnightbsd-cvs] [MidnightBSD/src] ec6d57: change default microphone level from 0 to 25.

Lucas Holt noreply at github.com
Thu Aug 13 22:39:03 EDT 2020


  Branch: refs/heads/stable/1.2
  Home:   https://github.com/MidnightBSD/src
  Commit: ec6d576e388c37835768bc5f286b0bbe02c5744e
      https://github.com/MidnightBSD/src/commit/ec6d576e388c37835768bc5f286b0bbe02c5744e
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

  Changed paths:
    M sys/dev/sound/pcm/mixer.c

  Log Message:
  -----------
  change default microphone level from 0 to 25.


  Commit: d3f074242566ebebfcfe482ee977327b4d84963d
      https://github.com/MidnightBSD/src/commit/d3f074242566ebebfcfe482ee977327b4d84963d
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

  Changed paths:
    M sys/dev/usb/controller/xhci.c
    M sys/dev/usb/usb_hub.c

  Log Message:
  -----------
  Remove the power bit from the super speed root hub port status register
because it clobbers the super speed link status when a device is in super
speed mode. Currently the power bit is not needed for anything in the USB
hub driver.

This fixes USB warm reset for super speed devices.

Obtained from: FreeBSD


  Commit: a48cd12ce3784c85daac855efc415dd984e1b552
      https://github.com/MidnightBSD/src/commit/a48cd12ce3784c85daac855efc415dd984e1b552
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

  Changed paths:
    M sys/fs/nfsserver/nfs_nfsdstate.c

  Log Message:
  -----------
  Fix a crash in the NFSv4 server.


  Commit: 6d01417bd44c7e15d6448912d9a04421aa96ad2b
      https://github.com/MidnightBSD/src/commit/6d01417bd44c7e15d6448912d9a04421aa96ad2b
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

  Changed paths:
    M sys/dev/e1000/if_em.c

  Log Message:
  -----------
  In em_handle_link(), only re-arm the link state change interrupt for
82574 and also only if such a device uses MSI-X, i. e. takes advantage
of autoclearing. In case of INTx and MSI re-arming isn't appropriate
here and setting EM_MSIX_LINK isn't either.

Obtained from: FreeBSD


  Commit: 58cd0d5073d62bc265fb2feeea79f91a730740a6
      https://github.com/MidnightBSD/src/commit/58cd0d5073d62bc265fb2feeea79f91a730740a6
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

  Changed paths:
    M sys/cddl/dev/dtrace/amd64/dtrace_subr.c
    M sys/cddl/dev/dtrace/i386/dtrace_subr.c

  Log Message:
  -----------
  Don't attempt to measure TSC skew when running as a VM guest.

Obtained from: FreeBSD


Compare: https://github.com/MidnightBSD/src/compare/be5acc4303fa...58cd0d5073d6


More information about the Midnightbsd-cvs mailing list