summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus/ppbconf.h
diff options
context:
space:
mode:
authornsouch <nsouch@FreeBSD.org>1998-09-20 14:41:54 +0000
committernsouch <nsouch@FreeBSD.org>1998-09-20 14:41:54 +0000
commit34fce195d8e5fd0c45b16ae9a1019edd0cba623a (patch)
treee2f0f5721a5f00d75afbc2ba4f38a830aff4689d /sys/dev/ppbus/ppbconf.h
parenta76c8c6ae1558c4bbe5f4bdc9a98702c748296ac (diff)
downloadFreeBSD-src-34fce195d8e5fd0c45b16ae9a1019edd0cba623a.zip
FreeBSD-src-34fce195d8e5fd0c45b16ae9a1019edd0cba623a.tar.gz
- port of vpo code to CAM
- ppbus was released before checking if still in disk_mode by vpoio and immio: the microseq (in_disk_mode) was never executed. Fixed. - nlptintr() renamed to nlpt_intr(). spltty() inserted in nlptintr() before nlpt_intr() call
Diffstat (limited to 'sys/dev/ppbus/ppbconf.h')
-rw-r--r--sys/dev/ppbus/ppbconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ppbus/ppbconf.h b/sys/dev/ppbus/ppbconf.h
index c941541..80efe28 100644
--- a/sys/dev/ppbus/ppbconf.h
+++ b/sys/dev/ppbus/ppbconf.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ppbconf.h,v 1.7 1998/08/03 19:14:31 msmith Exp $
+ * $Id: ppbconf.h,v 1.8 1998/09/13 18:26:26 nsouch Exp $
*
*/
#ifndef __PPBCONF_H
@@ -181,7 +181,7 @@ struct ppb_adapter {
void (*reset_epp_timeout)(int);
void (*ecp_sync)(int);
- int (*exec_microseq)(int, struct ppb_microseq *, int *);
+ int (*exec_microseq)(int, struct ppb_microseq **);
int (*setmode)(int, int);
OpenPOWER on IntegriCloud