summaryrefslogtreecommitdiff
path: root/sys/dev/ic/amivar.h
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2005-12-12 09:39:30 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2005-12-12 09:39:30 +0000
commit24f5f89a593456ba244aa620022924fa18c75207 (patch)
tree69d9436015c78c19e585b96bd485486b8cc76f73 /sys/dev/ic/amivar.h
parenta176f567cd79f3142d8d9090db0a130193b92e05 (diff)
knf
Diffstat (limited to 'sys/dev/ic/amivar.h')
-rw-r--r--sys/dev/ic/amivar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/amivar.h b/sys/dev/ic/amivar.h
index f1d8d239b07..2b656102f93 100644
--- a/sys/dev/ic/amivar.h
+++ b/sys/dev/ic/amivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: amivar.h,v 1.35 2005/12/10 12:03:24 dlg Exp $ */
+/* $OpenBSD: amivar.h,v 1.36 2005/12/12 09:39:29 dlg Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -92,11 +92,11 @@ struct ami_softc {
void *sc_ih;
struct scsi_link sc_link;
-/* don't use 0x0001 */
+ int sc_flags;
+#define AMI_CHECK_SIGN 0x0001
#define AMI_BROKEN 0x0002
#define AMI_CMDWAIT 0x0004
#define AMI_QUARTZ 0x0008
- u_int sc_flags;
/* low-level interface */
int (*sc_init)(struct ami_softc *sc);