summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/isp_pci.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/isp_pci.c b/sys/dev/pci/isp_pci.c
index 37ff874d7d7..9593564d3f7 100644
--- a/sys/dev/pci/isp_pci.c
+++ b/sys/dev/pci/isp_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: isp_pci.c,v 1.49 2009/06/28 01:35:27 krw Exp $ */
+/* $OpenBSD: isp_pci.c,v 1.50 2009/06/29 18:53:01 deraadt Exp $ */
/* $FreeBSD: src/sys/dev/isp/isp_pci.c,v 1.148 2007/06/26 23:08:57 mjacob Exp $*/
/*-
* Copyright (c) 1997-2006 by Matthew Jacob
@@ -212,7 +212,8 @@ static struct ispmdvec mdvec_2400 = {
isp_pci_dmateardown,
isp_pci_reset0,
isp_pci_reset1,
- NULL
+ NULL,
+ ISP_2400_RISC_CODE
};
#ifndef PCIM_CMD_INVEN