On Wed, Aug 22, 2001 at 02:33:31PM -0700, Matthew Hall wrote:
> I then tried compiling the bridge module directly into
> the kernel - that worked, but I still received the same
> error. I'm using the 0.9.3 version of your bridge-utils,
> from Debian Packages. My machine is a netra t1 sparc
> (ultrasparc arch) ...
Ah, an ultra. Bridge code currently doesn't work on the ultra, but I have
an idea why.
Can you try patching some things around?
* In net/bridge/br_ioctl.c:br_ioctl_deviceless_stub
Change "unsigned long i[3]" to "u32 i[3]"
* In net/bridge/br_device.c:br_dev_do_ioctl
Change "unsigned long args[4]" to "u32 args[4]"
Any better?
cheers,
Lennert
_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://www.math.leidenuniv.nl/mailman/listinfo/bridge