Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Add 1010 only SCSI gross error disable bits.
details: https://anonhg.NetBSD.org/src/rev/fd41df22733c
branches: trunk
changeset: 526490:fd41df22733c
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sat May 04 17:51:52 2002 +0000
description:
Add 1010 only SCSI gross error disable bits.
diffstat:
sys/dev/ic/siopreg.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 65adf62b9b18 -r fd41df22733c sys/dev/ic/siopreg.h
--- a/sys/dev/ic/siopreg.h Sat May 04 17:51:16 2002 +0000
+++ b/sys/dev/ic/siopreg.h Sat May 04 17:51:52 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: siopreg.h,v 1.11 2002/04/23 20:41:15 bouyer Exp $ */
+/* $NetBSD: siopreg.h,v 1.12 2002/05/04 17:51:52 bouyer Exp $ */
/*
* Copyright (c) 2000 Manuel Bouyer.
@@ -339,6 +339,8 @@
#define SIOP_STEST0 0x4C /* SCSI test 0, RO */
#define SIOP_STEST1 0x4D /* SCSI test 1, RO, RW on 875 */
+#define STEST1_DOGE 0x20 /* 1010 only */
+#define STEST1_DIGE 0x10 /* 1010 only */
#define STEST1_DBLEN 0x08 /* 875-only */
#define STEST1_DBLSEL 0x04 /* 875-only */
Home |
Main Index |
Thread Index |
Old Index