Re: CVS commit: src/distrib/sets/lists/modules

2016-09-17 Thread David Holland
On Sun, Sep 18, 2016 at 06:28:12AM +0800, Paul Goyette wrote: > > > Modified Files: > > > src/distrib/sets/lists/modules: md.amd64 md.i386 mi > > > > > > Log Message: > > > Fix sets lists for nvme module. Since it is being built only for the > > > i386 and amd64 platforms, the entries belon

Re: CVS commit: src/distrib/sets/lists/modules

2016-09-17 Thread Paul Goyette
On Sat, 17 Sep 2016, David Holland wrote: On Sat, Sep 17, 2016 at 02:27:19AM +, Paul Goyette wrote: > Modified Files: >src/distrib/sets/lists/modules: md.amd64 md.i386 mi > > Log Message: > Fix sets lists for nvme module. Since it is being built only for the > i386 and amd64 platforms,

Re: CVS commit: src/distrib/sets/lists/modules

2016-09-17 Thread David Holland
On Sat, Sep 17, 2016 at 02:27:19AM +, Paul Goyette wrote: > Modified Files: > src/distrib/sets/lists/modules: md.amd64 md.i386 mi > > Log Message: > Fix sets lists for nvme module. Since it is being built only for the > i386 and amd64 platforms, the entries belong in the md.xxx lis

Re: CVS commit: src/sys

2016-09-17 Thread Paul Goyette
(Redirecting to tech-kern, and moving source-changes-d to bcc) The attached diffs make a first pass at dealing with this mess. It creates two new modules (ld common code, and ld_nvme attach specific), and updates the sets lists as appropriate. It also modifies the nvme code to be able to han