summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-11-07 16:19:43 +0000
committerjhb <jhb@FreeBSD.org>2002-11-07 16:19:43 +0000
commitd9b16f1b77706cbdc5e9b6f51af211a303c068c5 (patch)
treec3db42001eb216b3dd4fe95fc34acedf5487a70f
parente5e9ae1dc2eb709f9dbb1b4db59d2d12626d5325 (diff)
downloadFreeBSD-src-d9b16f1b77706cbdc5e9b6f51af211a303c068c5.zip
FreeBSD-src-d9b16f1b77706cbdc5e9b6f51af211a303c068c5.tar.gz
Move firewire back to being MI.
-rw-r--r--sys/conf/NOTES7
-rw-r--r--sys/i386/conf/NOTES7
-rw-r--r--sys/modules/Makefile2
3 files changed, 8 insertions, 8 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index ab1e25e..a9e9d96 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2125,6 +2125,13 @@ options UKBD_DFLT_KEYMAP # specify the built-in keymap
makeoptions UKBD_DFLT_KEYMAP=it.iso
#####################################################################
+# Firewire support
+
+device firewire # Firewire bus code
+device sbp # SCSI over Firewire (Requires scbus and da)
+device fwe # Ethernet over Firewire (non-standard!)
+
+#####################################################################
# crypto subsystem
#
# This is a port of the openbsd crypto framework. Include this when
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index c4a3a7fb..8fc3cab 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -961,13 +961,6 @@ device "i4bcapi"
#
#---------------------------------------------------------------------------
-#####################################################################
-# Firewire support
-
-device firewire # Firewire bus code
-device sbp # SCSI over Firewire (Requires scbus and da)
-device fwe # Ethernet over Firewire (non-standard!)
-
#
# Set the number of PV entries per process. Increasing this can
# stop panics related to heavy use of shared memory. However, that can
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index b9a7a31..52c7a28 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -37,6 +37,7 @@ SUBDIR= 3dfx \
dummynet \
fdc \
fdescfs \
+ firewire \
fxp \
gx \
hifn \
@@ -161,7 +162,6 @@ SUBDIR+=aic \
em \
ep \
fe \
- firewire \
fpu \
gnufpu \
hea \
OpenPOWER on IntegriCloud