|
|
| version 1.5, 2003/12/29 06:42:10 | version 1.6, 2004/03/02 20:55:10 |
|---|---|
| Line 448 targbhdtor(struct cam_periph *periph) | Line 448 targbhdtor(struct cam_periph *periph) |
| /* FALLTHROUGH */ | /* FALLTHROUGH */ |
| default: | default: |
| /* XXX Wait for callback of targbhdislun() */ | /* XXX Wait for callback of targbhdislun() */ |
| tsleep(softc, PRIBIO, "targbh", hz/2); | tsleep(softc, 0, "targbh", hz/2); |
| free(softc, M_DEVBUF); | free(softc, M_DEVBUF); |
| break; | break; |
| } | } |