diff options
| author | Eric Moore <emoore@FreeBSD.org> | 2002-10-31 14:10:00 +0000 |
|---|---|---|
| committer | Eric Moore <emoore@FreeBSD.org> | 2002-10-31 14:10:00 +0000 |
| commit | f4627884957abcccb18928761f862edcbf30efda (patch) | |
| tree | 6bddc7772a5e1399581bb473276b0dee03b3e098 /sys/dev | |
| parent | 01e5f1664189b0a91f4a2becd1aafae3d8276111 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/amr/amr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/amr/amr.c b/sys/dev/amr/amr.c index 55caeb17fabf..6db7d77ae633 100644 --- a/sys/dev/amr/amr.c +++ b/sys/dev/amr/amr.c @@ -1052,7 +1052,7 @@ amr_setup_ccbmap(void *arg, bus_dma_segment_t *segs, int nsegments, int error) struct amr_softc *sc = ac->ac_sc; struct amr_sgentry *sg; struct amr_passthrough *ap = (struct amr_passthrough *)ac->ac_data; - struct amr_ext_passthrough *aep = (struct amr_passthrough *)ac->ac_data; + struct amr_ext_passthrough *aep = (struct amr_ext_passthrough *)ac->ac_data; int i; /* get base address of s/g table */ |
