From 9f7fbe4b69e021db42a1428ad54099d4ce0b6f9c Mon Sep 17 00:00:00 2001 From: simokawa Date: Mon, 21 Apr 2003 16:44:05 +0000 Subject: [PATCH] Add FireWire drivers to GENERIC. --- sys/alpha/conf/GENERIC | 5 +++++ sys/amd64/conf/GENERIC | 5 +++++ sys/i386/conf/GENERIC | 5 +++++ sys/ia64/conf/GENERIC | 5 +++++ sys/pc98/conf/GENERIC | 5 +++++ sys/powerpc/conf/GENERIC | 5 +++++ sys/sparc64/conf/GENERIC | 5 +++++ 7 files changed, 35 insertions(+) diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 5854ad5f1a6a..dba3b9f06831 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 34ad789fbb6b..5d615eedd385 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 34ad789fbb6b..5d615eedd385 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 dc2279b1517b..984a5d89f278 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 e083acda9aa3..de6dc589db31 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 625038135430..880dfe838f6e 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 81602e6981fc..e10a9a6d74da 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