mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Allow firewire, sbp (SCSI over firewire), and fwe (non-standard raw
ethernet over firewire) to be statically compiled into the kernel as devices.
This commit is contained in:
parent
24b7381388
commit
bb2ea9c27d
2 changed files with 13 additions and 0 deletions
|
|
@ -2161,6 +2161,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
|
||||
#
|
||||
|
|
|
|||
|
|
@ -383,6 +383,12 @@ dev/exca/exca.c optional cbb
|
|||
dev/fe/if_fe.c optional fe
|
||||
dev/fe/if_fe_pccard.c optional fe card
|
||||
dev/fe/if_fe_pccard.c optional fe pccard
|
||||
dev/firewire/firewire.c optional firewire
|
||||
dev/firewire/fwohci.c optional firewire
|
||||
dev/firewire/fwohci_pci.c optional firewire pci
|
||||
dev/firewire/fwmem.c optional firewire
|
||||
dev/firewire/if_fwe.c optional fwe
|
||||
dev/firewire/sbp.c optional sbp
|
||||
dev/fxp/if_fxp.c optional fxp
|
||||
dev/gem/if_gem.c optional gem
|
||||
dev/gem/if_gem_pci.c optional gem pci
|
||||
|
|
|
|||
Loading…
Reference in a new issue