add Adaptec RAID units as devices that do not return geometry pages
This commit is contained in:
parent
52f565dcfd
commit
7f5c8f7db2
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: scsiconf.c,v 1.121 1998/12/08 00:14:41 thorpej Exp $ */
|
||||
/* $NetBSD: scsiconf.c,v 1.122 1998/12/10 18:13:29 mjacob Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
@ -431,6 +431,8 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
|
||||
{{T_OPTICAL, T_REMOV,
|
||||
"EPSON ", "OMD-5010 ", "3.08"}, SDEV_NOLUNS},
|
||||
|
||||
{{T_DIRECT, T_FIXED,
|
||||
"ADAPTEC ", "AEC-4412BD", "1.2A"}, SDEV_NOMODESENSE},
|
||||
{{T_DIRECT, T_FIXED,
|
||||
"DEC ", "RZ55 (C) DEC", ""}, SDEV_AUTOSAVE},
|
||||
{{T_DIRECT, T_FIXED,
|
||||
|
Loading…
Reference in New Issue
Block a user