mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Revert r260440. I didn't realize that most of this change was already
in effect due to r250753. That is sufficient for all SoCs with a 32 byte cache line size. Systems with 64 byte cache lines will need the option; that will be done in a separate commit. Thanks to loos@ for pointing out r250753.
This commit is contained in:
parent
65823381b8
commit
082660c8e1
34 changed files with 0 additions and 34 deletions
|
|
@ -66,7 +66,6 @@ device loop
|
|||
device md
|
||||
|
||||
# USB
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
#options USB_DEBUG # enable debug msgs
|
||||
#device usb
|
||||
#device ehci
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@ device loop
|
|||
device md
|
||||
|
||||
# USB
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
options USB_DEBUG # enable debug msgs
|
||||
device usb
|
||||
device ehci
|
||||
|
|
|
|||
|
|
@ -94,7 +94,6 @@ device md
|
|||
device gpio
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
|
||||
device usb
|
||||
options USB_DEBUG
|
||||
#options USB_REQ_DEBUG
|
||||
|
|
|
|||
|
|
@ -156,7 +156,6 @@ device uart # Multi-uart driver
|
|||
options ALT_BREAK_TO_DEBUGGER
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
options USB_DEBUG # enable debug msgs
|
||||
device ohci # OHCI USB interface
|
||||
device usb # USB Bus (required)
|
||||
|
|
|
|||
|
|
@ -143,7 +143,6 @@ device ath_ar9160
|
|||
device ath_ar9280
|
||||
|
||||
device usb
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
#options USB_DEBUG
|
||||
device ohci
|
||||
device ehci
|
||||
|
|
|
|||
|
|
@ -104,7 +104,6 @@ device spibus
|
|||
device bpf # Berkeley packet filter
|
||||
|
||||
#options USB_DEBUG
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
#device ohci
|
||||
#device usb
|
||||
#device umass # Disks/Mass storage - Requires scbus and da
|
||||
|
|
|
|||
|
|
@ -136,7 +136,6 @@ options AH_SUPPORT_AR5416 # NB: for 11n descriptor format
|
|||
device ath_hal
|
||||
|
||||
# NB: 2 USB 2.0 ports standard
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
device usb
|
||||
options USB_EHCI_BIG_ENDIAN_DESC # handle big-endian byte order
|
||||
#options USB_DEBUG
|
||||
|
|
|
|||
|
|
@ -105,7 +105,6 @@ device random # Entropy device
|
|||
#options ARM_USE_SMALL_ALLOC
|
||||
|
||||
device usb
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
#options USB_DEBUG
|
||||
device ohci
|
||||
device ehci
|
||||
|
|
|
|||
|
|
@ -106,7 +106,6 @@ device da # Direct Access (disks)
|
|||
device pass
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
|
||||
device usb
|
||||
options USB_DEBUG
|
||||
#options USB_REQ_DEBUG
|
||||
|
|
|
|||
|
|
@ -106,7 +106,6 @@ device da # Direct Access (disks)
|
|||
device pass
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
|
||||
device usb
|
||||
options USB_DEBUG
|
||||
#options USB_REQ_DEBUG
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@ device e1000phy
|
|||
device bpf
|
||||
|
||||
# USB
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
options USB_DEBUG # enable debug msgs
|
||||
device usb
|
||||
device ehci
|
||||
|
|
|
|||
|
|
@ -73,7 +73,6 @@ device iicbus
|
|||
device ds133x
|
||||
|
||||
# USB
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
options USB_DEBUG # enable debug msgs
|
||||
device usb
|
||||
device ehci
|
||||
|
|
|
|||
|
|
@ -71,7 +71,6 @@ device crypto
|
|||
device cryptodev
|
||||
|
||||
# USB
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
options USB_DEBUG # enable debug msgs
|
||||
device usb
|
||||
device ehci
|
||||
|
|
|
|||
|
|
@ -134,7 +134,6 @@ device cd # CD
|
|||
device pass # Passthrough device (direct SCSI access)
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
options USB_DEBUG # enable debug msgs
|
||||
device ehci # OHCI USB interface
|
||||
device usb # USB Bus (required)
|
||||
|
|
|
|||
|
|
@ -65,7 +65,6 @@ device bpf
|
|||
device lpe
|
||||
|
||||
# USB
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
options USB_DEBUG
|
||||
device usb
|
||||
device ohci
|
||||
|
|
|
|||
|
|
@ -92,7 +92,6 @@ device icee
|
|||
|
||||
device bpf
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
options USB_DEBUG # enable debug msgs
|
||||
device ohci # OHCI localbus->USB interface
|
||||
device usb # USB Bus (required)
|
||||
|
|
|
|||
|
|
@ -130,7 +130,6 @@ device cd # CD
|
|||
device pass # Passthrough device (direct SCSI access)
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
#options USB_DEBUG # enable debug msgs
|
||||
device ehci # OHCI USB interface
|
||||
device usb # USB Bus (required)
|
||||
|
|
|
|||
|
|
@ -149,7 +149,6 @@ device uart # Multi-uart driver
|
|||
options ALT_BREAK_TO_DEBUGGER
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
#options USB_DEBUG # enable debug msgs
|
||||
device ohci # OHCI USB interface
|
||||
device usb # USB Bus (required)
|
||||
|
|
|
|||
|
|
@ -94,7 +94,6 @@ device icee
|
|||
|
||||
device bpf
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
options USB_DEBUG # enable debug msgs
|
||||
device ohci # OHCI localbus->USB interface
|
||||
device usb # USB Bus (required)
|
||||
|
|
|
|||
|
|
@ -85,7 +85,6 @@ device md
|
|||
device bpf
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
device ohci # OHCI localbus->USB interface
|
||||
device usb # USB Bus (required)
|
||||
#device udbp # USB Double Bulk Pipe devices
|
||||
|
|
|
|||
|
|
@ -133,7 +133,6 @@ device cd # CD
|
|||
device pass # Passthrough device (direct SCSI access)
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
#options USB_DEBUG # enable debug msgs
|
||||
device ehci # OHCI USB interface
|
||||
device usb # USB Bus (required)
|
||||
|
|
|
|||
|
|
@ -95,7 +95,6 @@ device icee
|
|||
|
||||
device bpf
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
options USB_DEBUG # enable debug msgs
|
||||
device ohci # OHCI localbus->USB interface
|
||||
device usb # USB Bus (required)
|
||||
|
|
|
|||
|
|
@ -77,7 +77,6 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
|||
|
||||
device md
|
||||
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
options USB_DEBUG # enable debug msgs
|
||||
device usb
|
||||
device ohci
|
||||
|
|
|
|||
|
|
@ -108,7 +108,6 @@ device random # Entropy device
|
|||
#options ARM_USE_SMALL_ALLOC
|
||||
|
||||
device usb
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
options USB_DEBUG
|
||||
device ohci
|
||||
device ehci
|
||||
|
|
|
|||
|
|
@ -112,7 +112,6 @@ device md
|
|||
device random # Entropy device
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
|
||||
device usb
|
||||
options USB_DEBUG
|
||||
#options USB_REQ_DEBUG
|
||||
|
|
|
|||
|
|
@ -118,7 +118,6 @@ device cd # CD
|
|||
device pass # Passthrough device (direct SCSI access)
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
device ohci # OHCI localbus->USB interface
|
||||
device usb # USB Bus (required)
|
||||
device umass # Disks/Mass storage - Requires scbus and da
|
||||
|
|
|
|||
|
|
@ -93,7 +93,6 @@ device md
|
|||
device random # Entropy device
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
device usb
|
||||
options USB_DEBUG
|
||||
device dwcotg #DWC OTG controller
|
||||
|
|
|
|||
|
|
@ -158,7 +158,6 @@ device uart # Multi-uart driver
|
|||
options ALT_BREAK_TO_DEBUGGER
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
#options USB_DEBUG # enable debug msgs
|
||||
device ohci # OHCI USB interface
|
||||
device usb # USB Bus (required)
|
||||
|
|
|
|||
|
|
@ -122,7 +122,6 @@ device cd # CD
|
|||
device pass # Passthrough device (direct SCSI access)
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
device ohci # OHCI localbus->USB interface
|
||||
device usb # USB Bus (required)
|
||||
device umass # Disks/Mass storage - Requires scbus and da
|
||||
|
|
|
|||
|
|
@ -120,7 +120,6 @@ device cd # CD
|
|||
device pass # Passthrough device (direct SCSI access)
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
#device ohci # OHCI localbus->USB interface
|
||||
#device usb # USB Bus (required)
|
||||
#device umass # Disks/Mass storage - Requires scbus and da
|
||||
|
|
|
|||
|
|
@ -65,7 +65,6 @@ device crypto
|
|||
device cryptodev
|
||||
|
||||
# USB
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
options USB_DEBUG # enable debug msgs
|
||||
device usb
|
||||
device ehci
|
||||
|
|
|
|||
|
|
@ -96,7 +96,6 @@ device cd # CD
|
|||
device pass # Passthrough device (direct SCSI access)
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
device ohci # OHCI localbus->USB interface
|
||||
device usb # USB Bus (required)
|
||||
device umass # Disks/Mass storage - Requires scbus and da
|
||||
|
|
|
|||
|
|
@ -61,7 +61,6 @@ device bpf
|
|||
options HZ=1000
|
||||
|
||||
# USB
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
device usb
|
||||
device ehci
|
||||
device umass
|
||||
|
|
|
|||
|
|
@ -81,7 +81,6 @@ device sdhci # generic sdhci
|
|||
device bpf # Berkeley packet filter
|
||||
|
||||
# USB support
|
||||
options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
|
||||
device usb
|
||||
options USB_DEBUG
|
||||
#options USB_REQ_DEBUG
|
||||
|
|
|
|||
Loading…
Reference in a new issue