diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-19 19:04:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-19 19:04:49 +0000 |
commit | af5af05906ca4d3f2b32206da4bd5d03ee9f5cba (patch) | |
tree | b3edbe116adda4cd4e0ce758fe9c834dc68d2ed2 /sys/dev/atapi | |
parent | d93f1b0fec720572e9aea1878754d75e3f7c4162 (diff) |
SANYO CRD-254P has AQUIRK_NOCAPACITY
Diffstat (limited to 'sys/dev/atapi')
-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 8ef001a1efb..9a2bcca2131 100644 --- a/sys/dev/atapi/atapiconf.c +++ b/sys/dev/atapi/atapiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atapiconf.c,v 1.17 1997/08/17 22:00:04 millert Exp $ */ +/* $OpenBSD: atapiconf.c,v 1.18 1997/08/19 19:04:48 deraadt Exp $ */ /* * Copyright (c) 1996 Manuel Bouyer. All rights reserved. @@ -105,6 +105,9 @@ struct atapi_quirk_inquiry_pattern atapi_quirk_inquiry_patterns[] = { /* NEC 273 */ {ATAPI_DEVICE_TYPE_CD, ATAPI_REMOVABLE, "NEC CD-ROM DRIVE:273", "4.21", AQUIRK_NOTUR}, + /* Sanyo 4x */ + {ATAPI_DEVICE_TYPE_CD, ATAPI_REMOVABLE, + "SANYO CRD-254P", "1.02", AQUIRK_NOCAPACITY}, /* Sanyo 6x */ {ATAPI_DEVICE_TYPE_CD, ATAPI_REMOVABLE, "SANYO CRD-256P", "1.02", AQUIRK_NOCAPACITY}, |