summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2009-09-10 21:25:05 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2009-09-10 21:25:05 +0000
commit9b112771c193eb123b8a791dabeb8dacc5b731ec (patch)
tree2ada390a9b014a0dc5cf11ebf4260b9f31f65a46 /sys/powerpc/conf
parent9916d2ad2d3adb9f325606ffc5bbb31390469156 (diff)
downloadFreeBSD-src-9b112771c193eb123b8a791dabeb8dacc5b731ec.zip
FreeBSD-src-9b112771c193eb123b8a791dabeb8dacc5b731ec.tar.gz
Add a few SCSI controllers to GENERIC that can be found on Powermacs.
This allows installation onto SCSI disks as shipped, for example, with the Powermac G3. PR: powerpc/138543 Obtained from: sparc64 MFC after: 3 days
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 2905626..7d9f9b0 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -91,6 +91,16 @@ device atapicd # ATAPI CDROM drives
#device atapifd # ATAPI floppy drives
#device atapist # ATAPI tape drives
+# SCSI Controllers
+device ahc # AHA2940 and onboard AIC7xxx devices
+options AHC_ALLOW_MEMIO # Attempt to use memory mapped I/O
+options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
+ # output. Adds ~128k to driver.
+device isp # Qlogic family
+device ispfw # Firmware module for Qlogic host adapters
+device mpt # LSI-Logic MPT-Fusion
+device sym # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
+
# SCSI peripherals
device scbus # SCSI bus (required for SCSI)
device da # Direct Access (disks)
@@ -127,6 +137,7 @@ device md # Memory "disks"
device ofwd # Open Firmware disks
device gif # IPv6 and IPv4 tunneling
device faith # IPv6-to-IPv4 relaying/(translation)
+device firmware # firmware assist module
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
OpenPOWER on IntegriCloud