diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-08-28 19:44:07 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-08-28 19:44:07 +0000 |
| commit | 94db13fe98fa84bf47c068770bc38fc8d6516417 (patch) | |
| tree | 6b563375ea55f5e3eecfbf5f199e4c9f691dfeab /sys/dev/ida | |
| parent | a87b535090228d7aab11b20001c3e3d20661feab (diff) | |
Notes
Diffstat (limited to 'sys/dev/ida')
| -rw-r--r-- | sys/dev/ida/ida.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ida/ida.c b/sys/dev/ida/ida.c index 509d0465e908d..020920391280a 100644 --- a/sys/dev/ida/ida.c +++ b/sys/dev/ida/ida.c @@ -72,6 +72,7 @@ static void ida_alloc_qcb(struct ida_softc *ida); static void ida_construct_qcb(struct ida_softc *ida); static void ida_start(struct ida_softc *ida); static void ida_done(struct ida_softc *ida, struct ida_qcb *qcb); +static void ida_wait(struct ida_softc *ida, struct ida_qcb *qcb, int delay); void ida_free(struct ida_softc *ida) @@ -416,6 +417,7 @@ ida_start(struct ida_softc *ida) } } +static void ida_wait(struct ida_softc *ida, struct ida_qcb *qcb, int delay) { |
