diff options
| author | thorpej <thorpej@NetBSD.org> | 2000-05-22 16:48:41 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2000-05-22 16:48:41 +0000 |
| commit | 78112e2541ad4bf25755fd84c7b658ee976cbf0a (patch) | |
| tree | abcfdbdd35b1ea2cd85815457041fd046f75092c /sys | |
| parent | 7e078f081cd8b824be3231fb0e31293c638ae4f5 (diff) | |
Add `ses' (SCSI Enclosure Services) device.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 19434e4bb81..17fb521cccb 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -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 |
