mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 23:28:57 +00:00
Add the Emulex MD21 ESDI-to-SCSI bridge as a known device (with more than
one LUN). Submitted by: Wilko Bulte
This commit is contained in:
parent
790ae9291a
commit
b73b631531
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13869
@ -16,7 +16,7 @@
|
||||
*
|
||||
* New configuration setup: dufault@hda.com
|
||||
*
|
||||
* $Id: scsiconf.c,v 1.48 1996/01/28 22:41:44 julian Exp $
|
||||
* $Id: scsiconf.c,v 1.49 1996/01/31 07:32:11 jkh Exp $
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
@ -245,6 +245,10 @@ static struct scsidevs knowndevs[] =
|
||||
},
|
||||
#endif /* NOD */
|
||||
#if NSD > 0
|
||||
{
|
||||
T_DIRECT, T_DIRECT, T_FIXED, "EMULEX", "MD21*" , "*",
|
||||
"sd", SC_MORE_LUS
|
||||
},
|
||||
{
|
||||
T_DIRECT, T_DIRECT, T_FIXED, "*", "*", "*",
|
||||
"sd", SC_ONE_LU
|
||||
|
Loading…
Reference in New Issue
Block a user