Bug 116745

Summary: [iscsi] [patch] iscsi_initiator.ko is missing the dependency to CAM.
Product: Base System Reporter: OISHI Masakuni <yamasa>
Component: kernAssignee: Antoine Brodin <antoine>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 7.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description OISHI Masakuni 2007-09-29 17:50:01 UTC
iscsi_initiator.ko cannot resolve CAM related symbols.
This problem is the same as kern/106543.

How-To-Repeat: Boot from the kernel without "device scbus", and
# kldload cam
# kldload iscsi_initiator
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-04-20 16:57:07 UTC
antoine     2008-04-20 15:56:59 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/iscsi/initiator iscsi.c 
  Log:
  Record the dependency of the iscsi initiator on cam.
  
  PR:             116745
  Submitted by:   OISHI Masakuni
  Approved by:    rwatson (mentor)
  MFC after:      1 month
  
  Revision  Changes    Path
  1.2       +1 -0      src/sys/dev/iscsi/initiator/iscsi.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2008-04-20 16:57:16 UTC
State Changed
From-To: open->patched

Patched in HEAD. 


Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2008-04-20 16:57:16 UTC
Responsible Changed
From-To: freebsd-bugs->antoine

Take.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-05-27 19:27:58 UTC
antoine     2008-05-27 18:27:51 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/iscsi/initiator iscsi.c 
  Log:
  MFC to RELENG_7:
    Record the dependency of the iscsi initiator on cam.
  
    PR:             116745
    Submitted by:   OISHI Masakuni
    Approved by:    rwatson (mentor)
    MFC after:      1 month
  
  Revision  Changes    Path
  1.1.2.1   +1 -0      src/sys/dev/iscsi/initiator/iscsi.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Antoine Brodin freebsd_committer freebsd_triage 2008-05-27 19:35:39 UTC
State Changed
From-To: patched->closed

Patch committed in HEAD and RELENG_7, thanks for the report!