summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2012-05-24 11:20:51 +0000
committermav <mav@FreeBSD.org>2012-05-24 11:20:51 +0000
commit56ef4027fe963b73d42d99e93c01d76ef949251b (patch)
treeb52385c1dba182653e9a3f816d944deb158cd2a9
parent4eda0cbde2eaa3653640d81ad298cddfce1f3759 (diff)
downloadFreeBSD-src-56ef4027fe963b73d42d99e93c01d76ef949251b.zip
FreeBSD-src-56ef4027fe963b73d42d99e93c01d76ef949251b.tar.gz
MFprojects/zfsd:
Generalize and unify ses device description.
-rw-r--r--sys/arm/conf/ETHERNUT52
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/mips/conf/OCTEON12
-rw-r--r--sys/pc98/conf/GENERIC2
-rw-r--r--sys/sparc64/conf/GENERIC2
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/arm/conf/ETHERNUT5 b/sys/arm/conf/ETHERNUT5
index 1dbaa47..31c278b 100644
--- a/sys/arm/conf/ETHERNUT5
+++ b/sys/arm/conf/ETHERNUT5
@@ -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
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 889c532..19909b3 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -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
diff --git a/sys/mips/conf/OCTEON1 b/sys/mips/conf/OCTEON1
index 0e7493d..aa6490b 100644
--- a/sys/mips/conf/OCTEON1
+++ b/sys/mips/conf/OCTEON1
@@ -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
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index c5784d7..8f3d9b6 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -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
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 7d9bef8..766148c 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -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
OpenPOWER on IntegriCloud