summaryrefslogtreecommitdiffstats
path: root/sys/alpha/tc/esp.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-20 18:58:47 +0000
committerobrien <obrien@FreeBSD.org>2002-03-20 18:58:47 +0000
commita11b0bc7ef9aa0716078fb29c8eeb46df0f454bf (patch)
treeaa4a8b1f00274b707255148923fbee6b3b0e8414 /sys/alpha/tc/esp.c
parent37ff43589ebd29f29200833b6772e1ea25901790 (diff)
downloadFreeBSD-src-a11b0bc7ef9aa0716078fb29c8eeb46df0f454bf.zip
FreeBSD-src-a11b0bc7ef9aa0716078fb29c8eeb46df0f454bf.tar.gz
Remove __P(). This was tested on the GENERIC kernel.
Diffstat (limited to 'sys/alpha/tc/esp.c')
-rw-r--r--sys/alpha/tc/esp.c44
1 files changed, 22 insertions, 22 deletions
diff --git a/sys/alpha/tc/esp.c b/sys/alpha/tc/esp.c
index d9f7577..2b5b40f 100644
--- a/sys/alpha/tc/esp.c
+++ b/sys/alpha/tc/esp.c
@@ -70,28 +70,28 @@
int esp_debug = 0; /*ESP_SHOWPHASE|ESP_SHOWMISC|ESP_SHOWTRAC|ESP_SHOWCMDS;*/
-/*static*/ void espattach __P((device_t, device_t, void *));
-/*static*/ int espmatch __P((device_t, void *, void *));
-/*static*/ int espprint __P((void *, char *));
-/*static*/ u_int esp_adapter_info __P((struct esp_softc *));
-/*static*/ void espreadregs __P((struct esp_softc *));
-/*static*/ void espselect __P((struct esp_softc *,
- u_char, u_char, u_char *, u_char));
-/*static*/ void esp_scsi_reset __P((struct esp_softc *));
-/*static*/ void esp_reset __P((struct esp_softc *));
-/*static*/ void esp_init __P((struct esp_softc *, int));
-/*static*/ int esp_scsi_cmd __P((struct scsi_xfer *));
-/*static*/ int esp_poll __P((struct esp_softc *, struct ecb *));
-/*static*/ void esp_sched __P((struct esp_softc *));
-/*static*/ void esp_done __P((struct ecb *));
-/*static*/ void esp_msgin __P((struct esp_softc *));
-/*static*/ void esp_msgout __P((struct esp_softc *));
-/*static*/ int espintr __P((struct esp_softc *));
-/*static*/ void esp_timeout __P((void *arg));
-/*static*/ void esp_abort __P((struct esp_softc *, struct ecb *));
-static u_int32_t esp_info __P((int));
-int esp_stp2cpb __P((struct esp_softc *, int));
-int esp_cpb2stp __P((struct esp_softc *, int));
+/*static*/ void espattach (device_t, device_t, void *);
+/*static*/ int espmatch (device_t, void *, void *);
+/*static*/ int espprint (void *, char *);
+/*static*/ u_int esp_adapter_info(struct esp_softc *);
+/*static*/ void espreadregs (struct esp_softc *);
+/*static*/ void espselect (struct esp_softc *,
+ u_char, u_char, u_char *, u_char);
+/*static*/ void esp_scsi_reset (struct esp_softc *);
+/*static*/ void esp_reset (struct esp_softc *);
+/*static*/ void esp_init (struct esp_softc *, int);
+/*static*/ int esp_scsi_cmd (struct scsi_xfer *);
+/*static*/ int esp_poll (struct esp_softc *, struct ecb *);
+/*static*/ void esp_sched (struct esp_softc *);
+/*static*/ void esp_done (struct ecb *);
+/*static*/ void esp_msgin (struct esp_softc *);
+/*static*/ void esp_msgout (struct esp_softc *);
+/*static*/ int espintr (struct esp_softc *);
+/*static*/ void esp_timeout (void *arg);
+/*static*/ void esp_abort (struct esp_softc *, struct ecb *);
+static u_int32_t esp_info (int);
+int esp_stp2cpb(struct esp_softc *, int);
+int esp_cpb2stp(struct esp_softc *, int);
static void esp_min_phys (struct buf *);
static int esp_probe(device_t dev);
OpenPOWER on IntegriCloud