xref: /csrg-svn/sys/dev/scsi/printer.h (revision 63144)
154877Storek /*
2*63144Sbostic  * Copyright (c) 1992, 1993
3*63144Sbostic  *	The Regents of the University of California.  All rights reserved.
454877Storek  *
554877Storek  * This software was developed by the Computer Systems Engineering group
654877Storek  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
754877Storek  * contributed to Berkeley.
854877Storek  *
955559Storek  * All advertising materials mentioning features or use of this software
1055559Storek  * must display the following acknowledgement:
1155559Storek  *	This product includes software developed by the University of
1255559Storek  *	California, Lawrence Berkeley Laboratories.
1355559Storek  *
1454877Storek  * %sccs.include.redist.c%
1554877Storek  *
16*63144Sbostic  *	@(#)printer.h	8.1 (Berkeley) 06/10/93
1754877Storek  *
1857751Storek  * from: $Header: printer.h,v 1.3 92/12/02 03:52:03 torek Exp $ (LBL)
1954877Storek  */
2054877Storek 
2154877Storek /*
2254877Storek  * SCSI definitions for Printer Devices.
2354877Storek  */
2454877Storek #define	CMD_FORMAT		0x04	/* (set) format */
2554877Storek #define	CMD_PRINT		0x0a	/* print */
2654877Storek #define	CMD_SLEW_PRINT		0x0b	/* slew and print */
2754877Storek #define	CMD_FLUSH_BUFFER	0x10	/* flush buffer */
2854877Storek #define	CMD_RBD			0x14	/* recover buffered data */
2954877Storek #define	CMD_MODE_SELECT		0x15	/* mode select */
3054877Storek #define	CMD_RESERVE_UNIT	0x16	/* reserve unit */
3154877Storek #define	CMD_RELEASE_UNIT	0x17	/* release unit */
3254877Storek #define	CMD_MODE_SENSE		0x1a	/* mode sense */
3354877Storek #define	CMD_STOP_PRINT		0x1b	/* stop print */
34