3Com 3c905 failed to attach

M. Warner Losh imp at bsdimp.com
Tue Apr 13 12:37:26 PDT 2004


In message: <20040413115930.G76691 at root.org>
            Nate Lawson <nate at root.org> writes:
: I think Warner has to go through broken devices like this and fix their
: resource allocation.  His ATA patch (just committed today by sos@) is
: probably an example of this.

Actually, I'm not sure that the resource allocation is broken on xl,
per se, but rather we fail to detect that we should use I/O ports
properly.  I'm looking to see if I can find documentation on these
parts so that I might find a better way.  The old way relied on the
fact that we try memory, and that it will always fail.  Now that we do
lazy resource allocation, this is violates the assumptions made by the
xl driver.  A quick survey of other drivers shows that this shouldn't
be a wide-spread problem.

Warner


More information about the freebsd-current mailing list