Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-11 | do not bus_space_map devices which are at address 0; ok kettenis | Theo de Raadt | |
2006-11-28 | acpi may steal power management functionality, in which case we | Mark Kettenis | |
cannot io map the device. Bail out without warning. If we want to retain the rgn we could re-enable io and be very very careful. ok deraadt@ | |||
2006-09-28 | Provide more info in error messages so we can see what's going | Alexander Yurchenko | |
on. And some cosmetics in debug messages while here. | |||
2006-03-09 | unbreak the tree. i dunno how this compiled on my box at home. | David Gwynne | |
found by marco@ | |||
2006-03-08 | amdpmreg.h is only used by amdpm.c, so merge the header into the c file. | David Gwynne | |
this unclutters the tree a bit. ok deraadt@ | |||
2006-03-08 | tweak the debug macros a bit | David Gwynne | |
2006-03-08 | fix support for the smbus controller on nforce 1 chipsets. only try to | David Gwynne | |
use the timer and rng on amd chips. diff, testing, and patience from gwk | |||
2006-03-07 | whitespace fixes | David Gwynne | |
2006-01-15 | In iic_exec don't fail immediately if bus is already busy. It might be | Alexander Yurchenko | |
running a BIOS' transfer so wait a bit and try again. | |||
2006-01-09 | with an offset tweak, this can also support the nvidia nforce smbus | Theo de Raadt | |
same unit is found on amd756 and amd8111. try to support the RNG as well. from gklok@cogeco.ca | |||
2006-01-06 | remove NetBSD's event counter code. | Brad Smith | |
ok grange@ | |||
2006-01-05 | knf | Alexander Yurchenko | |
2006-01-05 | Add my copyright. | Alexander Yurchenko | |
2006-01-05 | Add SMBus host interface support for amdpm(4). | Alexander Yurchenko | |
ok deraadt@ | |||
2006-01-02 | use pci_matchbyid. | Brad Smith | |
2004-09-17 | Some cleanup: | Alexander Yurchenko | |
- don't mix unsigned and u_int across the code - un'static some funcs ok art@ | |||
2004-07-28 | This touches only MI code, and adds new time keeping code. The | Thorsten Lockert | |
code is all conditionalized on __HAVE_TIMECOUNTER, and not enabled on any platforms. adjtime(2) support exists, courtesy of nordin@, sysctl(2) support and a concept of quality for each time source attached exists. High quality time sources exists for PIIX4 ACPI timer as well as some AMD power management chips. This will have to be redone once we actually add ACPI support (at that time we need to use the ACPI interfaces to get at these clocks). ok art@ ken@ miod@ jmc@ and many more | |||
2002-11-04 | make this compile; reported by pluf, mickey ok. | Federico G. Schwindt | |
2002-06-05 | steal'' performance calculating loop from pchb.c and have a uniform output | Michael Shalayeff | |
2002-06-05 | a driver for the rng on the amd768 power management device (no actual power ↵ | Michael Shalayeff | |
management capabilities are supported yet; from netbsd |