diff options
author | mjacob <mjacob@FreeBSD.org> | 2000-07-08 07:05:06 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2000-07-08 07:05:06 +0000 |
commit | c711d7f1057e09b75e2b3e4e3dd01a69420d93b1 (patch) | |
tree | 8be536af52eaff983bda63ef2d2b2f43f2b0cb72 /sys/alpha | |
parent | 14d741fcc2dce372931b7526f67494c43a173bcd (diff) | |
download | FreeBSD-src-c711d7f1057e09b75e2b3e4e3dd01a69420d93b1.zip FreeBSD-src-c711d7f1057e09b75e2b3e4e3dd01a69420d93b1.tar.gz |
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.
Diffstat (limited to 'sys/alpha')
-rw-r--r-- | sys/alpha/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/alpha/conf/NOTES | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index c8051d8..3914db1 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 c8051d8..3914db1 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 |