On Fri, 16 Sep 2016, Jaromir Dolecek wrote:
Module Name: src Committed By: jdolecek Date: Fri Sep 16 11:35:07 UTC 2016Modified Files: src/sys/dev/pci: nvme_pci.c src/sys/modules: Makefile Added Files: src/sys/modules/nvme: Makefile nvme.ioconf Log Message: make it possible to load nvme(4) as module to ease testing; currently somewhat non-optimal, since it includes the ld(4) code also and hence requires the kernel config to have 'no ld'
Wouldn't it make more sense to also enable ld(4) as its own module, and then have nvme "require" ld?
+------------------+--------------------------+------------------------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +------------------+--------------------------+------------------------+
