Hang after usb on EdgeRouter Lite

Joe Holden lists at rewt.org.uk
Thu Aug 15 12:00:35 UTC 2013


Hi guys,

I've updated my ERLs to latest head but I'm seeing usb hangs now on boot 
after:

usbus0: 480Mbps High Speed USB v2.0

It doesn't actually seem to detect anything, kernel config below:

#####

ident           OCTEON-ERL-RTR

makeoptions     ARCH_FLAGS="-march=octeon -mabi=64"
makeoptions     LDSCRIPT_NAME=ldscript.mips.octeon1

makeoptions COPTFLAGS="-O2 -pipe"

makeoptions     MODULES_OVERRIDE=""
makeoptions     KERNLOADADDR=0xffffffff80100000

makeoptions     WITHOUT_KERNEL_TRAMPOLINE=1

include         "../cavium/std.octeon1"

hints           "OCTEON1.hints"
options         OCTEON_VENDOR_UBIQUITI

options         OCTEON_MODEL=OCTEON_CN50XX_PASS1_X

options         SCHED_ULE
options         PREEMPTION
options         INET
options         INET6
options         FFS
options         SOFTUPDATES
options         MSDOSFS
options         PROCFS
options         PSEUDOFS
options         GEOM_PART_GPT
options         GEOM_LABEL
options         STACK
options         _KPOSIX_PRIORITY_SCHEDULING
options         PRINTF_BUFR_SIZE=128
options         NO_SWAPPING

options         SMP

options         ROOTDEVNAME=\"ufs:/dev/ufs/root\"

device          scbus
device          da

device          uart

device          octe
device          octm

device          miibus

device          loop
device          random
device          ether
device          vlan
device          tun
device          md
device          gif
device          tap
#device         bridge
#device         epair
device          bpf
device          carp

device          octeon_wdog

device          octusb
device          usb
device          umass

device          crypto
device          cryptodev
device          cryptocteon

device          gpio

options         IPFIREWALL
options         IPFIREWALL_DEFAULT_TO_ACCEPT

####

does it look like I'm missing anything or is this a regression?

Cheers,
Joe


More information about the freebsd-mips mailing list