Author: mav
Date: Thu May 24 11:20:51 2012
New Revision: 235898
URL: http://svn.freebsd.org/changeset/base/235898

Log:
  MFprojects/zfsd:
  Generalize and unify ses device description.

Modified:
  head/sys/arm/conf/ETHERNUT5
  head/sys/conf/NOTES
  head/sys/mips/conf/OCTEON1
  head/sys/pc98/conf/GENERIC
  head/sys/sparc64/conf/GENERIC

Modified: head/sys/arm/conf/ETHERNUT5
==============================================================================
--- head/sys/arm/conf/ETHERNUT5 Thu May 24 11:07:39 2012        (r235897)
+++ head/sys/arm/conf/ETHERNUT5 Thu May 24 11:20:51 2012        (r235898)
@@ -141,7 +141,7 @@ device              ether           # Ethernet support
 #device                sa              # Sequential Access (tape etc)
 #device                cd              # CD
 #device                pass            # Passthrough device (direct ATA/SCSI 
access)
-#device                ses             # SCSI Environmental Services (and 
SAF-TE)
+#device                ses             # Enclosure Services (SES and SAF-TE)
 #device                ctl             # CAM Target Layer
 
 # Serial (COM) ports

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES Thu May 24 11:07:39 2012        (r235897)
+++ head/sys/conf/NOTES Thu May 24 11:20:51 2012        (r235898)
@@ -1295,7 +1295,7 @@ device            ch              #SCSI media changers
 device         da              #SCSI direct access devices (aka disks)
 device         sa              #SCSI tapes
 device         cd              #SCSI CD-ROMs
-device         ses             #SCSI Environmental Services (and SAF-TE)
+device         ses             #Enclosure Services (SES and SAF-TE)
 device         pt              #SCSI processor
 device         targ            #SCSI Target Mode Code
 device         targbh          #SCSI Target Mode Blackhole Device

Modified: head/sys/mips/conf/OCTEON1
==============================================================================
--- head/sys/mips/conf/OCTEON1  Thu May 24 11:07:39 2012        (r235897)
+++ head/sys/mips/conf/OCTEON1  Thu May 24 11:20:51 2012        (r235898)
@@ -135,7 +135,7 @@ device              da              # Direct Access (disks)
 device         sa              # Sequential Access (tape etc)
 device         cd              # CD
 device         pass            # Passthrough device (direct ATA/SCSI access)
-device         ses             # SCSI Environmental Services (and SAF-TE)
+device         ses             # Enclosure Services (SES and SAF-TE)
 
 # RAID controllers interfaced to the SCSI subsystem
 device         amr             # AMI MegaRAID

Modified: head/sys/pc98/conf/GENERIC
==============================================================================
--- head/sys/pc98/conf/GENERIC  Thu May 24 11:07:39 2012        (r235897)
+++ head/sys/pc98/conf/GENERIC  Thu May 24 11:20:51 2012        (r235898)
@@ -110,7 +110,7 @@ device              da              # Direct Access (disks)
 device         sa              # Sequential Access (tape etc)
 device         cd              # CD
 device         pass            # Passthrough device (direct ATA/SCSI access)
-device         ses             # SCSI Environmental Services (and SAF-TE)
+device         ses             # Enclosure Services (SES and SAF-TE)
 
 # keyboard driver
 device         pckbd           # PC98 keyboard

Modified: head/sys/sparc64/conf/GENERIC
==============================================================================
--- head/sys/sparc64/conf/GENERIC       Thu May 24 11:07:39 2012        
(r235897)
+++ head/sys/sparc64/conf/GENERIC       Thu May 24 11:20:51 2012        
(r235898)
@@ -118,7 +118,7 @@ device              da              # Direct Access (disks)
 device         sa              # Sequential Access (tape etc)
 device         cd              # CD
 device         pass            # Passthrough device (direct ATA/SCSI access)
-device         ses             # SCSI Environmental Services (and SAF-TE)
+device         ses             # Enclosure Services (SES and SAF-TE)
 device         ctl             # CAM Target Layer
 
 # RAID controllers
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to