[Bug 211269] cam(4) depending on nvme(4)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jul 21 11:45:00 UTC 2016
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 at FreeBSD.org
Reporter: Trond.Endrestol at 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.
More information about the freebsd-bugs
mailing list