https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218166

            Bug ID: 218166
           Summary: cfumass(4) requires iscsi to be loaded first
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: [email protected]
          Reporter: [email protected]

According to the handbook
(https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.html)
`kldload cfumass` should be sufficient to load the cfumass module for mass
storage target use, however the kernel reports that icl and ctl are not
available:

root@beaglebone:~ # kldload cfumass
KLD ctl.ko: depends on icl - not available or version mismatch
KLD cfumass.ko: depends on ctl - not available or version mismatch
kldload: can't load cfumass: No such file or directory
root@beaglebone:~ # 

It requires manually loading iscsi first:

root@beaglebone:~ # kldload iscsi
root@beaglebone:~ # kldload cfumass
root@beaglebone:~ #

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to