summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/conf/GENERIC5
-rw-r--r--sys/amd64/conf/GENERIC5
-rw-r--r--sys/i386/conf/GENERIC5
-rw-r--r--sys/ia64/conf/GENERIC5
-rw-r--r--sys/pc98/conf/GENERIC5
-rw-r--r--sys/powerpc/conf/GENERIC5
-rw-r--r--sys/sparc64/conf/GENERIC5
7 files changed, 35 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 5854ad5..dba3b9f 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -187,3 +187,8 @@ device aue # ADMtek USB ethernet
device axe # ASIX Electronics USB ethernet
device cue # CATC USB ethernet
device kue # Kawasaki LSI USB ethernet
+
+# FireWire support
+device firewire # FireWire bus code
+device sbp # SCSI over FireWire (Requires scbus and da)
+device fwe # Ethernet over FireWire (non-standard!)
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 34ad789..5d615ee 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -255,3 +255,8 @@ device aue # ADMtek USB ethernet
device axe # ASIX Electronics USB ethernet
device cue # CATC USB ethernet
device kue # Kawasaki LSI USB ethernet
+
+# FireWire support
+device firewire # FireWire bus code
+device sbp # SCSI over FireWire (Requires scbus and da)
+device fwe # Ethernet over FireWire (non-standard!)
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 34ad789..5d615ee 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -255,3 +255,8 @@ device aue # ADMtek USB ethernet
device axe # ASIX Electronics USB ethernet
device cue # CATC USB ethernet
device kue # Kawasaki LSI USB ethernet
+
+# FireWire support
+device firewire # FireWire bus code
+device sbp # SCSI over FireWire (Requires scbus and da)
+device fwe # Ethernet over FireWire (non-standard!)
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index dc2279b..984a5d8 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -172,3 +172,8 @@ device ums # Mouse
device aue # ADMtek USB ethernet
device cue # CATC USB ethernet
device kue # Kawasaki LSI USB ethernet
+
+# FireWire support
+device firewire # FireWire bus code
+device sbp # SCSI over FireWire (Requires scbus and da)
+device fwe # Ethernet over FireWire (non-standard!)
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index e083acd..de6dc58 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -242,3 +242,8 @@ device bpf # Berkeley packet filter
#device axe # ASIX Electronics USB ethernet
#device cue # CATC USB ethernet
#device kue # Kawasaki LSI USB ethernet
+
+# FireWire support
+device firewire # FireWire bus code
+device sbp # SCSI over FireWire (Requires scbus and da)
+device fwe # Ethernet over FireWire (non-standard!)
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 6250381..880dfe8 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -115,6 +115,11 @@ device bpf #Berkeley packet filter
#device cue # CATC USB ethernet
#device kue # Kawasaki LSI USB ethernet
+# FireWire support
+device firewire # FireWire bus code
+device sbp # SCSI over FireWire (Requires scbus and da)
+device fwe # Ethernet over FireWire (non-standard!)
+
# Temporary defs until things are farther along.
makeoptions NO_MODULES=true
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 81602e6..e10a9a6 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -195,6 +195,11 @@ device bpf #Berkeley packet filter
#device cue # CATC USB ethernet
#device kue # Kawasaki LSI USB ethernet
+# FireWire support
+device firewire # FireWire bus code
+device sbp # SCSI over FireWire (Requires scbus and da)
+device fwe # Ethernet over FireWire (non-standard!)
+
options KTR
options KTR_COMPILE=0xffffffff
options KTR_ENTRIES=8192
OpenPOWER on IntegriCloud