CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2014/04/15 04:28:07

Modified files:
        sys/dev/pci    : nvme_pci.c 
        sys/dev/ic     : nvme.c nvmereg.h nvmevar.h 

Log message:
i wanted to work on this in the tree so i could commit lots of small
steps, but unfortunately the next step after "talk to the chips
registers" was "get command queues working" which ended up being a
huge amount of plumbing.

anyway, this lets me successfully run an identify controller command
against the chip and should be cut up the right way to be usable
for io command submissions. will need to think about how to avoid
overflowing rings though.

Reply via email to