diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-14 23:42:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-14 23:42:34 +0000 |
commit | 1f57544d408a64e06a2218e5a2d64da8e0b8a24c (patch) | |
tree | cd5a09b2984a8e4700e4d1c17ee677f4c388c41c /sys/dev | |
parent | ff98e369c2fc21644532e6bd06a0b1672f85a583 (diff) |
AMI and 3WARE have less of a relationship than this driver seems to indicate
Diffstat (limited to 'sys/dev')
-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); |