Date: Sun, 27 Jun 2004 13:04:19 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c Message-ID: <200406271304.i5RD4KAQ003703@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2004-06-27 13:04:19 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi.c
Log:
MFp4: Set the bus handle to the bus handle of the resource, not the
starting value. This is more pedantically correct (since the handle
isn't always identical to the start of the resource) and also doesn't
access the innards of struct resource direct (which I forbid in my
tree). We need to do this for all resource types, not just ioport.
Reviewed by: njl
Revision Changes Path
1.166 +2 -3 src/sys/dev/acpica/acpi.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406271304.i5RD4KAQ003703>
