Move firewire back to being MI.
This commit is contained in:
parent
dbc62fb76f
commit
b7deb08128
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user