diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-12-12 09:39:30 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-12-12 09:39:30 +0000 |
commit | 24f5f89a593456ba244aa620022924fa18c75207 (patch) | |
tree | 69d9436015c78c19e585b96bd485486b8cc76f73 /sys/dev/ic/amivar.h | |
parent | a176f567cd79f3142d8d9090db0a130193b92e05 (diff) |
knf
Diffstat (limited to 'sys/dev/ic/amivar.h')
-rw-r--r-- | sys/dev/ic/amivar.h | 6 |
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); |