Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/dev make this work again.
details: https://anonhg.NetBSD.org/src/rev/66a304cbc67e
branches: trunk
changeset: 477119:66a304cbc67e
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Oct 11 16:08:47 1999 +0000
description:
make this work again.
diffstat:
sys/arch/pmax/dev/scsi.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 1fa4e3110d3a -r 66a304cbc67e sys/arch/pmax/dev/scsi.h
--- a/sys/arch/pmax/dev/scsi.h Mon Oct 11 15:28:57 1999 +0000
+++ b/sys/arch/pmax/dev/scsi.h Mon Oct 11 16:08:47 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: scsi.h,v 1.9 1999/08/31 01:12:51 simonb Exp $ */
+/* $NetBSD: scsi.h,v 1.10 1999/10/11 16:08:47 mrg Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -518,6 +518,10 @@
#define SCSI_EXTENDED_IDENTIFY 0x02 /* only in SCSI I */
#define SCSI_WIDE_XFER 0x03
+/* from old scsipiconf.h */
+#define SCSI_SILENT 0x0020 /* don't announce NOT READY or MEDIA CHANGE */
+#define SCSI_DATA_IN 0x0800 /* expect data to come INTO memory */
+
/*
* Driver ioctl's for various scsi operations.
*/
Home |
Main Index |
Thread Index |
Old Index