#
e4787ddb |
| 08-Mar-2006 |
dlg <dlg@openbsd.org> |
tweak the debug macros a bit
|
#
4a39f020 |
| 08-Mar-2006 |
dlg <dlg@openbsd.org> |
fix support for the smbus controller on nforce 1 chipsets. only try to use the timer and rng on amd chips.
diff, testing, and patience from gwk
|
#
524d9d1d |
| 07-Mar-2006 |
dlg <dlg@openbsd.org> |
whitespace fixes
|
#
c90a9223 |
| 15-Jan-2006 |
grange <grange@openbsd.org> |
In iic_exec don't fail immediately if bus is already busy. It might be running a BIOS' transfer so wait a bit and try again.
|
#
30729fdd |
| 09-Jan-2006 |
deraadt <deraadt@openbsd.org> |
with an offset tweak, this can also support the nvidia nforce smbus same unit is found on amd756 and amd8111. try to support the RNG as well. from gklok@cogeco.ca
|
#
3e9bc4e5 |
| 06-Jan-2006 |
brad <brad@openbsd.org> |
remove NetBSD's event counter code.
ok grange@
|
#
f57d9f10 |
| 05-Jan-2006 |
grange <grange@openbsd.org> |
knf
|
#
025dfe83 |
| 05-Jan-2006 |
grange <grange@openbsd.org> |
Add my copyright.
|
#
7a7e9116 |
| 05-Jan-2006 |
grange <grange@openbsd.org> |
Add SMBus host interface support for amdpm(4).
ok deraadt@
|
#
0cd5748d |
| 02-Jan-2006 |
brad <brad@openbsd.org> |
use pci_matchbyid.
|
#
5a8003fb |
| 17-Sep-2004 |
grange <grange@openbsd.org> |
Some cleanup: - don't mix unsigned and u_int across the code - un'static some funcs
ok art@
|
#
3751347e |
| 28-Jul-2004 |
tholo <tholo@openbsd.org> |
This touches only MI code, and adds new time keeping code. The code is all conditionalized on __HAVE_TIMECOUNTER, and not enabled on any platforms.
adjtime(2) support exists, courtesy of nordin@, s
This touches only MI code, and adds new time keeping code. The 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
show more ...
|
#
b6d7daf5 |
| 04-Nov-2002 |
fgsch <fgsch@openbsd.org> |
make this compile; reported by pluf, mickey ok.
|
#
126d2f73 |
| 05-Jun-2002 |
mickey <mickey@openbsd.org> |
steal'' performance calculating loop from pchb.c and have a uniform output
|
#
546c3e09 |
| 05-Jun-2002 |
mickey <mickey@openbsd.org> |
a driver for the rng on the amd768 power management device (no actual power management capabilities are supported yet; from netbsd
|