9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] ThinkPad X1 Yoga 3rd Gen vs WWAN NvME
@ 2023-01-17  4:34 sl
  2023-01-18 15:00 ` [9front] " Anthony Martin
  2023-01-25 16:40 ` [9front] " kemal
  0 siblings, 2 replies; 3+ messages in thread
From: sl @ 2023-01-17  4:34 UTC (permalink / raw)
  To: 9front

openbsd was able to format this and mount it.

9front recognizes it as sdN, but the kernel bails out:

sdN (nvme): create completion queue: status 102

sysinfo:

http://okturing.com/src/14842/body

any ideas?

sl

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [9front] Re: ThinkPad X1 Yoga 3rd Gen vs WWAN NvME
  2023-01-17  4:34 [9front] ThinkPad X1 Yoga 3rd Gen vs WWAN NvME sl
@ 2023-01-18 15:00 ` Anthony Martin
  2023-01-25 16:40 ` [9front] " kemal
  1 sibling, 0 replies; 3+ messages in thread
From: Anthony Martin @ 2023-01-18 15:00 UTC (permalink / raw)
  To: 9front

sl@stanleylieber.com once said:
> sdN (nvme): create completion queue: status 102

The status code 0x102 means invalid queue size (§3.3.3.2.1.2).

We should check the maximum queue entries supported (mqes)
field of the controller capabilities before setting up the queues
(§5.4.1). Then /sys/src/9/port/sdnvme.c:/Overkill could go away.

Cheers,
  Anthony

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9front] ThinkPad X1 Yoga 3rd Gen vs WWAN NvME
  2023-01-17  4:34 [9front] ThinkPad X1 Yoga 3rd Gen vs WWAN NvME sl
  2023-01-18 15:00 ` [9front] " Anthony Martin
@ 2023-01-25 16:40 ` kemal
  1 sibling, 0 replies; 3+ messages in thread
From: kemal @ 2023-01-25 16:40 UTC (permalink / raw)
  To: 9front

2023-01-17 4:34 GMT, sl@stanleylieber.com <sl@stanleylieber.com>:
> openbsd was able to format this and mount it.
>
> 9front recognizes it as sdN, but the kernel bails out:
>
> sdN (nvme): create completion queue: status 102
>
> sysinfo:
>
> http://okturing.com/src/14842/body
>
> any ideas?
>
> sl
>
my friend tried to install 9front on their pc, and they
had this exact problem. the motherboard was a gigabyte
b660m and the nvme controller was this:

02:00.0 Non-Volatile memory controller: Silicon Motion, Inc.
SM2263EN/SM2263XT SSD Controller (rev 03)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-25 16:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-17  4:34 [9front] ThinkPad X1 Yoga 3rd Gen vs WWAN NvME sl
2023-01-18 15:00 ` [9front] " Anthony Martin
2023-01-25 16:40 ` [9front] " kemal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).