|
|
| version 1.14, 2004/03/15 01:10:42 | version 1.15, 2004/03/29 16:22:23 |
|---|---|
| Line 409 ad_start(struct ata_device *atadev) | Line 409 ad_start(struct ata_device *atadev) |
| * is full, in which case the request will be picked up later when | * is full, in which case the request will be picked up later when |
| * ad_start() is called after another request completes. | * ad_start() is called after another request completes. |
| */ | */ |
| request = mpipe_alloc(&atadev->channel->req_mpipe, M_NOWAIT|M_ZERO); | request = mpipe_alloc_nowait(&atadev->channel->req_mpipe); |
| if (request == NULL) { | if (request == NULL) { |
| ata_prtdev(atadev, "pipeline full allocating request in ad_start\n"); | ata_prtdev(atadev, "pipeline full allocating request in ad_start\n"); |
| return; | return; |