aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/en/if_en_pci.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-03-20 02:08:01 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-03-20 02:08:01 +0000
commite51a25f8505c7f9c6684c928bb59b0bda2fc039b (patch)
tree13b2f09af75205c81c286aaf60527ae3de623e14 /sys/dev/en/if_en_pci.c
parentc605e9e62f94150fea168cf43328076ea7789885 (diff)
downloadsrc-e51a25f8505c7f9c6684c928bb59b0bda2fc039b.tar.gz
src-e51a25f8505c7f9c6684c928bb59b0bda2fc039b.zip
Remove __P.
Notes
Notes: svn path=/head/; revision=92739
Diffstat (limited to 'sys/dev/en/if_en_pci.c')
-rw-r--r--sys/dev/en/if_en_pci.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/en/if_en_pci.c b/sys/dev/en/if_en_pci.c
index f3eecb66788a..4b99da71cccb 100644
--- a/sys/dev/en/if_en_pci.c
+++ b/sys/dev/en/if_en_pci.c
@@ -67,10 +67,10 @@
* prototypes
*/
-static int en_pci_probe __P((device_t));
-static int en_pci_attach __P((device_t));
-static int en_pci_detach __P((device_t));
-static int en_pci_shutdown __P((device_t));
+static int en_pci_probe(device_t);
+static int en_pci_attach(device_t);
+static int en_pci_detach(device_t);
+static int en_pci_shutdown(device_t);
/*
* local structures
@@ -87,10 +87,10 @@ struct en_pci_softc {
};
#if !defined(MIDWAY_ENIONLY)
-static void eni_get_macaddr __P((device_t, struct en_pci_softc *));
+static void eni_get_macaddr(device_t, struct en_pci_softc *);
#endif
#if !defined(MIDWAY_ADPONLY)
-static void adp_get_macaddr __P((struct en_pci_softc *));
+static void adp_get_macaddr(struct en_pci_softc *);
#endif
/*
@@ -136,7 +136,7 @@ static void adp_get_macaddr __P((struct en_pci_softc *));
#if !defined(MIDWAY_ENIONLY)
-static void adp_busreset __P((void *));
+static void adp_busreset(void *);
/*
* bus specific reset function [ADP only!]