diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/dev/isa/if_trtcm_isa.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/isa/if_trtcm_isa.c')
-rw-r--r-- | sys/dev/isa/if_trtcm_isa.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/isa/if_trtcm_isa.c b/sys/dev/isa/if_trtcm_isa.c index cef9b1cfa85..98bf3ea64bc 100644 --- a/sys/dev/isa/if_trtcm_isa.c +++ b/sys/dev/isa/if_trtcm_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_trtcm_isa.c,v 1.2 2001/11/05 17:25:58 art Exp $ */ +/* $OpenBSD: if_trtcm_isa.c,v 1.3 2002/03/14 01:26:56 millert Exp $ */ /* $NetBSD: if_trtcm_isa.c,v 1.3 1999/04/30 15:29:24 bad Exp $ */ #undef TRTCMISADEBUG @@ -60,15 +60,15 @@ #include <dev/ic/elink3reg.h> -u_int16_t tcmreadeeprom __P((bus_space_tag_t, bus_space_handle_t, int)); +u_int16_t tcmreadeeprom(bus_space_tag_t, bus_space_handle_t, int); #ifdef TRTCMISADEBUG -void tcmdumpeeprom __P((bus_space_tag_t, bus_space_handle_t)); +void tcmdumpeeprom(bus_space_tag_t, bus_space_handle_t); #endif -int trtcm_isa_probe __P((struct device *, void *, void *)); +int trtcm_isa_probe(struct device *, void *, void *); -int trtcm_isa_mediachange __P((struct tr_softc *)); -void trtcm_isa_mediastatus __P((struct tr_softc *, struct ifmediareq *)); +int trtcm_isa_mediachange(struct tr_softc *); +void trtcm_isa_mediastatus(struct tr_softc *, struct ifmediareq *); /* * TODO: @@ -79,7 +79,7 @@ void trtcm_isa_mediastatus __P((struct tr_softc *, struct ifmediareq *)); * DIR_SET_DEFAULT_RING_SPEED or set the speed in the eeprom ?? */ -static void tcmaddcard __P((int, int, int, int, u_int, int, int)); +static void tcmaddcard(int, int, int, int, u_int, int, int); /* * This keeps track of which ISAs have been through a 3com probe sequence. |