summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/scsivar.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 05:29:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 05:29:32 +0000
commit86b4fdd623d3c50d7bfd9427c2c9208454cd0da7 (patch)
tree5d95abcaf58d01703a30c7ab600537d3b8f67989 /sys/arch/hp300/dev/scsivar.h
parente2cd6c399798843e13e76f49dc8ee048b51f99f1 (diff)
update from netbsd (verbatim)
Diffstat (limited to 'sys/arch/hp300/dev/scsivar.h')
-rw-r--r--sys/arch/hp300/dev/scsivar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hp300/dev/scsivar.h b/sys/arch/hp300/dev/scsivar.h
index 8e8941f73aa..6f7db737286 100644
--- a/sys/arch/hp300/dev/scsivar.h
+++ b/sys/arch/hp300/dev/scsivar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: scsivar.h,v 1.4 1994/10/26 07:25:01 cgd Exp $ */
+/* $NetBSD: scsivar.h,v 1.5 1995/12/02 18:22:14 thorpej Exp $ */
/*
* Copyright (c) 1990, 1993
@@ -45,6 +45,7 @@ struct scsi_softc {
u_char sc_flags;
u_char sc_sync;
u_char sc_scsi_addr;
+ u_char sc_scsiid; /* XXX unencoded copy of sc_scsi_addr */
u_char sc_stat[2];
u_char sc_msg[7];
};