cvs commit: src/sys/pci amdpm.c
Doug Rabson
dfr at FreeBSD.org
Sat Sep 6 06:56:57 PDT 2003
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
More information about the cvs-src
mailing list