diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-11-17 00:18:14 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-11-17 00:18:14 +0000 |
commit | 080450b96541825548c8dcd55463a0242dd7b78b (patch) | |
tree | cfca76501f1f137d8b554d8360f71978fd98bd9b /sys | |
parent | 8d0f2f0d87a1c906c01f29e0c91ee0f0f543ed13 (diff) |
Use new isp_library.c rather than isp_inline.h. No functional change.
Tested by naddy@. 'go for it' marco@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/files | 3 | ||||
-rw-r--r-- | sys/dev/ic/isp_openbsd.h | 7 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sys/conf/files b/sys/conf/files index 912f7f72939..4db63ca3761 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.445 2008/11/09 15:11:19 oga Exp $ +# $OpenBSD: files,v 1.446 2008/11/17 00:18:13 krw Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -190,6 +190,7 @@ file dev/ic/mfi.c mfi device isp: scsi file dev/ic/isp.c isp file dev/ic/isp_openbsd.c isp +file dev/ic/isp_library.c isp # LSI Logic Fusion-MPT Message Passing Interface device mpi: scsi diff --git a/sys/dev/ic/isp_openbsd.h b/sys/dev/ic/isp_openbsd.h index 719f1ca600c..356edbb15c8 100644 --- a/sys/dev/ic/isp_openbsd.h +++ b/sys/dev/ic/isp_openbsd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isp_openbsd.h,v 1.28 2008/06/01 15:49:25 kettenis Exp $ */ +/* $OpenBSD: isp_openbsd.h,v 1.29 2008/11/17 00:18:13 krw Exp $ */ /* * OpenBSD Specific definitions for the QLogic ISP Host Adapter */ @@ -427,9 +427,6 @@ isp_wait_complete(struct ispsoftc *isp) } } -/* - * Common INLINE functions - */ -#include <dev/ic/isp_inline.h> +#include <dev/ic/isp_library.h> #endif /* _ISP_NETBSD_H */ |