diff options
| author | bouyer <bouyer@NetBSD.org> | 2010-01-15 20:57:12 +0000 |
|---|---|---|
| committer | bouyer <bouyer@NetBSD.org> | 2010-01-15 20:57:12 +0000 |
| commit | 3c5e160011dafd461f866f1a4d1ba5fb8d92ce4a (patch) | |
| tree | 0bd61250427cb64ae5775f684cc0115acb323319 /sys/dev/DEVNAMES | |
| parent | c396ac1512eb8ebe08c4f50627ed8efd1b23a8c4 (diff) | |
Add apc(4), a driver for the Aurora Personality Chip (APC) found
on SPARCstation-4/5, and emulated by qemu to idle the simulator
when the CPU is idle. Infos about the registers from the linux driver.
Not enabled by default because it can cause some Sparc systems to
hang (so says the linux driver).
Only the CPU idle part implemented at this time; fan speed and
Convenience power outlet management to be added.
Tested on qemu.
Diffstat (limited to 'sys/dev/DEVNAMES')
| -rw-r--r-- | sys/dev/DEVNAMES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/DEVNAMES b/sys/dev/DEVNAMES index 803ad6f37ed..73309cf2203 100644 --- a/sys/dev/DEVNAMES +++ b/sys/dev/DEVNAMES @@ -1,4 +1,4 @@ -# $NetBSD: DEVNAMES,v 1.254 2010/01/07 09:24:45 jdc Exp $ +# $NetBSD: DEVNAMES,v 1.255 2010/01/15 20:57:13 bouyer Exp $ # # This file contains all used device names and defined attributes in # alphabetical order. New devices added to the system somewhere should first @@ -81,6 +81,7 @@ ams mac68k ams macppc an MI ap newsmips +apc sparc apecs alpha apm i386 aps MI |
