Add `ses' (SCSI Enclosure Services) device.
This commit is contained in:
parent
7e078f081c
commit
78112e2541
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.340 2000/05/20 21:34:48 augustss Exp $
|
||||
# $NetBSD: GENERIC,v 1.341 2000/05/22 16:48:41 thorpej Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.340 $"
|
||||
#ident "GENERIC-$Revision: 1.341 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -430,6 +430,7 @@ st* at scsibus? target ? lun ? # SCSI tape drives
|
|||
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
||||
ch* at scsibus? target ? lun ? # SCSI autochangers
|
||||
ss* at scsibus? target ? lun ? # SCSI scanners
|
||||
ses* at scsibus? target ? lun ? # SCSI Enclosure Services devies
|
||||
uk* at scsibus? target ? lun ? # SCSI unknown
|
||||
|
||||
# RAID controllers and devices
|
||||
|
|
Loading…
Reference in New Issue