|
|
| version 1.8, 2004/03/12 03:23:19 | version 1.9, 2004/03/15 02:27:56 |
|---|---|
| Line 344 sesregister(struct cam_periph *periph, v | Line 344 sesregister(struct cam_periph *periph, v |
| return (CAM_REQ_CMP_ERR); | return (CAM_REQ_CMP_ERR); |
| } | } |
| softc = malloc(sizeof (struct ses_softc), M_DEVBUF, M_WAITOK | M_ZERO); | softc = malloc(sizeof (struct ses_softc), M_DEVBUF, M_INTWAIT | M_ZERO); |
| periph->softc = softc; | periph->softc = softc; |
| softc->periph = periph; | softc->periph = periph; |