Add quirks for Panasonic MultiMediaCard adapter (attaches via USB).

This commit is contained in:
augustss 2001-03-20 22:39:51 +00:00
parent 93b623b541
commit 2ff439c85c

View File

@ -1,4 +1,4 @@
/* $NetBSD: atapiconf.c,v 1.36 2001/01/18 20:28:21 jdolecek Exp $ */ /* $NetBSD: atapiconf.c,v 1.37 2001/03/20 22:39:51 augustss Exp $ */
/* /*
* Copyright (c) 1996 Manuel Bouyer. All rights reserved. * Copyright (c) 1996 Manuel Bouyer. All rights reserved.
@ -102,6 +102,9 @@ const struct scsi_quirk_inquiry_pattern atapi_quirk_patterns[] = {
"CD-ROM CDR-N16", "", "1.25"}, ADEV_NOCAPACITY}, /* Sanyo */ "CD-ROM CDR-N16", "", "1.25"}, ADEV_NOCAPACITY}, /* Sanyo */
{{T_CDROM, T_REMOV, {{T_CDROM, T_REMOV,
"UJDCD8730", "", "1.14"}, ADEV_NODOORLOCK}, /* Acer */ "UJDCD8730", "", "1.14"}, ADEV_NODOORLOCK}, /* Acer */
{{T_DIRECT, T_REMOV, /* Panasonic MultiMediaCard */
"04DA", "1B00", "0010"}, ADEV_BYTE5_ZERO |
ADEV_NO_FLEX_PAGE },
}; };
int int