diff options
author | 2001-03-14 23:42:33 +0000 | |
---|---|---|
committer | 2001-03-14 23:42:33 +0000 | |
commit | f52c6d9937e8060e392548d7935293feb92a29f1 (patch) | |
tree | ee9b240e1b77418edf460e192b89747f324e6c4d | |
parent | note no getopt() (diff) | |
download | wireguard-openbsd-f52c6d9937e8060e392548d7935293feb92a29f1.tar.xz wireguard-openbsd-f52c6d9937e8060e392548d7935293feb92a29f1.zip |
AMI and 3WARE have less of a relationship than this driver seems to indicate
-rw-r--r-- | sys/dev/ic/ami.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c index 52d325fc4f8..f738a959bfc 100644 --- a/sys/dev/ic/ami.c +++ b/sys/dev/ic/ami.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ami.c,v 1.2 2001/03/09 15:46:30 mickey Exp $ */ +/* $OpenBSD: ami.c,v 1.3 2001/03/14 23:42:33 deraadt Exp $ */ /* * Copyright (c) 2001 Michael Shalayeff @@ -892,7 +892,7 @@ ami_scsi_cmd(xs) inq.version = 2; inq.response_format = 2; inq.additional_length = 32; - strcpy(inq.vendor, "3WARE "); + strcpy(inq.vendor, "AMI "); sprintf(inq.product, "Host drive #%02d", target); strcpy(inq.revision, " "); ami_copy_internal_data(xs, &inq, sizeof inq); |