diff options
author | mjacob <mjacob@FreeBSD.org> | 2000-07-08 07:44:01 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2000-07-08 07:44:01 +0000 |
commit | 630156588083e2fe31eaa7061fd5797171bcd694 (patch) | |
tree | e4c2514a6b228d5f5fa8e069423345e517ee7661 /sys/i386 | |
parent | ed6b1cf022525390fdaf14126a18a16af87fa665 (diff) | |
download | FreeBSD-src-630156588083e2fe31eaa7061fd5797171bcd694.zip FreeBSD-src-630156588083e2fe31eaa7061fd5797171bcd694.tar.gz |
Update SCSI device section, per Peter Wemm. I still
think the commented entries in GENERIC are the
right thing to do.
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/NOTES | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 68eca5f..4eea708 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -799,15 +799,16 @@ hint.sa.1.target="6" # The "unknown" device (uk? in pre-2.0.5) is now part of the base SCSI # configuration and doesn't have to be explicitly configured. -device scbus #base SCSI code -device ch #SCSI media changers -device da #SCSI direct access devices (aka disks) -device sa #SCSI tapes -device cd #SCSI CD-ROMs -device pass #CAM passthrough driver -device pt #SCSI processor type -device ses #SCSI SES/SAF-TE driver -device targ #SCSI target driver +device scbus #base SCSI code +device ch #SCSI media changers +device da #SCSI direct access devices (aka disks) +device sa #SCSI tapes +device cd #SCSI CD-ROMs +device pass #CAM passthrough driver +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 # CAM OPTIONS: # debugging options: |