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:
Ian Lepore 2014-02-07 03:30:16 +00:00
parent 65823381b8
commit 082660c8e1
34 changed files with 0 additions and 34 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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