154877Storek /* 254877Storek * Copyright (c) 1992 The Regents of the University of California. 354877Storek * 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 * 9*55559Storek * All advertising materials mentioning features or use of this software 10*55559Storek * must display the following acknowledgement: 11*55559Storek * This product includes software developed by the University of 12*55559Storek * California, Lawrence Berkeley Laboratories. 13*55559Storek * 1454877Storek * %sccs.include.redist.c% 1554877Storek * 16*55559Storek * @(#)printer.h 5.2 (Berkeley) 07/23/92 1754877Storek * 1854877Storek * from: $Header: printer.h,v 1.2 92/05/15 11:24:00 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