diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-02-08 05:59:43 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-02-08 05:59:43 +0000 |
| commit | c1ed2c9eb2c41fbb1a2e561ac059f03a3abcf34e (patch) | |
| tree | 9346f4cd332989869cd7f440f49af6c9cdfbf0f2 /sys/dev/ed/if_edvar.h | |
| parent | 9d512034e36a103319e6e870cccc2bf4ec31bbf7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed/if_edvar.h')
| -rw-r--r-- | sys/dev/ed/if_edvar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ed/if_edvar.h b/sys/dev/ed/if_edvar.h index ff693f403f99..0abc95e1f4b3 100644 --- a/sys/dev/ed/if_edvar.h +++ b/sys/dev/ed/if_edvar.h @@ -197,7 +197,7 @@ int ed_alloc_irq(device_t, int, int); int ed_probe_generic8390(struct ed_softc *); int ed_probe_WD80x3(device_t, int, int); -int ed_probe_WD80x3_generic(device_t, int, unsigned short *[]); +int ed_probe_WD80x3_generic(device_t, int, uint16_t *[]); int ed_probe_3Com(device_t, int, int); int ed_probe_SIC(device_t, int, int); int ed_probe_Novell(device_t, int, int); @@ -207,8 +207,8 @@ int ed_probe_HP_pclanp(device_t, int, int); int ed_attach(device_t); int ed_detach(device_t); void ed_stop(struct ed_softc *); -void ed_pio_readmem(struct ed_softc *, long, unsigned char *, unsigned short); -void ed_pio_writemem(struct ed_softc *, char *, unsigned short, unsigned short); +void ed_pio_readmem(struct ed_softc *, long, uint8_t *, uint16_t); +void ed_pio_writemem(struct ed_softc *, uint8_t *, uint16_t, uint16_t); #ifndef ED_NO_MIIBUS int ed_miibus_readreg(device_t, int, int); void ed_miibus_writereg(device_t, int, int, int); |
