aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed/if_edvar.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-03-03 06:48:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-03-03 06:48:42 +0000
commita9653b1cc3683ab52bfb2d036c52db52497cedd7 (patch)
treed0118c7d03139261c589b380bf78ad479cc24280 /sys/dev/ed/if_edvar.h
parent77b72a2216f89f304130c4457143fbb53fa46865 (diff)
Notes
Diffstat (limited to 'sys/dev/ed/if_edvar.h')
-rw-r--r--sys/dev/ed/if_edvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ed/if_edvar.h b/sys/dev/ed/if_edvar.h
index d1f903d98668..fd3bcf1cf169 100644
--- a/sys/dev/ed/if_edvar.h
+++ b/sys/dev/ed/if_edvar.h
@@ -206,7 +206,7 @@ int ed_probe_HP_pclanp (device_t, int, int);
int ed_attach (device_t);
void ed_stop (struct ed_softc *);
-void ed_pio_readmem (struct ed_softc *, int, unsigned char *,
+void ed_pio_readmem (struct ed_softc *, long, unsigned char *,
unsigned short);
void ed_pio_writemem (struct ed_softc *, char *,
unsigned short, unsigned short);