Date: Sat, 6 Sep 2003 06:56:56 -0700 (PDT) From: Doug Rabson <dfr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci amdpm.c Message-ID: <200309061356.h86DuuR5040273@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dfr 2003/09/06 06:56:56 PDT FreeBSD src repository Modified files: sys/pci amdpm.c Log: When recording resources for the amdpm driver, only describe the ports we actually use. Originally, the code reserved 0x8000 to 0x80ff inclusive which on my hardware conflicts with the acpi timer. This broke the amdpm driver since it was actually given ports 0x800c to 0x810b (which should not have happened, IMHO). This also allows us to considerably simplify the handling of the nForce smb driver, removing the need for a separate nfpm driver. With this, SMB accesses appear to work on my Tyan Tiger MP board. Your mileage may vary. In particular, the nForce changes have not been tested. Revision Changes Path 1.10 +36 -101 src/sys/pci/amdpm.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309061356.h86DuuR5040273>