aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sr
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/sr
parent9402b52081f0f68b7ce0580b700b6bb14bc53e8e (diff)
Notes
Diffstat (limited to 'sys/dev/sr')
-rw-r--r--sys/dev/sr/if_sr_pci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/sr/if_sr_pci.c b/sys/dev/sr/if_sr_pci.c
index 02a32e089f395..41a5ec3f2cbdd 100644
--- a/sys/dev/sr/if_sr_pci.c
+++ b/sys/dev/sr/if_sr_pci.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_sr_p.c,v 1.5 1997/09/02 20:06:27 bde Exp $
+ * $Id: if_sr_p.c,v 1.6 1998/02/09 06:10:52 eivind Exp $
*/
#include "pci.h"
@@ -54,7 +54,7 @@ extern void *srattach_pci(int unit,
vm_offset_t sca_vaddr);
extern void srintr_hc(void *hc);
-static char *sr_pci_probe(pcici_t tag, pcidi_t type);
+static const char *sr_pci_probe(pcici_t tag, pcidi_t type);
static void sr_pci_attach(pcici_t config_id, int unit);
static u_long src_count = NSR;
@@ -69,7 +69,7 @@ static struct pci_device sr_pci_driver =
DATA_SET (pcidevice_set, sr_pci_driver);
-static char *
+static const char *
sr_pci_probe(pcici_t tag, pcidi_t type)
{
switch(type) {