|
|
| version 1.9, 2004/03/12 03:23:19 | version 1.10, 2004/03/15 02:27:56 |
|---|---|
| Line 304 passregister(struct cam_periph *periph, | Line 304 passregister(struct cam_periph *periph, |
| return(CAM_REQ_CMP_ERR); | return(CAM_REQ_CMP_ERR); |
| } | } |
| softc = malloc(sizeof(*softc), M_DEVBUF, M_WAITOK | M_ZERO); | softc = malloc(sizeof(*softc), M_DEVBUF, M_INTWAIT | M_ZERO); |
| softc->state = PASS_STATE_NORMAL; | softc->state = PASS_STATE_NORMAL; |
| softc->pd_type = SID_TYPE(&cgd->inq_data); | softc->pd_type = SID_TYPE(&cgd->inq_data); |
| bufq_init(&softc->buf_queue); | bufq_init(&softc->buf_queue); |