|
|
| version 1.14, 2004/03/12 03:23:19 | version 1.15, 2004/03/15 02:27:56 |
|---|---|
| Line 1216 daregister(struct cam_periph *periph, vo | Line 1216 daregister(struct cam_periph *periph, vo |
| 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); |
| LIST_INIT(&softc->pending_ccbs); | LIST_INIT(&softc->pending_ccbs); |
| softc->state = DA_STATE_PROBE; | softc->state = DA_STATE_PROBE; |
| bufq_init(&softc->buf_queue); | bufq_init(&softc->buf_queue); |