|
|
| version 1.11, 2004/03/15 01:10:30 | version 1.12, 2004/03/15 02:27:54 |
|---|---|
| Line 5213 proberegister(struct cam_periph *periph, | Line 5213 proberegister(struct cam_periph *periph, |
| return(CAM_REQ_CMP_ERR); | return(CAM_REQ_CMP_ERR); |
| } | } |
| softc = malloc(sizeof(*softc), M_TEMP, M_WAITOK | M_ZERO); | softc = malloc(sizeof(*softc), M_TEMP, M_INTWAIT | M_ZERO); |
| TAILQ_INIT(&softc->request_ccbs); | TAILQ_INIT(&softc->request_ccbs); |
| TAILQ_INSERT_TAIL(&softc->request_ccbs, &request_ccb->ccb_h, | TAILQ_INSERT_TAIL(&softc->request_ccbs, &request_ccb->ccb_h, |
| periph_links.tqe); | periph_links.tqe); |