]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r351406,r351447:
authorWarner Losh <imp@FreeBSD.org>
Thu, 5 Sep 2019 23:09:50 +0000 (23:09 +0000)
committerWarner Losh <imp@FreeBSD.org>
Thu, 5 Sep 2019 23:09:50 +0000 (23:09 +0000)
commit9ffd14dc1177a2f613dd4ffb2253fd3fb7cd1144
tree8a2a007b650f536e3ea5ca58df3d9fde4fbe7226
parent2a808d564ba9ae0bb79ccb5a5b7dfcf7639e49dd
MFC r351406,r351447:

  r351406:
    We need to define version 1 of nvme, not nvme_foo. Otherwise nvd won't load
    and people who pull in nvme/nvd from modules can't load nvd.ko since it
    depends on nvme, not nvme_foo. The duplicate doesn't matter since kldxref
    properly handles that case.
  r351447:
    It turns out the duplication is only mostly harmless.
sys/dev/nvme/nvme.c
sys/dev/nvme/nvme_ahci.c
sys/dev/nvme/nvme_pci.c