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/powerpc | |
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/powerpc')
-rw-r--r-- | sys/powerpc/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index 8f5d21f..676d276 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -76,7 +76,7 @@ device atapicd # ATAPI CDROM drives #device atapist # ATAPI tape drives # SCSI peripherals -device scbus # SCSI bus (required) +device scbus # SCSI bus (required for SCSI) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD |