Subject: Panic when bringing up network bridge
To: NetBSD Cobalt list <port-cobalt@NetBSD.org>
From: Francis Koclas <netbsd@geekrants.org>
List: port-cobalt
Date: 04/23/2006 03:44:41
Hi,
I can't manage to create a bridge between tlp0 and tlp1 on my Qube 2
running NetBSD 3 (tried with my 3.0_STABLE kernel & 3.99.17).
Actually I can create it, but as soon as I bring it up it panics the
machine.
For example:
# ifconfig bridge0 create
# brconfig bridge0 add tlp0
# brconfig bridge0 add tlp1
# brconfig bridge 0 up
#
Just a few seconds after that last command, I get things like :
panic: TLB out of universe: ksp 0xcb485f60 epc 0x8009f1a8 vaddr 0xc0001000
Syncing disks...
I haven't tried this with 1.6 or 2.0 so I can't tell if this is a new
issue in NetBSD 3...
Whats up with that?
Francis