aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>1998-12-14 06:37:37 +0000
committerMatthew Dillon <dillon@FreeBSD.org>1998-12-14 06:37:37 +0000
commit2cbe36f7259481bdc879887e0afc0394e15be45a (patch)
tree13a21b9677a58fef30a78bbb8d207d106092329e /sys/dev/isp
parent9402b52081f0f68b7ce0580b700b6bb14bc53e8e (diff)
Notes
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c
index 8619d496ef97..43dad60bb53f 100644
--- a/sys/dev/isp/isp_pci.c
+++ b/sys/dev/isp/isp_pci.c
@@ -129,7 +129,7 @@ static struct ispmdvec mdvec_2100 = {
#define MEM_MAP_REG 0x14
-static char *isp_pci_probe __P((pcici_t tag, pcidi_t type));
+static const char *isp_pci_probe __P((pcici_t tag, pcidi_t type));
static void isp_pci_attach __P((pcici_t config_d, int unit));
/* This distinguishing define is not right, but it does work */
@@ -196,7 +196,7 @@ struct pci_device isp_pci_driver = {
DATA_SET (pcidevice_set, isp_pci_driver);
-static char *
+static const char *
isp_pci_probe(tag, type)
pcici_t tag;
pcidi_t type;