[Bug 270409] NVMe: ABORTED - BY REQUEST for TOSHIBA THNSN51T02DUK

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 22 Mar 2023 19:44:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270409

            Bug ID: 270409
           Summary: NVMe: ABORTED - BY REQUEST for TOSHIBA THNSN51T02DUK
           Product: Base System
           Version: CURRENT
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: thierry@FreeBSD.org

I just got a second hand laptop. It came with Windows 10 installed, and 1 hard
disk and 2 SSD (NVMe) were detected.

These two SSD are:
- THNSN51T02DUK NVMe TOSHIBA
        Bus nbr 1, Target Id 0, LUN 0

- THNSN51T02DUK NVMe TOSHIBA
        Bus nbr 3, Target Id 0, LUN 0

Then I replaced Windows by FreeBSD -CURRENT, and these NVMe cannot be used:

# grep -i nvme /var/run/dmesg.boot
nvme0: <Generic NVMe Device> mem 0xdd600000-0xdd603fff irq 16 at device 0.0 on
pci3
nvme1: <Generic NVMe Device> mem 0xdd400000-0xdd403fff irq 16 at device 0.0 on
pci6

# cat /boot/loader.conf
kern.geom.label.disk_ident.enable="0"
kern.geom.label.gptid.enable="0"
cryptodev_load="YES"
zfs_load="YES"
nvme_load="YES"
nvd_load="YES"

# nvmecontrol devlist
nvme0: IDENTIFY (06) sqid:0 cid:0 nsid:0 cdw10:00000001 cdw11:00000000
nvme0: ABORTED - BY REQUEST (00/07) crd:0 m:0 dnr:0 sqid:0 cid:0 cdw0:0
nvme1: IDENTIFY (06) sqid:0 cid:0 nsid:0 cdw10:00000001 cdw11:00000000
nvme1: ABORTED - BY REQUEST (00/07) crd:0 m:0 dnr:0 sqid:0 cid:0 cdw0:0

# ls -l /dev/nvme*
crw-------  1 root  wheel  0x36 Mar 22 18:49 /dev/nvme0
crw-------  1 root  wheel  0x37 Mar 22 18:49 /dev/nvme1

# ls -l /dev/nda*
ls: /dev/nda*: No such file or directory

Full dmesg and devinfo outputs are on
https://wiki.freebsd.org/Laptops/Dell_Alienware_17R4.

Any tip to make them usable?

-- 
You are receiving this mail because:
You are the assignee for the bug.