diff options
author | 1997-11-05 01:57:42 +0000 | |
---|---|---|
committer | 1997-11-05 01:57:42 +0000 | |
commit | 68b33bb86a4a1d00ee1da4a026f3777cc954b420 (patch) | |
tree | 52beac3c476fc08c8bdd5a157e832a757b7b68da | |
parent | sync usage to man page (diff) | |
download | wireguard-openbsd-68b33bb86a4a1d00ee1da4a026f3777cc954b420.tar.xz wireguard-openbsd-68b33bb86a4a1d00ee1da4a026f3777cc954b420.zip |
another Sanyo quirk; nihilis@physical.addiction.com; PR#343
-rw-r--r-- | sys/dev/atapi/atapiconf.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/atapi/atapiconf.c b/sys/dev/atapi/atapiconf.c index 9a2bcca2131..63d0264a856 100644 --- a/sys/dev/atapi/atapiconf.c +++ b/sys/dev/atapi/atapiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atapiconf.c,v 1.18 1997/08/19 19:04:48 deraadt Exp $ */ +/* $OpenBSD: atapiconf.c,v 1.19 1997/11/05 01:57:42 deraadt Exp $ */ /* * Copyright (c) 1996 Manuel Bouyer. All rights reserved. @@ -108,6 +108,9 @@ struct atapi_quirk_inquiry_pattern atapi_quirk_inquiry_patterns[] = { /* Sanyo 4x */ {ATAPI_DEVICE_TYPE_CD, ATAPI_REMOVABLE, "SANYO CRD-254P", "1.02", AQUIRK_NOCAPACITY}, + /* Sanyo 4x */ + {ATAPI_DEVICE_TYPE_CD, ATAPI_REMOVABLE, + "SANYO CRD-S54P", "1.08", AQUIRK_NOCAPACITY}, /* Sanyo 6x */ {ATAPI_DEVICE_TYPE_CD, ATAPI_REMOVABLE, "SANYO CRD-256P", "1.02", AQUIRK_NOCAPACITY}, |