More power patches

M. Warner Losh imp at bsdimp.com
Sun Jan 11 10:45:48 PST 2004


In message: <200401110812.i0B8CU7E029799 at gw.catspoiler.org>
            Don Lewis <truckman at FreeBSD.org> writes:
: With the power patch both
: fwohci0 and fxp0 failed to properly attach.  The boot messages below are
: where things seem to go wrong.
: 
: > fwohci0: OHCI version 0.0 (ROM=0)
: > fwohci0: invalid OHCI version
: > fwohci0: FireWire init failed with err=6
: > device_probe_and_attach: fwohci0 attach returned 5
: 
: > fxp0: could not setup irq
: > inphy0: detached
: > miibus0: detached
: > device_probe_and_attach: fxp0 attach returned 22

Yea, I think I have alignment issues.

The rman_* functions will allocate N bytes with an alignment of < N.
I don't know if this is a bug or a feature.  I'm leaning towards 'bug'

Warner


More information about the freebsd-mobile mailing list