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/sparc64/conf | |
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/sparc64/conf')
-rw-r--r-- | sys/sparc64/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 115ece1..6dd7918 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -97,7 +97,7 @@ device ispfw # Firmware module for Qlogic host adapters 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) |