diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-11-10 00:04:37 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-11-10 00:04:37 +0100 |
commit | bcb67353c1ae559d6f91ab0669a06db52000b15d (patch) | |
tree | e2e6e9b26b7f13e234315c5753982bca4100dd22 /sys/man/3 | |
parent | b18a6413975a0a8d06e6d310072a0ff90b1ed541 (diff) |
pc, pc64: provide access to embedded controller with #P/ec file
Diffstat (limited to 'sys/man/3')
-rw-r--r-- | sys/man/3/arch | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/man/3/arch b/sys/man/3/arch index 6640399be..7593904db 100644 --- a/sys/man/3/arch +++ b/sys/man/3/arch @@ -8,6 +8,7 @@ arch \- architecture-specific information and control .B /dev/acpitbls .B /dev/archctl .B /dev/cputype +.B /dev/ec .B /dev/ioalloc .B /dev/iob .B /dev/iol @@ -128,6 +129,10 @@ Reads and writes to .I msr go to the P4/P6/Core/Core2/AMD64 MSRs. .PP +Reads and writes to +.I ec +transfer bytes from and to the embedded controller. +.PP Reads from .I acpitbls return a concatenation of system ACPI tables. Each table |