summaryrefslogtreecommitdiffstats
path: root/sys/dev/vx
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 02:08:01 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 02:08:01 +0000
commit3264aec746947db8598130cb0ac382cf0b2a10cf (patch)
tree13b2f09af75205c81c286aaf60527ae3de623e14 /sys/dev/vx
parente8f7a49843febbd1d96e06f28e56160c942029dd (diff)
downloadFreeBSD-src-3264aec746947db8598130cb0ac382cf0b2a10cf.zip
FreeBSD-src-3264aec746947db8598130cb0ac382cf0b2a10cf.tar.gz
Remove __P.
Diffstat (limited to 'sys/dev/vx')
-rw-r--r--sys/dev/vx/if_vx.c34
-rw-r--r--sys/dev/vx/if_vx_eisa.c2
-rw-r--r--sys/dev/vx/if_vxreg.h12
3 files changed, 24 insertions, 24 deletions
diff --git a/sys/dev/vx/if_vx.c b/sys/dev/vx/if_vx.c
index af0e7b0..b5ddd7b 100644
--- a/sys/dev/vx/if_vx.c
+++ b/sys/dev/vx/if_vx.c
@@ -100,23 +100,23 @@ static struct connector_entry {
{ 0, "???"}
};
-/* int vxattach __P((struct vx_softc *)); */
-static void vxtxstat __P((struct vx_softc *));
-static int vxstatus __P((struct vx_softc *));
-static void vxinit __P((void *));
-static int vxioctl __P((struct ifnet *, u_long, caddr_t));
-static void vxstart __P((struct ifnet *ifp));
-static void vxwatchdog __P((struct ifnet *));
-static void vxreset __P((struct vx_softc *));
-/* void vxstop __P((struct vx_softc *)); */
-static void vxread __P((struct vx_softc *));
-static struct mbuf *vxget __P((struct vx_softc *, u_int));
-static void vxmbuffill __P((void *));
-static void vxmbufempty __P((struct vx_softc *));
-static void vxsetfilter __P((struct vx_softc *));
-static void vxgetlink __P((struct vx_softc *));
-static void vxsetlink __P((struct vx_softc *));
-/* int vxbusyeeprom __P((struct vx_softc *)); */
+/* int vxattach(struct vx_softc *); */
+static void vxtxstat(struct vx_softc *);
+static int vxstatus(struct vx_softc *);
+static void vxinit(void *);
+static int vxioctl(struct ifnet *, u_long, caddr_t);
+static void vxstart(struct ifnet *ifp);
+static void vxwatchdog(struct ifnet *);
+static void vxreset(struct vx_softc *);
+/* void vxstop(struct vx_softc *); */
+static void vxread(struct vx_softc *);
+static struct mbuf *vxget(struct vx_softc *, u_int);
+static void vxmbuffill(void *);
+static void vxmbufempty(struct vx_softc *);
+static void vxsetfilter(struct vx_softc *);
+static void vxgetlink(struct vx_softc *);
+static void vxsetlink(struct vx_softc *);
+/* int vxbusyeeprom(struct vx_softc *); */
int
diff --git a/sys/dev/vx/if_vx_eisa.c b/sys/dev/vx/if_vx_eisa.c
index b231243..c51c2ef 100644
--- a/sys/dev/vx/if_vx_eisa.c
+++ b/sys/dev/vx/if_vx_eisa.c
@@ -58,7 +58,7 @@
#define VX_RESOURCE_CONFIG 0x0008
-static const char *vx_match __P((eisa_id_t type));
+static const char *vx_match(eisa_id_t type);
static const char*
vx_match(eisa_id_t type)
diff --git a/sys/dev/vx/if_vxreg.h b/sys/dev/vx/if_vxreg.h
index 4d5f198..8871c04 100644
--- a/sys/dev/vx/if_vxreg.h
+++ b/sys/dev/vx/if_vxreg.h
@@ -468,9 +468,9 @@ struct vx_softc {
extern struct vx_softc *vx_softc[];
extern u_long vx_count;
-extern struct vx_softc *vxalloc __P((int));
-extern void vxfree __P((struct vx_softc *));
-extern int vxattach __P((struct vx_softc *));
-extern void vxstop __P((struct vx_softc *));
-extern void vxintr __P((void *));
-extern int vxbusyeeprom __P((struct vx_softc *));
+extern struct vx_softc *vxalloc(int);
+extern void vxfree(struct vx_softc *);
+extern int vxattach(struct vx_softc *);
+extern void vxstop(struct vx_softc *);
+extern void vxintr(void *);
+extern int vxbusyeeprom(struct vx_softc *);
OpenPOWER on IntegriCloud