Date: Thu, 21 Jul 2016 11:45:00 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 211269] cam(4) depending on nvme(4) Message-ID: <bug-211269-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211269 Bug ID: 211269 Summary: cam(4) depending on nvme(4) Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: Trond.Endrestol@ximalas.info After r303123, cam(4), more precisely sys/cam/cam_xpt.c, became dependant on nvme(4). This should probably be documented in cam(4), and possibly in UPDATING. Users running GENERIC will not experience the link errors shown below: cam_xpt.o: In function `xpt_announce_periph': /usr/src/sys/cam/cam_xpt.c:1037: undefined reference to `nvme_print_ident' cam_xpt.o: In function `xpt_denounce_periph': /usr/src/sys/cam/cam_xpt.c:1092: undefined reference to `nvme_print_ident' cam_xpt.o: In function `xpt_run_devq': /usr/src/sys/cam/cam_xpt.c:3331: undefined reference to `nvme_op_string' /usr/src/sys/cam/cam_xpt.c:3331: undefined reference to `nvme_cmd_string' cam_xpt.o: In function `xpt_bus_register': /usr/src/sys/cam/cam_xpt.c:3927: undefined reference to `nvme_get_xport' -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211269-8>
