search for: xpt_setup_ccb

Displaying 3 results from an estimated 3 matches for "xpt_setup_ccb".

2006 Mar 30
1
[Fwd: Re: [Fwd: Re: Still ATAPICAM Lockup/Slowdown]]
Thomas, Have spoken to Soren, from my bootlog he believes that the problem is in atapicam causing the system to lock up. He is happy to answer some questions but doesnt have time to delve into atapicam himself. Did you author atapicam, I have seen your name on the sourcecode, can you help me further? Whats next? Thanks Adam. -------------- next part -------------- An embedded message was
2003 Sep 01
1
testers needed for CAM INVARIANTS fix
...REN(_kern_cam_da), OID_AUTO, tmpstr2, ! CTLFLAG_RD, 0, tmpstr); ! if (softc->sysctl_tree == NULL) { ! printf("daregister: unable to allocate sysctl tree\n"); ! free(softc, M_DEVBUF); ! return (CAM_REQ_CMP_ERR); ! } /* Check if the SIM does not want 6 byte commands */ xpt_setup_ccb(&cpi.ccb_h, periph->path, /*priority*/1); --- 1250,1256 ---- else softc->quirks = DA_Q_NONE; ! TASK_INIT(&softc->sysctl_task, 0, dasysctlinit, periph); /* Check if the SIM does not want 6 byte commands */ xpt_setup_ccb(&cpi.ccb_h, periph->path, /*priority...
2008 Sep 25
1
Make buildkernel fails
...8):/usr/src/sys/dev/firewire/sbp.c:2207: undefined reference to `xpt_async' sbp.o(.text+0x13a3):/usr/src/sys/dev/firewire/sbp.c:2208: undefined reference to `xpt_free_path' sbp.o(.text+0x15b3): In function `sbp_cam_scan_lun': /usr/src/sys/dev/firewire/sbp.c:1027: undefined reference to `xpt_setup_ccb' sbp.o(.text+0x15be):/usr/src/sys/dev/firewire/sbp.c:1029: undefined reference to `xpt_action' sbp.o(.text+0x15d9):/usr/src/sys/dev/firewire/sbp.c:1030: undefined reference to `xpt_release_devq' sbp.o(.text+0x2000): In function `sbp_post_explore': /usr/src/sys/dev/firewire/sbp.c:744...