aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Moore <emoore@FreeBSD.org>2002-10-31 14:10:00 +0000
committerEric Moore <emoore@FreeBSD.org>2002-10-31 14:10:00 +0000
commitf4627884957abcccb18928761f862edcbf30efda (patch)
tree6bddc7772a5e1399581bb473276b0dee03b3e098
parent01e5f1664189b0a91f4a2becd1aafae3d8276111 (diff)
Notes
-rw-r--r--sys/dev/amr/amr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/amr/amr.c b/sys/dev/amr/amr.c
index 55caeb17fabfb..6db7d77ae6337 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 */