summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-19 21:07:26 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-19 21:07:26 +0000
commit3ca239522a6fa9f21b32d2be0175f30d23d46697 (patch)
tree754ee6e57e1849e573c4fb68abac1a1590ee9917 /sys/arch/i386/isa
parent71dfdfdc28f4fb5889749ebc8466f0a700c52f1f (diff)
remove __P
Diffstat (limited to 'sys/arch/i386/isa')
-rw-r--r--sys/arch/i386/isa/ahc_isa.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/i386/isa/ahc_isa.c b/sys/arch/i386/isa/ahc_isa.c
index 882e2f2d34f..61314321fd7 100644
--- a/sys/arch/i386/isa/ahc_isa.c
+++ b/sys/arch/i386/isa/ahc_isa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ahc_isa.c,v 1.8 2002/03/19 02:49:20 millert Exp $ */
+/* $OpenBSD: ahc_isa.c,v 1.9 2002/03/19 21:07:25 millert Exp $ */
/* $NetBSD: ahc_isa.c,v 1.5 1996/10/21 22:27:39 thorpej Exp $ */
/*
@@ -113,13 +113,13 @@
#define AHC_ISA_PRIMING_VID(index) (AHC_ISA_VID + (index))
#define AHC_ISA_PRIMING_PID(index) (AHC_ISA_PID + (index))
-int ahc_isa_irq __P((bus_space_tag_t, bus_space_handle_t));
-int ahc_isa_idstring __P((bus_space_tag_t, bus_space_handle_t, char *));
-int ahc_isa_match __P((struct isa_attach_args *, bus_addr_t));
+int ahc_isa_irq(bus_space_tag_t, bus_space_handle_t);
+int ahc_isa_idstring(bus_space_tag_t, bus_space_handle_t, char *);
+int ahc_isa_match(struct isa_attach_args *, bus_addr_t);
-int ahc_isa_probe __P((struct device *, void *, void *));
-void ahc_isa_attach __P((struct device *, struct device *, void *));
-void aha2840_load_seeprom __P((struct ahc_softc *ahc));
+int ahc_isa_probe(struct device *, void *, void *);
+void ahc_isa_attach(struct device *, struct device *, void *);
+void aha2840_load_seeprom(struct ahc_softc *ahc);
struct cfattach ahc_isa_ca = {
sizeof(struct ahc_softc), ahc_isa_probe, ahc_isa_attach