Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Add `ses' (SCSI Enclosure Services) device.



details:   https://anonhg.NetBSD.org/src/rev/83c69988fbd8
branches:  trunk
changeset: 486457:83c69988fbd8
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon May 22 16:48:41 2000 +0000

description:
Add `ses' (SCSI Enclosure Services) device.

diffstat:

 sys/arch/i386/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 408d52313b22 -r 83c69988fbd8 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon May 22 16:46:11 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon May 22 16:48:41 2000 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index