[Midnightbsd-cvs] [MidnightBSD/src] 8a32cd: sync up ixgbe code

Lucas Holt noreply at github.com
Sun Dec 1 14:40:34 EST 2024


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: 8a32cd33280ab1489c114a1b98fce22eff698299
      https://github.com/MidnightBSD/src/commit/8a32cd33280ab1489c114a1b98fce22eff698299
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2024-12-01 (Sun, 01 Dec 2024)

  Changed paths:
    M sys/dev/ixgbe/if_bypass.c
    M sys/dev/ixgbe/if_fdir.c
    M sys/dev/ixgbe/if_ix.c
    M sys/dev/ixgbe/if_ixv.c
    M sys/dev/ixgbe/if_sriov.c
    M sys/dev/ixgbe/ix_txrx.c
    M sys/dev/ixgbe/ixgbe.h
    M sys/dev/ixgbe/ixgbe_osdep.c

  Log Message:
  -----------
  sync up ixgbe code


  Commit: 7de559f49455efbdd892b4db76c85476e134ac5d
      https://github.com/MidnightBSD/src/commit/7de559f49455efbdd892b4db76c85476e134ac5d
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2024-12-01 (Sun, 01 Dec 2024)

  Changed paths:
    M sys/dev/vmware/pvscsi/pvscsi.c

  Log Message:
  -----------
  pvscsi: maximum target number is one less than number of targets
Fix the number of targets we inquiry to be one less than the maximum
number of targets adapter reports.  This gets rid of the errors reported
on VMware Workstation:

(probe36:pvscsi0:0:65:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe36:pvscsi0:0:65:0): CAM status: CCB request completed with an error

While here, print the maximum number of targets.


Compare: https://github.com/MidnightBSD/src/compare/93a48c64336d...7de559f49455

To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications


More information about the Midnightbsd-cvs mailing list