Move firewire back to being MI.

This commit is contained in:
John Baldwin 2002-11-07 16:19:43 +00:00
parent 8c8a1169df
commit 7d2ba89bbf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106556
3 changed files with 8 additions and 8 deletions

View File

@ -2124,6 +2124,13 @@ options USB_DEBUG
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
#

View File

@ -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

View File

@ -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 \