diff options
author | 2001-03-15 00:43:08 +0000 | |
---|---|---|
committer | 2001-03-15 00:43:08 +0000 | |
commit | a250e938da0418b28577e71cbe1364b2be75e23d (patch) | |
tree | 2ca29297a539194650eb96ca20532aa94b0e7890 | |
parent | AMI and 3WARE have less of a relationship than this driver seems to indicate (diff) | |
download | wireguard-openbsd-a250e938da0418b28577e71cbe1364b2be75e23d.tar.xz wireguard-openbsd-a250e938da0418b28577e71cbe1364b2be75e23d.zip |
ensure that SYNCHRONIZE_CACHE works; mickey ok
-rw-r--r-- | sys/dev/ic/ami.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c index f738a959bfc..73566075ace 100644 --- a/sys/dev/ic/ami.c +++ b/sys/dev/ic/ami.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ami.c,v 1.3 2001/03/14 23:42:33 deraadt Exp $ */ +/* $OpenBSD: ami.c,v 1.4 2001/03/15 00:43:08 deraadt Exp $ */ /* * Copyright (c) 2001 Michael Shalayeff @@ -944,6 +944,7 @@ ami_scsi_cmd(xs) AMI_DPRINTF(AMI_D_CMD, ("PREVENT/ALLOW ")); return (COMPLETE); + case SYNCHRONIZE_CACHE: case READ_COMMAND: case READ_BIG: case WRITE_COMMAND: |