|
|
| version 1.7, 2004/03/12 03:23:19 | version 1.8, 2004/03/15 02:27:56 |
|---|---|
| Line 394 targbhctor(struct cam_periph *periph, vo | Line 394 targbhctor(struct cam_periph *periph, vo |
| cpi = (struct ccb_pathinq *)arg; | cpi = (struct ccb_pathinq *)arg; |
| /* Allocate our per-instance private storage */ | /* Allocate our per-instance private storage */ |
| softc = malloc(sizeof(*softc), M_DEVBUF, M_WAITOK | M_ZERO); | softc = malloc(sizeof(*softc), M_DEVBUF, M_INTWAIT | M_ZERO); |
| TAILQ_INIT(&softc->pending_queue); | TAILQ_INIT(&softc->pending_queue); |
| TAILQ_INIT(&softc->work_queue); | TAILQ_INIT(&softc->work_queue); |
| softc->accept_tio_list = NULL; | softc->accept_tio_list = NULL; |