From f73a5a7f66901d2d6c543649c87b8fa758f8473f Mon Sep 17 00:00:00 2001 From: Hidetoshi Shimokawa Date: Tue, 22 Apr 2003 04:39:20 +0000 Subject: [PATCH] add scbus for FireWire. --- sys/powerpc/conf/GENERIC | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index 880dfe838f6e..8f5d21fd682f 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -75,6 +75,13 @@ device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives +# SCSI peripherals +device scbus # SCSI bus (required) +device da # Direct Access (disks) +device sa # Sequential Access (tape etc) +device cd # CD +device pass # Passthrough device (direct SCSI access) + # Serial (COM) ports #device sio # 8250, 16[45]50 based serial ports device zs # Zilog 8350 based serial ports