From a4846ce28fcc6cea3f444483460874ff527bff7a Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Sat, 8 Jul 2000 07:05:06 +0000 Subject: [PATCH] Add in the commented out SCSI device entries of #device ses # SCSI Environmental Services (and SAF-TE) #device targ # SCSI Target Mode Code #device targbh # SCSI Target Mode Blackhole Device #define pt # SCSI Processor Target Device so that people know that they are there. --- sys/alpha/conf/GENERIC | 5 +++++ sys/alpha/conf/NOTES | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index c8051d856244..3914db103058 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -99,6 +99,11 @@ device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) +#device ses # SCSI Environmental Services (and SAF-TE) +#device targ # SCSI Target Mode Code +#device targbh # SCSI Target Mode Blackhole Device +#define pt # SCSI Processor Target Device + # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc 1 device atkbd diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index c8051d856244..3914db103058 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -99,6 +99,11 @@ device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) +#device ses # SCSI Environmental Services (and SAF-TE) +#device targ # SCSI Target Mode Code +#device targbh # SCSI Target Mode Blackhole Device +#define pt # SCSI Processor Target Device + # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc 1 device atkbd