diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-01-07 16:31:09 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-01-07 16:31:09 +0000 |
| commit | 486d464d74f6eae01b67011ee8b84c1e3b652c1b (patch) | |
| tree | 4a06bb96014471074a2810a29a5ac795a71c6f95 /sys/dev/ray | |
| parent | 568ffd8885481391ba86d3dab36e772ea2caef4a (diff) | |
Notes
Diffstat (limited to 'sys/dev/ray')
| -rw-r--r-- | sys/dev/ray/if_ray.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ray/if_ray.c b/sys/dev/ray/if_ray.c index e81cd430fe9b..7f35cb23c515 100644 --- a/sys/dev/ray/if_ray.c +++ b/sys/dev/ray/if_ray.c @@ -3366,7 +3366,7 @@ ray_res_alloc_am(struct ray_softc *sc) RAY_PRINTF(sc, "fixing up AM card address from 0x%x to 0x0", offset); error = CARD_SET_MEMORY_OFFSET(device_get_parent(sc->dev), - sc->dev, sc->am_rid, 0); + sc->dev, sc->am_rid, 0, NULL); if (error) { RAY_PRINTF(sc, "CARD_SET_MEMORY_OFFSET returned 0x%0x", error); @@ -3454,7 +3454,7 @@ ray_res_alloc_cm(struct ray_softc *sc) RAY_PRINTF(sc, "fixing up CM card address from 0x%x to 0x0", offset); error = CARD_SET_MEMORY_OFFSET(device_get_parent(sc->dev), - sc->dev, sc->cm_rid, 0); + sc->dev, sc->cm_rid, 0, NULL); if (error) { RAY_PRINTF(sc, "CARD_SET_MEMORY_OFFSET returned 0x%0x", error); |
