diff options
author | 1998-01-02 18:22:07 +0000 | |
---|---|---|
committer | 1998-01-02 18:22:07 +0000 | |
commit | ec26b90628025d55306f84d261e7e22ad3201827 (patch) | |
tree | 302dc21ef539ef8ef796d0eff91322979759de97 | |
parent | change .Nd to include the word "emulation" (diff) | |
download | wireguard-openbsd-ec26b90628025d55306f84d261e7e22ad3201827.tar.xz wireguard-openbsd-ec26b90628025d55306f84d261e7e22ad3201827.zip |
add NOCAPACITY quirk for a sanyo? cdrom, reported by ian@darwinsys.com
-rw-r--r-- | sys/dev/atapi/atapiconf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/atapi/atapiconf.c b/sys/dev/atapi/atapiconf.c index 4515d74756f..f3fe55d59b5 100644 --- a/sys/dev/atapi/atapiconf.c +++ b/sys/dev/atapi/atapiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atapiconf.c,v 1.20 1997/11/10 15:23:03 flipk Exp $ */ +/* $OpenBSD: atapiconf.c,v 1.21 1998/01/02 18:22:07 provos Exp $ */ /* * Copyright (c) 1996 Manuel Bouyer. All rights reserved. @@ -117,6 +117,8 @@ struct atapi_quirk_inquiry_pattern atapi_quirk_inquiry_patterns[] = { /* Another Sanyo 4x */ {ATAPI_DEVICE_TYPE_CD, ATAPI_REMOVABLE, "CD-ROM CDR-S1", "1.70",AQUIRK_NOCAPACITY}, + {ATAPI_DEVICE_TYPE_CD, ATAPI_REMOVABLE, + "CD-ROM CDR-N16", "1.25",AQUIRK_NOCAPACITY}, /* Acer Notelight 370 */ {ATAPI_DEVICE_TYPE_CD, ATAPI_REMOVABLE, "UJDCD8730", "1.14", AQUIRK_NODOORLOCK}, |