Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Sep 2004 00:31:36 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        ast@marabu.ch
Cc:        nate@root.org
Subject:   Re: 5.3-BETA5 panics when inserting dc0 carbus card (only with ACPI enabled) enabled)
Message-ID:  <20040923.003136.45874787.imp@bsdimp.com>
In-Reply-To: <200409222302.BAA18769@marabu.marabu.ch>
References:  <4151DA08.6010602@root.org> <20040922203525.GC18509@numeri.campus.luth.se> <200409222302.BAA18769@marabu.marabu.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <200409222302.BAA18769@marabu.marabu.ch>
            Adrian Steinmann <ast@marabu.ch> writes:
: Johan's work-around:
: 
:    debug.acpi.disabled="sysresource"
:    to /boot/loader.conf.
: 
: also works for the dc0: <Netgear FA511 10/100BaseTX>.
: 
: I've put up the Johan's analog info on http://styx.ch/T20_dc/

This is looking like a resource manager bug.  It allocates 0x0-0xff,
yet acpi is using selected ports in that range.  It should not be
possible for the resource manager to that range.  Maybe someone isn't
asking the global map for the resources that get returned?

Also, the panic is a side effect of a real bug in the dc driver.  It
isn't properly releasing resources when it fails to attach.  The
dmaification of the driver is suspect because of where the crash is.

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040923.003136.45874787.imp>