As discussed on -current last October, remove the firewire drivers from
GENERIC.
This commit is contained in:
parent
6f9767ac27
commit
36fca20f10
@ -317,15 +317,6 @@ device usb # USB Bus (required)
|
||||
device ukbd # Keyboard
|
||||
device umass # Disks/Mass storage - Requires scbus and da
|
||||
|
||||
# FireWire support
|
||||
device firewire # FireWire bus code
|
||||
# sbp(4) works for some systems but causes boot failure on others
|
||||
#device sbp # SCSI over FireWire (Requires scbus and da)
|
||||
device fwe # Ethernet over FireWire (non-standard!)
|
||||
device fwip # IP over FireWire (RFC 2734,3146)
|
||||
device dcons # Dumb console driver
|
||||
device dcons_crom # Configuration ROM for dcons
|
||||
|
||||
# Sound support
|
||||
device sound # Generic sound driver (required)
|
||||
device snd_cmi # CMedia CMI8338/CMI8738
|
||||
|
@ -331,15 +331,6 @@ device usb # USB Bus (required)
|
||||
device ukbd # Keyboard
|
||||
device umass # Disks/Mass storage - Requires scbus and da
|
||||
|
||||
# FireWire support
|
||||
device firewire # FireWire bus code
|
||||
# sbp(4) works for some systems but causes boot failure on others
|
||||
#device sbp # SCSI over FireWire (Requires scbus and da)
|
||||
device fwe # Ethernet over FireWire (non-standard!)
|
||||
device fwip # IP over FireWire (RFC 2734,3146)
|
||||
device dcons # Dumb console driver
|
||||
device dcons_crom # Configuration ROM for dcons
|
||||
|
||||
# Sound support
|
||||
device sound # Generic sound driver (required)
|
||||
device snd_cmi # CMedia CMI8338/CMI8738
|
||||
|
@ -77,7 +77,6 @@ options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||
options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
|
||||
|
||||
# Various "busses"
|
||||
device firewire # FireWire bus code
|
||||
device miibus # MII bus support (Ethernet)
|
||||
device pci # PCI bus support
|
||||
device scbus # SCSI bus (required for ATA/SCSI)
|
||||
|
@ -270,7 +270,6 @@ device bpf # Berkeley packet filter
|
||||
#device zyd # ZyDAS zd1211/zd1211b wireless NICs
|
||||
|
||||
# FireWire support
|
||||
#device firewire # FireWire bus code
|
||||
#device sbp # SCSI over FireWire (Requires scbus and da)
|
||||
#device fwe # Ethernet over FireWire (non-standard!)
|
||||
|
||||
|
@ -183,12 +183,6 @@ device kue # Kawasaki LSI USB Ethernet
|
||||
options IEEE80211_SUPPORT_MESH
|
||||
options AH_SUPPORT_AR5416
|
||||
|
||||
# FireWire support
|
||||
device firewire # FireWire bus code
|
||||
# sbp(4) works for some systems but causes boot failure on others
|
||||
device sbp # SCSI over FireWire (Requires scbus and da)
|
||||
device fwe # Ethernet over FireWire (non-standard!)
|
||||
|
||||
# Misc
|
||||
device iicbus # I2C bus code
|
||||
device kiic # Keywest I2C
|
||||
|
@ -238,15 +238,6 @@ device usb # USB Bus (required)
|
||||
device ukbd # Keyboard
|
||||
device umass # Disks/Mass storage - Requires scbus and da
|
||||
|
||||
# FireWire support
|
||||
device firewire # FireWire bus code
|
||||
# sbp(4) works for some systems but causes boot failure on others
|
||||
#device sbp # SCSI over FireWire (Requires scbus and da)
|
||||
device fwe # Ethernet over FireWire (non-standard!)
|
||||
device fwip # IP over FireWire (RFC 2734,3146)
|
||||
device dcons # Dumb console driver
|
||||
device dcons_crom # Configuration ROM for dcons
|
||||
|
||||
# Sound support
|
||||
device sound # Generic sound driver (required)
|
||||
device snd_audiocs # Crystal Semiconductor CS4231
|
||||
|
Loading…
Reference in New Issue
Block a user