diff options
author | jmallett <jmallett@FreeBSD.org> | 2003-06-08 02:03:02 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2003-06-08 02:03:02 +0000 |
commit | 9e0997a0806382106393fdf4d7490ce6badf3963 (patch) | |
tree | 09c1e3846523816b316b4c3d59ca7c71cc3ba1ce /sys/alpha/conf/GENERIC | |
parent | e1588d62999c19f501396962ed220b4f8b513504 (diff) | |
download | FreeBSD-src-9e0997a0806382106393fdf4d7490ce6badf3963.zip FreeBSD-src-9e0997a0806382106393fdf4d7490ce6badf3963.tar.gz |
Note that scbus is required for SCSI, not just "required" in general.
Submitted by: Edward Kaplan (tmbg37 on IRC)
Reviewed by: rwatson (in principle)
Diffstat (limited to 'sys/alpha/conf/GENERIC')
-rw-r--r-- | sys/alpha/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 3c89add..4a09b06 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -101,7 +101,7 @@ device mpt # LSI-Logic MPT-Fusion device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') # SCSI peripherals -device scbus # SCSI bus (required) +device scbus # SCSI bus (required for SCSI) device ch # SCSI media changers device da # Direct Access (disks) device sa # Sequential Access (tape etc) |