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/i386 | |
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/i386')
-rw-r--r-- | sys/i386/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 45a6fdc..089d9db 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -113,7 +113,7 @@ device iir # Intel Integrated RAID device mly # Mylex AcceleRAID/eXtremeRAID # 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) |