diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-29 18:53:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-29 18:53:02 +0000 |
commit | 8b717f92338a112df348755f82a3d8006470019c (patch) | |
tree | 206926e4f53812225b8dd35a098c1d770d2d00a2 /sys/dev/pci | |
parent | 9bdc02b3457019286d6f5a318bcfae05f26f1944 (diff) |
since we link in the 24xx firmware, might as well point to it; ok krw kettenis
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/isp_pci.c | 5 |
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 |