apm.c
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:56k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* -*- linux-c -*-
  2.  * APM BIOS driver for Linux
  3.  * Copyright 1994-2001 Stephen Rothwell (sfr@canb.auug.org.au)
  4.  *
  5.  * Initial development of this driver was funded by NEC Australia P/L
  6.  * and NEC Corporation
  7.  *
  8.  * This program is free software; you can redistribute it and/or modify it
  9.  * under the terms of the GNU General Public License as published by the
  10.  * Free Software Foundation; either version 2, or (at your option) any
  11.  * later version.
  12.  *
  13.  * This program is distributed in the hope that it will be useful, but
  14.  * WITHOUT ANY WARRANTY; without even the implied warranty of
  15.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  16.  * General Public License for more details.
  17.  *
  18.  * October 1995, Rik Faith (faith@cs.unc.edu):
  19.  *    Minor enhancements and updates (to the patch set) for 1.3.x
  20.  *    Documentation
  21.  * January 1996, Rik Faith (faith@cs.unc.edu):
  22.  *    Make /proc/apm easy to format (bump driver version)
  23.  * March 1996, Rik Faith (faith@cs.unc.edu):
  24.  *    Prohibit APM BIOS calls unless apm_enabled.
  25.  *    (Thanks to Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de>)
  26.  * April 1996, Stephen Rothwell (sfr@canb.auug.org.au)
  27.  *    Version 1.0 and 1.1
  28.  * May 1996, Version 1.2
  29.  * Feb 1998, Version 1.3
  30.  * Feb 1998, Version 1.4
  31.  * Aug 1998, Version 1.5
  32.  * Sep 1998, Version 1.6
  33.  * Nov 1998, Version 1.7
  34.  * Jan 1999, Version 1.8
  35.  * Jan 1999, Version 1.9
  36.  * Oct 1999, Version 1.10
  37.  * Nov 1999, Version 1.11
  38.  * Jan 2000, Version 1.12
  39.  * Feb 2000, Version 1.13
  40.  * Nov 2000, Version 1.14
  41.  * Oct 2001, Version 1.15
  42.  * Jan 2002, Version 1.16
  43.  *
  44.  * History:
  45.  *    0.6b: first version in official kernel, Linux 1.3.46
  46.  *    0.7: changed /proc/apm format, Linux 1.3.58
  47.  *    0.8: fixed gcc 2.7.[12] compilation problems, Linux 1.3.59
  48.  *    0.9: only call bios if bios is present, Linux 1.3.72
  49.  *    1.0: use fixed device number, consolidate /proc/apm into this file,
  50.  *         Linux 1.3.85
  51.  *    1.1: support user-space standby and suspend, power off after system
  52.  *         halted, Linux 1.3.98
  53.  *    1.2: When resetting RTC after resume, take care so that the time
  54.  *         is only incorrect by 30-60mS (vs. 1S previously) (Gabor J. Toth
  55.  *         <jtoth@princeton.edu>); improve interaction between
  56.  *         screen-blanking and gpm (Stephen Rothwell); Linux 1.99.4
  57.  *    1.2a:Simple change to stop mysterious bug reports with SMP also added
  58.  *    levels to the printk calls. APM is not defined for SMP machines.
  59.  *         The new replacment for it is, but Linux doesn't yet support this.
  60.  *         Alan Cox Linux 2.1.55
  61.  *    1.3: Set up a valid data descriptor 0x40 for buggy BIOS's
  62.  *    1.4: Upgraded to support APM 1.2. Integrated ThinkPad suspend patch by
  63.  *         Dean Gaudet <dgaudet@arctic.org>.
  64.  *         C. Scott Ananian <cananian@alumni.princeton.edu> Linux 2.1.87
  65.  *    1.5: Fix segment register reloading (in case of bad segments saved
  66.  *         across BIOS call).
  67.  *         Stephen Rothwell
  68.  *    1.6: Cope with complier/assembler differences.
  69.  *         Only try to turn off the first display device.
  70.  *         Fix OOPS at power off with no APM BIOS by Jan Echternach
  71.  *                   <echter@informatik.uni-rostock.de>
  72.  *         Stephen Rothwell
  73.  *    1.7: Modify driver's cached copy of the disabled/disengaged flags
  74.  *         to reflect current state of APM BIOS.
  75.  *         Chris Rankin <rankinc@bellsouth.net>
  76.  *         Reset interrupt 0 timer to 100Hz after suspend
  77.  *         Chad Miller <cmiller@surfsouth.com>
  78.  *         Add CONFIG_APM_IGNORE_SUSPEND_BOUNCE
  79.  *         Richard Gooch <rgooch@atnf.csiro.au>
  80.  *         Allow boot time disabling of APM
  81.  *         Make boot messages far less verbose by default
  82.  *         Make asm safer
  83.  *         Stephen Rothwell
  84.  *    1.8: Add CONFIG_APM_RTC_IS_GMT
  85.  *         Richard Gooch <rgooch@atnf.csiro.au>
  86.  *         change APM_NOINTS to CONFIG_APM_ALLOW_INTS
  87.  *         remove dependency on CONFIG_PROC_FS
  88.  *         Stephen Rothwell
  89.  *    1.9: Fix small typo.  <laslo@wodip.opole.pl>
  90.  *         Try to cope with BIOS's that need to have all display
  91.  *         devices blanked and not just the first one.
  92.  *         Ross Paterson <ross@soi.city.ac.uk>
  93.  *         Fix segment limit setting it has always been wrong as
  94.  *         the segments needed to have byte granularity.
  95.  *         Mark a few things __init.
  96.  *         Add hack to allow power off of SMP systems by popular request.
  97.  *         Use CONFIG_SMP instead of __SMP__
  98.  *         Ignore BOUNCES for three seconds.
  99.  *         Stephen Rothwell
  100.  *   1.10: Fix for Thinkpad return code.
  101.  *         Merge 2.2 and 2.3 drivers.
  102.  *         Remove APM dependencies in arch/i386/kernel/process.c
  103.  *         Remove APM dependencies in drivers/char/sysrq.c
  104.  *         Reset time across standby.
  105.  *         Allow more inititialisation on SMP.
  106.  *         Remove CONFIG_APM_POWER_OFF and make it boot time
  107.  *         configurable (default on).
  108.  *         Make debug only a boot time parameter (remove APM_DEBUG).
  109.  *         Try to blank all devices on any error.
  110.  *   1.11: Remove APM dependencies in drivers/char/console.c
  111.  *         Check nr_running to detect if we are idle (from
  112.  *         Borislav Deianov <borislav@lix.polytechnique.fr>)
  113.  *         Fix for bioses that don't zero the top part of the
  114.  *         entrypoint offset (Mario Sitta <sitta@al.unipmn.it>)
  115.  *         (reported by Panos Katsaloulis <teras@writeme.com>).
  116.  *         Real mode power off patch (Walter Hofmann
  117.  *         <Walter.Hofmann@physik.stud.uni-erlangen.de>).
  118.  *   1.12: Remove CONFIG_SMP as the compiler will optimize
  119.  *         the code away anyway (smp_num_cpus == 1 in UP)
  120.  *         noted by Artur Skawina <skawina@geocities.com>.
  121.  *         Make power off under SMP work again.
  122.  *         Fix thinko with initial engaging of BIOS.
  123.  *         Make sure power off only happens on CPU 0
  124.  *         (Paul "Rusty" Russell <rusty@rustcorp.com.au>).
  125.  *         Do error notification to user mode if BIOS calls fail.
  126.  *         Move entrypoint offset fix to ...boot/setup.S
  127.  *         where it belongs (Cosmos <gis88564@cis.nctu.edu.tw>).
  128.  *         Remove smp-power-off. SMP users must now specify
  129.  *         "apm=power-off" on the kernel command line. Suggested
  130.  *         by Jim Avera <jima@hal.com>, modified by Alan Cox
  131.  *         <alan@lxorguk.ukuu.org.uk>.
  132.  *         Register the /proc/apm entry even on SMP so that
  133.  *         scripts that check for it before doing power off
  134.  *         work (Jim Avera <jima@hal.com>).
  135.  *   1.13: Changes for new pm_ interfaces (Andy Henroid
  136.  *         <andy_henroid@yahoo.com>).
  137.  *         Modularize the code.
  138.  *         Fix the Thinkpad (again) :-( (CONFIG_APM_IGNORE_MULTIPLE_SUSPENDS
  139.  *         is now the way life works).
  140.  *         Fix thinko in suspend() (wrong return).
  141.  *         Notify drivers on critical suspend.
  142.  *         Make kapmd absorb more idle time (Pavel Machek <pavel@suse.cz>
  143.  *         modified by sfr).
  144.  *         Disable interrupts while we are suspended (Andy Henroid
  145.  *         <andy_henroid@yahoo.com> fixed by sfr).
  146.  *         Make power off work on SMP again (Tony Hoyle
  147.  *         <tmh@magenta-logic.com> and <zlatko@iskon.hr>) modified by sfr.
  148.  *         Remove CONFIG_APM_SUSPEND_BOUNCE.  The bounce ignore
  149.  *         interval is now configurable.
  150.  *   1.14: Make connection version persist across module unload/load.
  151.  *         Enable and engage power management earlier.
  152.  *         Disengage power management on module unload.
  153.  *         Changed to use the sysrq-register hack for registering the
  154.  *         power off function called by magic sysrq based upon discussions
  155.  *         in irc://irc.openprojects.net/#kernelnewbies
  156.  *         (Crutcher Dunnavant <crutcher+kernel@datastacks.com>).
  157.  *         Make CONFIG_APM_REAL_MODE_POWER_OFF run time configurable.
  158.  *         (Arjan van de Ven <arjanv@redhat.com>) modified by sfr.
  159.  *         Work around byte swap bug in one of the Vaio's BIOS's
  160.  *         (Marc Boucher <marc@mbsi.ca>).
  161.  *         Exposed the disable flag to dmi so that we can handle known
  162.  *         broken APM (Alan Cox <alan@redhat.com>).
  163.  *   1.14ac: If the BIOS says "I slowed the CPU down" then don't spin
  164.  *         calling it - instead idle. (Alan Cox <alan@redhat.com>)
  165.  *         If an APM idle fails log it and idle sensibly
  166.  *   1.15: Don't queue events to clients who open the device O_WRONLY.
  167.  *         Don't expect replies from clients who open the device O_RDONLY.
  168.  *         (Idea from Thomas Hood <jdthood@mail.com>)
  169.  *         Minor waitqueue cleanups. (John Fremlin <chief@bandits.org>)
  170.  *   1.16: Fix idle calling. (Andreas Steinmetz <ast@domdv.de> et al.)
  171.  *         Notify listeners of standby or suspend events before notifying
  172.  *         drivers. Return EBUSY to ioctl() if suspend is rejected.
  173.  *         (Russell King <rmk@arm.linux.org.uk> and Thomas Hood)
  174.  *         Ignore first resume after we generate our own resume event
  175.  *         after a suspend (Thomas Hood <jdthood@mail.com>)
  176.  *         Daemonize now gets rid of our controlling terminal (sfr).
  177.  *         CONFIG_APM_CPU_IDLE now just affects the default value of
  178.  *         idle_threshold (sfr).
  179.  *         Change name of kernel apm daemon (as it no longer idles) (sfr).
  180.  *
  181.  * APM 1.1 Reference:
  182.  *
  183.  *   Intel Corporation, Microsoft Corporation. Advanced Power Management
  184.  *   (APM) BIOS Interface Specification, Revision 1.1, September 1993.
  185.  *   Intel Order Number 241704-001.  Microsoft Part Number 781-110-X01.
  186.  *
  187.  * [This document is available free from Intel by calling 800.628.8686 (fax
  188.  * 916.356.6100) or 800.548.4725; or via anonymous ftp from
  189.  * ftp://ftp.intel.com/pub/IAL/software_specs/apmv11.doc.  It is also
  190.  * available from Microsoft by calling 206.882.8080.]
  191.  *
  192.  * APM 1.2 Reference:
  193.  *   Intel Corporation, Microsoft Corporation. Advanced Power Management
  194.  *   (APM) BIOS Interface Specification, Revision 1.2, February 1996.
  195.  *
  196.  * [This document is available from Microsoft at:
  197.  *    http://www.microsoft.com/hwdev/busbios/amp_12.htm]
  198.  */
  199. #include <linux/config.h>
  200. #include <linux/module.h>
  201. #include <linux/poll.h>
  202. #include <linux/types.h>
  203. #include <linux/stddef.h>
  204. #include <linux/timer.h>
  205. #include <linux/fcntl.h>
  206. #include <linux/slab.h>
  207. #include <linux/stat.h>
  208. #include <linux/proc_fs.h>
  209. #include <linux/miscdevice.h>
  210. #include <linux/apm_bios.h>
  211. #include <linux/init.h>
  212. #include <linux/sched.h>
  213. #include <linux/pm.h>
  214. #include <linux/kernel.h>
  215. #include <linux/smp_lock.h>
  216. #include <asm/system.h>
  217. #include <asm/uaccess.h>
  218. #include <asm/desc.h>
  219. #include <linux/sysrq.h>
  220. extern unsigned long get_cmos_time(void);
  221. extern void machine_real_restart(unsigned char *, int);
  222. #if defined(CONFIG_APM_DISPLAY_BLANK) && defined(CONFIG_VT)
  223. extern int (*console_blank_hook)(int);
  224. #endif
  225. /*
  226.  * The apm_bios device is one of the misc char devices.
  227.  * This is its minor number.
  228.  */
  229. #define APM_MINOR_DEV 134
  230. /*
  231.  * See Documentation/Config.help for the configuration options.
  232.  *
  233.  * Various options can be changed at boot time as follows:
  234.  * (We allow underscores for compatibility with the modules code)
  235.  * apm=on/off enable/disable APM
  236.  *     [no-]allow[-_]ints allow interrupts during BIOS calls
  237.  *     [no-]broken[-_]psr BIOS has a broken GetPowerStatus call
  238.  *     [no-]realmode[-_]power[-_]off switch to real mode before
  239.  *      powering off
  240.  *     [no-]debug log some debugging messages
  241.  *     [no-]power[-_]off power off on shutdown
  242.  *     bounce[-_]interval=<n> number of ticks to ignore suspend
  243.  *      bounces
  244.  *          idle[-_]threshold=<n>       System idle percentage above which to
  245.  *                                      make APM BIOS idle calls. Set it to
  246.  *                                      100 to disable.
  247.  *          idle[-_]period=<n>          Period (in 1/100s of a second) over
  248.  *                                      which the idle percentage is
  249.  *                                      calculated.
  250.  */
  251. /* KNOWN PROBLEM MACHINES:
  252.  *
  253.  * U: TI 4000M TravelMate: BIOS is *NOT* APM compliant
  254.  *                         [Confirmed by TI representative]
  255.  * ?: ACER 486DX4/75: uses dseg 0040, in violation of APM specification
  256.  *                    [Confirmed by BIOS disassembly]
  257.  *                    [This may work now ...]
  258.  * P: Toshiba 1950S: battery life information only gets updated after resume
  259.  * P: Midwest Micro Soundbook Elite DX2/66 monochrome: screen blanking
  260.  *  broken in BIOS [Reported by Garst R. Reese <reese@isn.net>]
  261.  * ?: AcerNote-950: oops on reading /proc/apm - workaround is a WIP
  262.  *  Neale Banks <neale@lowendale.com.au> December 2000
  263.  *
  264.  * Legend: U = unusable with APM patches
  265.  *         P = partially usable with APM patches
  266.  */
  267. /*
  268.  * Define to always call the APM BIOS busy routine even if the clock was
  269.  * not slowed by the idle routine.
  270.  */
  271. #define ALWAYS_CALL_BUSY
  272. /*
  273.  * Define to make the APM BIOS calls zero all data segment registers (so
  274.  * that an incorrect BIOS implementation will cause a kernel panic if it
  275.  * tries to write to arbitrary memory).
  276.  */
  277. #define APM_ZERO_SEGS
  278. /*
  279.  * Define to make all _set_limit calls use 64k limits.  The APM 1.1 BIOS is
  280.  * supposed to provide limit information that it recognizes.  Many machines
  281.  * do this correctly, but many others do not restrict themselves to their
  282.  * claimed limit.  When this happens, they will cause a segmentation
  283.  * violation in the kernel at boot time.  Most BIOS's, however, will
  284.  * respect a 64k limit, so we use that.  If you want to be pedantic and
  285.  * hold your BIOS to its claims, then undefine this.
  286.  */
  287. #define APM_RELAX_SEGMENTS
  288. /*
  289.  * Define to re-initialize the interrupt 0 timer to 100 Hz after a suspend.
  290.  * This patched by Chad Miller <cmiller@surfsouth.com>, original code by
  291.  * David Chen <chen@ctpa04.mit.edu>
  292.  */
  293. #undef INIT_TIMER_AFTER_SUSPEND
  294. #ifdef INIT_TIMER_AFTER_SUSPEND
  295. #include <linux/timex.h>
  296. #include <asm/io.h>
  297. #include <linux/delay.h>
  298. #endif
  299. /*
  300.  * Need to poll the APM BIOS every second
  301.  */
  302. #define APM_CHECK_TIMEOUT (HZ)
  303. /*
  304.  * Ignore suspend events for this amount of time after a resume
  305.  */
  306. #define DEFAULT_BOUNCE_INTERVAL (3 * HZ)
  307. /*
  308.  * Save a segment register away
  309.  */
  310. #define savesegment(seg, where) 
  311. __asm__ __volatile__("movl %%" #seg ",%0" : "=m" (where))
  312. /*
  313.  * Maximum number of events stored
  314.  */
  315. #define APM_MAX_EVENTS 20
  316. /*
  317.  * The per-file APM data
  318.  */
  319. struct apm_user {
  320. int magic;
  321. struct apm_user * next;
  322. int suser: 1;
  323. int writer: 1;
  324. int reader: 1;
  325. int suspend_wait: 1;
  326. int suspend_result;
  327. int suspends_pending;
  328. int standbys_pending;
  329. int suspends_read;
  330. int standbys_read;
  331. int event_head;
  332. int event_tail;
  333. apm_event_t events[APM_MAX_EVENTS];
  334. };
  335. /*
  336.  * The magic number in apm_user
  337.  */
  338. #define APM_BIOS_MAGIC 0x4101
  339. /*
  340.  * idle percentage above which bios idle calls are done
  341.  */
  342. #ifdef CONFIG_APM_CPU_IDLE
  343. #define DEFAULT_IDLE_THRESHOLD 95
  344. #else
  345. #define DEFAULT_IDLE_THRESHOLD 100
  346. #endif
  347. #define DEFAULT_IDLE_PERIOD (100 / 3)
  348. /*
  349.  * Local variables
  350.  */
  351. static struct {
  352. unsigned long offset;
  353. unsigned short segment;
  354. } apm_bios_entry;
  355. static int clock_slowed;
  356. static int idle_threshold = DEFAULT_IDLE_THRESHOLD;
  357. static int idle_period = DEFAULT_IDLE_PERIOD;
  358. static int set_pm_idle;
  359. static int suspends_pending;
  360. static int standbys_pending;
  361. static int waiting_for_resume;
  362. static int ignore_normal_resume;
  363. static int bounce_interval = DEFAULT_BOUNCE_INTERVAL;
  364. #ifdef CONFIG_APM_RTC_IS_GMT
  365. # define clock_cmos_diff 0
  366. # define got_clock_diff 1
  367. #else
  368. static long clock_cmos_diff;
  369. static int got_clock_diff;
  370. #endif
  371. static int debug;
  372. static int apm_disabled = -1;
  373. #ifdef CONFIG_SMP
  374. static int power_off;
  375. #else
  376. static int power_off = 1;
  377. #endif
  378. #ifdef CONFIG_APM_REAL_MODE_POWER_OFF
  379. static int realmode_power_off = 1;
  380. #else
  381. static int realmode_power_off;
  382. #endif
  383. static int exit_kapmd;
  384. static int kapmd_running;
  385. #ifdef CONFIG_APM_ALLOW_INTS
  386. static int allow_ints = 1;
  387. #else
  388. static int allow_ints;
  389. #endif
  390. static int broken_psr;
  391. static DECLARE_WAIT_QUEUE_HEAD(apm_waitqueue);
  392. static DECLARE_WAIT_QUEUE_HEAD(apm_suspend_waitqueue);
  393. static struct apm_user * user_list;
  394. static char driver_version[] = "1.16"; /* no spaces */
  395. /*
  396.  * APM event names taken from the APM 1.2 specification. These are
  397.  * the message codes that the BIOS uses to tell us about events
  398.  */
  399. static char * apm_event_name[] = {
  400. "system standby",
  401. "system suspend",
  402. "normal resume",
  403. "critical resume",
  404. "low battery",
  405. "power status change",
  406. "update time",
  407. "critical suspend",
  408. "user standby",
  409. "user suspend",
  410. "system standby resume",
  411. "capabilities change"
  412. };
  413. #define NR_APM_EVENT_NAME
  414. (sizeof(apm_event_name) / sizeof(apm_event_name[0]))
  415. typedef struct lookup_t {
  416. int key;
  417. char * msg;
  418. } lookup_t;
  419. /*
  420.  * The BIOS returns a set of standard error codes in AX when the
  421.  * carry flag is set.
  422.  */
  423.  
  424. static const lookup_t error_table[] = {
  425. /* N/A { APM_SUCCESS, "Operation succeeded" }, */
  426. { APM_DISABLED, "Power management disabled" },
  427. { APM_CONNECTED, "Real mode interface already connected" },
  428. { APM_NOT_CONNECTED, "Interface not connected" },
  429. { APM_16_CONNECTED, "16 bit interface already connected" },
  430. /* N/A { APM_16_UNSUPPORTED, "16 bit interface not supported" }, */
  431. { APM_32_CONNECTED, "32 bit interface already connected" },
  432. { APM_32_UNSUPPORTED, "32 bit interface not supported" },
  433. { APM_BAD_DEVICE, "Unrecognized device ID" },
  434. { APM_BAD_PARAM, "Parameter out of range" },
  435. { APM_NOT_ENGAGED, "Interface not engaged" },
  436. { APM_BAD_FUNCTION,     "Function not supported" },
  437. { APM_RESUME_DISABLED, "Resume timer disabled" },
  438. { APM_BAD_STATE, "Unable to enter requested state" },
  439. /* N/A { APM_NO_EVENTS, "No events pending" }, */
  440. { APM_NO_ERROR, "BIOS did not set a return code" },
  441. { APM_NOT_PRESENT, "No APM present" }
  442. };
  443. #define ERROR_COUNT (sizeof(error_table)/sizeof(lookup_t))
  444. /*
  445.  * These are the actual BIOS calls.  Depending on APM_ZERO_SEGS and
  446.  * apm_info.allow_ints, we are being really paranoid here!  Not only
  447.  * are interrupts disabled, but all the segment registers (except SS)
  448.  * are saved and zeroed this means that if the BIOS tries to reference
  449.  * any data without explicitly loading the segment registers, the kernel
  450.  * will fault immediately rather than have some unforeseen circumstances
  451.  * for the rest of the kernel.  And it will be very obvious!  :-) Doing
  452.  * this depends on CS referring to the same physical memory as DS so that
  453.  * DS can be zeroed before the call. Unfortunately, we can't do anything
  454.  * about the stack segment/pointer.  Also, we tell the compiler that
  455.  * everything could change.
  456.  *
  457.  * Also, we KNOW that for the non error case of apm_bios_call, there
  458.  * is no useful data returned in the low order 8 bits of eax.
  459.  */
  460. #define APM_DO_CLI
  461. if (apm_info.allow_ints) 
  462. __sti(); 
  463. else 
  464. __cli();
  465. #ifdef APM_ZERO_SEGS
  466. # define APM_DECL_SEGS 
  467. unsigned int saved_fs; unsigned int saved_gs;
  468. # define APM_DO_SAVE_SEGS 
  469. savesegment(fs, saved_fs); savesegment(gs, saved_gs)
  470. # define APM_DO_ZERO_SEGS 
  471. "pushl %%dsnt" 
  472. "pushl %%esnt" 
  473. "xorl %%edx, %%edxnt" 
  474. "mov %%dx, %%dsnt" 
  475. "mov %%dx, %%esnt" 
  476. "mov %%dx, %%fsnt" 
  477. "mov %%dx, %%gsnt"
  478. # define APM_DO_POP_SEGS 
  479. "popl %%esnt" 
  480. "popl %%dsnt"
  481. # define APM_DO_RESTORE_SEGS 
  482. loadsegment(fs, saved_fs); loadsegment(gs, saved_gs)
  483. #else
  484. # define APM_DECL_SEGS
  485. # define APM_DO_SAVE_SEGS
  486. # define APM_DO_ZERO_SEGS
  487. # define APM_DO_POP_SEGS
  488. # define APM_DO_RESTORE_SEGS
  489. #endif
  490. /**
  491.  * apm_bios_call - Make an APM BIOS 32bit call
  492.  * @func: APM function to execute
  493.  * @ebx_in: EBX register for call entry
  494.  * @ecx_in: ECX register for call entry
  495.  * @eax: EAX register return
  496.  * @ebx: EBX register return
  497.  * @ecx: ECX register return
  498.  * @edx: EDX register return
  499.  * @esi: ESI register return
  500.  *
  501.  * Make an APM call using the 32bit protected mode interface. The
  502.  * caller is responsible for knowing if APM BIOS is configured and
  503.  * enabled. This call can disable interrupts for a long period of
  504.  * time on some laptops.  The return value is in AH and the carry
  505.  * flag is loaded into AL.  If there is an error, then the error
  506.  * code is returned in AH (bits 8-15 of eax) and this function
  507.  * returns non-zero.
  508.  */
  509.  
  510. static u8 apm_bios_call(u32 func, u32 ebx_in, u32 ecx_in,
  511. u32 *eax, u32 *ebx, u32 *ecx, u32 *edx, u32 *esi)
  512. {
  513. APM_DECL_SEGS
  514. unsigned long flags;
  515. __save_flags(flags);
  516. APM_DO_CLI;
  517. APM_DO_SAVE_SEGS;
  518. /*
  519.  * N.B. We do NOT need a cld after the BIOS call
  520.  * because we always save and restore the flags.
  521.  */
  522. __asm__ __volatile__(APM_DO_ZERO_SEGS
  523. "pushl %%edint"
  524. "pushl %%ebpnt"
  525. "lcall %%cs:" SYMBOL_NAME_STR(apm_bios_entry) "nt"
  526. "setc %%alnt"
  527. "popl %%ebpnt"
  528. "popl %%edint"
  529. APM_DO_POP_SEGS
  530. : "=a" (*eax), "=b" (*ebx), "=c" (*ecx), "=d" (*edx),
  531.   "=S" (*esi)
  532. : "a" (func), "b" (ebx_in), "c" (ecx_in)
  533. : "memory", "cc");
  534. APM_DO_RESTORE_SEGS;
  535. __restore_flags(flags);
  536. return *eax & 0xff;
  537. }
  538. /**
  539.  * apm_bios_call_simple - make a simple APM BIOS 32bit call
  540.  * @func: APM function to invoke
  541.  * @ebx_in: EBX register value for BIOS call
  542.  * @ecx_in: ECX register value for BIOS call
  543.  * @eax: EAX register on return from the BIOS call
  544.  *
  545.  * Make a BIOS call that does only returns one value, or just status.
  546.  * If there is an error, then the error code is returned in AH
  547.  * (bits 8-15 of eax) and this function returns non-zero. This is
  548.  * used for simpler BIOS operations. This call may hold interrupts
  549.  * off for a long time on some laptops.
  550.  */
  551. static u8 apm_bios_call_simple(u32 func, u32 ebx_in, u32 ecx_in, u32 *eax)
  552. {
  553. u8 error;
  554. APM_DECL_SEGS
  555. unsigned long flags;
  556. __save_flags(flags);
  557. APM_DO_CLI;
  558. APM_DO_SAVE_SEGS;
  559. {
  560. int cx, dx, si;
  561. /*
  562.  * N.B. We do NOT need a cld after the BIOS call
  563.  * because we always save and restore the flags.
  564.  */
  565. __asm__ __volatile__(APM_DO_ZERO_SEGS
  566. "pushl %%edint"
  567. "pushl %%ebpnt"
  568. "lcall %%cs:" SYMBOL_NAME_STR(apm_bios_entry) "nt"
  569. "setc %%blnt"
  570. "popl %%ebpnt"
  571. "popl %%edint"
  572. APM_DO_POP_SEGS
  573. : "=a" (*eax), "=b" (error), "=c" (cx), "=d" (dx),
  574.   "=S" (si)
  575. : "a" (func), "b" (ebx_in), "c" (ecx_in)
  576. : "memory", "cc");
  577. }
  578. APM_DO_RESTORE_SEGS;
  579. __restore_flags(flags);
  580. return error;
  581. }
  582. /**
  583.  * apm_driver_version - APM driver version
  584.  * @val: loaded with the APM version on return
  585.  *
  586.  * Retrieve the APM version supported by the BIOS. This is only
  587.  * supported for APM 1.1 or higher. An error indicates APM 1.0 is
  588.  * probably present.
  589.  *
  590.  * On entry val should point to a value indicating the APM driver
  591.  * version with the high byte being the major and the low byte the
  592.  * minor number both in BCD
  593.  *
  594.  * On return it will hold the BIOS revision supported in the
  595.  * same format.
  596.  */
  597. static int __init apm_driver_version(u_short *val)
  598. {
  599. u32 eax;
  600. if (apm_bios_call_simple(APM_FUNC_VERSION, 0, *val, &eax))
  601. return (eax >> 8) & 0xff;
  602. *val = eax;
  603. return APM_SUCCESS;
  604. }
  605. /**
  606.  * apm_get_event - get an APM event from the BIOS
  607.  * @event: pointer to the event
  608.  * @info: point to the event information
  609.  *
  610.  * The APM BIOS provides a polled information for event
  611.  * reporting. The BIOS expects to be polled at least every second
  612.  * when events are pending. When a message is found the caller should
  613.  * poll until no more messages are present.  However, this causes
  614.  * problems on some laptops where a suspend event notification is
  615.  * not cleared until it is acknowledged.
  616.  *
  617.  * Additional information is returned in the info pointer, providing
  618.  * that APM 1.2 is in use. If no messges are pending the value 0x80
  619.  * is returned (No power management events pending).
  620.  */
  621.  
  622. static int apm_get_event(apm_event_t *event, apm_eventinfo_t *info)
  623. {
  624. u32 eax;
  625. u32 ebx;
  626. u32 ecx;
  627. u32 dummy;
  628. if (apm_bios_call(APM_FUNC_GET_EVENT, 0, 0, &eax, &ebx, &ecx,
  629. &dummy, &dummy))
  630. return (eax >> 8) & 0xff;
  631. *event = ebx;
  632. if (apm_info.connection_version < 0x0102)
  633. *info = ~0; /* indicate info not valid */
  634. else
  635. *info = ecx;
  636. return APM_SUCCESS;
  637. }
  638. /**
  639.  * set_power_state - set the power management state
  640.  * @what: which items to transition
  641.  * @state: state to transition to
  642.  *
  643.  * Request an APM change of state for one or more system devices. The
  644.  * processor state must be transitioned last of all. what holds the
  645.  * class of device in the upper byte and the device number (0xFF for
  646.  * all) for the object to be transitioned.
  647.  *
  648.  * The state holds the state to transition to, which may in fact
  649.  * be an acceptance of a BIOS requested state change.
  650.  */
  651.  
  652. static int set_power_state(u_short what, u_short state)
  653. {
  654. u32 eax;
  655. if (apm_bios_call_simple(APM_FUNC_SET_STATE, what, state, &eax))
  656. return (eax >> 8) & 0xff;
  657. return APM_SUCCESS;
  658. }
  659. /**
  660.  * apm_set_power_state - set system wide power state
  661.  * @state: which state to enter
  662.  *
  663.  * Transition the entire system into a new APM power state.
  664.  */
  665.  
  666. static int apm_set_power_state(u_short state)
  667. {
  668. return set_power_state(APM_DEVICE_ALL, state);
  669. }
  670. /**
  671.  * apm_do_idle - perform power saving
  672.  *
  673.  * This function notifies the BIOS that the processor is (in the view
  674.  * of the OS) idle. It returns -1 in the event that the BIOS refuses
  675.  * to handle the idle request. On a success the function returns 1
  676.  * if the BIOS did clock slowing or 0 otherwise.
  677.  */
  678.  
  679. static int apm_do_idle(void)
  680. {
  681. u32 eax;
  682. int slowed;
  683. if (apm_bios_call_simple(APM_FUNC_IDLE, 0, 0, &eax)) {
  684. static unsigned long t;
  685. if (time_after(jiffies, t + 10 * HZ)) {
  686. printk(KERN_DEBUG "apm_do_idle failed (%d)n",
  687. (eax >> 8) & 0xff);
  688. t = jiffies;
  689. }
  690. return -1;
  691. }
  692. slowed = (apm_info.bios.flags & APM_IDLE_SLOWS_CLOCK) != 0;
  693. #ifdef ALWAYS_CALL_BUSY
  694. clock_slowed = 1;
  695. #else
  696. clock_slowed = slowed;
  697. #endif
  698. return slowed;
  699. }
  700. /**
  701.  * apm_do_busy - inform the BIOS the CPU is busy
  702.  *
  703.  * Request that the BIOS brings the CPU back to full performance. 
  704.  */
  705.  
  706. static void apm_do_busy(void)
  707. {
  708. u32 dummy;
  709. if (clock_slowed) {
  710. (void) apm_bios_call_simple(APM_FUNC_BUSY, 0, 0, &dummy);
  711. clock_slowed = 0;
  712. }
  713. }
  714. /*
  715.  * If no process has really been interested in
  716.  * the CPU for some time, we want to call BIOS
  717.  * power management - we probably want
  718.  * to conserve power.
  719.  */
  720. #define IDLE_CALC_LIMIT   (HZ * 100)
  721. #define IDLE_LEAKY_MAX    16
  722. static void (*sys_idle)(void);
  723. extern void default_idle(void);
  724. /**
  725.  * apm_cpu_idle - cpu idling for APM capable Linux
  726.  *
  727.  * This is the idling function the kernel executes when APM is available. It 
  728.  * tries to do BIOS powermanagement based on the average system idle time.
  729.  * Furthermore it calls the system default idle routine.
  730.  */
  731. static void apm_cpu_idle(void)
  732. {
  733. static int use_apm_idle = 0;
  734. static unsigned int last_jiffies = 0;
  735. static unsigned int last_stime = 0;
  736. int apm_is_idle = 0;
  737. unsigned int jiffies_since_last_check = jiffies - last_jiffies;
  738. unsigned int t1;
  739. recalc:
  740. if (jiffies_since_last_check > IDLE_CALC_LIMIT) {
  741. use_apm_idle = 0;
  742. last_jiffies = jiffies;
  743. last_stime = current->times.tms_stime;
  744. } else if (jiffies_since_last_check > idle_period) {
  745. unsigned int idle_percentage;
  746. idle_percentage = current->times.tms_stime - last_stime;
  747. idle_percentage *= 100;
  748. idle_percentage /= jiffies_since_last_check;
  749. use_apm_idle = (idle_percentage > idle_threshold);
  750. last_jiffies = jiffies;
  751. last_stime = current->times.tms_stime;
  752. }
  753. t1 = IDLE_LEAKY_MAX;
  754. while (!current->need_resched) {
  755. if (use_apm_idle) {
  756. unsigned int t;
  757. t = jiffies;
  758. switch (apm_do_idle()) {
  759. case 0: apm_is_idle = 1;
  760. if (t != jiffies) {
  761. if (t1) {
  762. t1 = IDLE_LEAKY_MAX;
  763. continue;
  764. }
  765. } else if (t1) {
  766. t1--;
  767. continue;
  768. }
  769. break;
  770. case 1: apm_is_idle = 1;
  771. break;
  772. }
  773. }
  774. if (sys_idle)
  775. sys_idle();
  776. else
  777. default_idle();
  778. jiffies_since_last_check = jiffies - last_jiffies;
  779. if (jiffies_since_last_check > idle_period)
  780. goto recalc;
  781. }
  782. if (apm_is_idle)
  783. apm_do_busy();
  784. }
  785. #ifdef CONFIG_SMP
  786. static int apm_magic(void * unused)
  787. {
  788. while (1)
  789. schedule();
  790. }
  791. #endif
  792. /**
  793.  * apm_power_off - ask the BIOS to power off
  794.  *
  795.  * Handle the power off sequence. This is the one piece of code we
  796.  * will execute even on SMP machines. In order to deal with BIOS
  797.  * bugs we support real mode APM BIOS power off calls. We also make
  798.  * the SMP call on CPU0 as some systems will only honour this call
  799.  * on their first cpu.
  800.  */
  801.  
  802. static void apm_power_off(void)
  803. {
  804. unsigned char po_bios_call[] = {
  805. 0xb8, 0x00, 0x10, /* movw  $0x1000,ax  */
  806. 0x8e, 0xd0, /* movw  ax,ss       */
  807. 0xbc, 0x00, 0xf0, /* movw  $0xf000,sp  */
  808. 0xb8, 0x07, 0x53, /* movw  $0x5307,ax  */
  809. 0xbb, 0x01, 0x00, /* movw  $0x0001,bx  */
  810. 0xb9, 0x03, 0x00, /* movw  $0x0003,cx  */
  811. 0xcd, 0x15 /* int   $0x15       */
  812. };
  813. /*
  814.  * This may be called on an SMP machine.
  815.  */
  816. #ifdef CONFIG_SMP
  817. /* Some bioses don't like being called from CPU != 0 */
  818. while (cpu_number_map(smp_processor_id()) != 0) {
  819. kernel_thread(apm_magic, NULL,
  820. CLONE_FS | CLONE_FILES | CLONE_SIGHAND | SIGCHLD);
  821. schedule();
  822. }
  823. #endif
  824. if (apm_info.realmode_power_off)
  825. machine_real_restart(po_bios_call, sizeof(po_bios_call));
  826. else
  827. (void) apm_set_power_state(APM_STATE_OFF);
  828. }
  829. /**
  830.  * handle_poweroff - sysrq callback for power down
  831.  * @key: key pressed (unused)
  832.  * @pt_regs: register state (unused)
  833.  * @kbd: keyboard state (unused)
  834.  * @tty: tty involved (unused)
  835.  *
  836.  * When the user hits Sys-Rq o to power down the machine this is the
  837.  * callback we use.
  838.  */
  839. void handle_poweroff (int key, struct pt_regs *pt_regs,
  840. struct kbd_struct *kbd, struct tty_struct *tty) {
  841.         apm_power_off();
  842. }
  843. struct sysrq_key_op sysrq_poweroff_op = {
  844. handler:        handle_poweroff,
  845. help_msg:       "Off",
  846. action_msg:     "Power Offn"
  847. };
  848. #ifdef CONFIG_APM_DO_ENABLE
  849. /**
  850.  * apm_enable_power_management - enable BIOS APM power management
  851.  * @enable: enable yes/no
  852.  *
  853.  * Enable or disable the APM BIOS power services. 
  854.  */
  855.  
  856. static int apm_enable_power_management(int enable)
  857. {
  858. u32 eax;
  859. if ((enable == 0) && (apm_info.bios.flags & APM_BIOS_DISENGAGED))
  860. return APM_NOT_ENGAGED;
  861. if (apm_bios_call_simple(APM_FUNC_ENABLE_PM, APM_DEVICE_BALL,
  862. enable, &eax))
  863. return (eax >> 8) & 0xff;
  864. if (enable)
  865. apm_info.bios.flags &= ~APM_BIOS_DISABLED;
  866. else
  867. apm_info.bios.flags |= APM_BIOS_DISABLED;
  868. return APM_SUCCESS;
  869. }
  870. #endif
  871. /**
  872.  * apm_get_power_status - get current power state
  873.  * @status: returned status
  874.  * @bat: battery info
  875.  * @life: estimated life
  876.  *
  877.  * Obtain the current power status from the APM BIOS. We return a
  878.  * status which gives the rough battery status, and current power
  879.  * source. The bat value returned give an estimate as a percentage
  880.  * of life and a status value for the battery. The estimated life
  881.  * if reported is a lifetime in secodnds/minutes at current powwer
  882.  * consumption.
  883.  */
  884.  
  885. static int apm_get_power_status(u_short *status, u_short *bat, u_short *life)
  886. {
  887. u32 eax;
  888. u32 ebx;
  889. u32 ecx;
  890. u32 edx;
  891. u32 dummy;
  892. if (apm_info.get_power_status_broken)
  893. return APM_32_UNSUPPORTED;
  894. if (apm_bios_call(APM_FUNC_GET_STATUS, APM_DEVICE_ALL, 0,
  895. &eax, &ebx, &ecx, &edx, &dummy))
  896. return (eax >> 8) & 0xff;
  897. *status = ebx;
  898. *bat = ecx;
  899. if (apm_info.get_power_status_swabinminutes) {
  900. *life = swab16((u16)edx);
  901. *life |= 0x8000;
  902. } else
  903. *life = edx;
  904. return APM_SUCCESS;
  905. }
  906. #if 0
  907. static int apm_get_battery_status(u_short which, u_short *status,
  908.   u_short *bat, u_short *life, u_short *nbat)
  909. {
  910. u32 eax;
  911. u32 ebx;
  912. u32 ecx;
  913. u32 edx;
  914. u32 esi;
  915. if (apm_info.connection_version < 0x0102) {
  916. /* pretend we only have one battery. */
  917. if (which != 1)
  918. return APM_BAD_DEVICE;
  919. *nbat = 1;
  920. return apm_get_power_status(status, bat, life);
  921. }
  922. if (apm_bios_call(APM_FUNC_GET_STATUS, (0x8000 | (which)), 0, &eax,
  923. &ebx, &ecx, &edx, &esi))
  924. return (eax >> 8) & 0xff;
  925. *status = ebx;
  926. *bat = ecx;
  927. *life = edx;
  928. *nbat = esi;
  929. return APM_SUCCESS;
  930. }
  931. #endif
  932. /**
  933.  * apm_engage_power_management - enable PM on a device
  934.  * @device: identity of device
  935.  * @enable: on/off
  936.  *
  937.  * Activate or deactive power management on either a specific device
  938.  * or the entire system (%APM_DEVICE_ALL).
  939.  */
  940.  
  941. static int apm_engage_power_management(u_short device, int enable)
  942. {
  943. u32 eax;
  944. if ((enable == 0) && (device == APM_DEVICE_ALL)
  945.     && (apm_info.bios.flags & APM_BIOS_DISABLED))
  946. return APM_DISABLED;
  947. if (apm_bios_call_simple(APM_FUNC_ENGAGE_PM, device, enable, &eax))
  948. return (eax >> 8) & 0xff;
  949. if (device == APM_DEVICE_ALL) {
  950. if (enable)
  951. apm_info.bios.flags &= ~APM_BIOS_DISENGAGED;
  952. else
  953. apm_info.bios.flags |= APM_BIOS_DISENGAGED;
  954. }
  955. return APM_SUCCESS;
  956. }
  957. /**
  958.  * apm_error - display an APM error
  959.  * @str: information string
  960.  * @err: APM BIOS return code
  961.  *
  962.  * Write a meaningful log entry to the kernel log in the event of
  963.  * an APM error.
  964.  */
  965.  
  966. static void apm_error(char *str, int err)
  967. {
  968. int i;
  969. for (i = 0; i < ERROR_COUNT; i++)
  970. if (error_table[i].key == err) break;
  971. if (i < ERROR_COUNT)
  972. printk(KERN_NOTICE "apm: %s: %sn", str, error_table[i].msg);
  973. else
  974. printk(KERN_NOTICE "apm: %s: unknown error code %#2.2xn",
  975. str, err);
  976. }
  977. #if defined(CONFIG_APM_DISPLAY_BLANK) && defined(CONFIG_VT)
  978. /**
  979.  * apm_console_blank - blank the display
  980.  * @blank: on/off
  981.  *
  982.  * Attempt to blank the console, firstly by blanking just video device
  983.  * zero, and if that fails (some BIOSes dont support it) then it blanks
  984.  * all video devices. Typically the BIOS will do laptop backlight and
  985.  * monitor powerdown for us.
  986.  */
  987.  
  988. static int apm_console_blank(int blank)
  989. {
  990. int error;
  991. u_short state;
  992. state = blank ? APM_STATE_STANDBY : APM_STATE_READY;
  993. /* Blank the first display device */
  994. error = set_power_state(0x100, state);
  995. if ((error != APM_SUCCESS) && (error != APM_NO_ERROR)) {
  996. /* try to blank them all instead */
  997. error = set_power_state(0x1ff, state);
  998. if ((error != APM_SUCCESS) && (error != APM_NO_ERROR))
  999. /* try to blank device one instead */
  1000. error = set_power_state(0x101, state);
  1001. }
  1002. if ((error == APM_SUCCESS) || (error == APM_NO_ERROR))
  1003. return 1;
  1004. apm_error("set display", error);
  1005. return 0;
  1006. }
  1007. #endif
  1008. static int queue_empty(struct apm_user *as)
  1009. {
  1010. return as->event_head == as->event_tail;
  1011. }
  1012. static apm_event_t get_queued_event(struct apm_user *as)
  1013. {
  1014. as->event_tail = (as->event_tail + 1) % APM_MAX_EVENTS;
  1015. return as->events[as->event_tail];
  1016. }
  1017. static void queue_event(apm_event_t event, struct apm_user *sender)
  1018. {
  1019. struct apm_user * as;
  1020. if (user_list == NULL)
  1021. return;
  1022. for (as = user_list; as != NULL; as = as->next) {
  1023. if ((as == sender) || (!as->reader))
  1024. continue;
  1025. as->event_head = (as->event_head + 1) % APM_MAX_EVENTS;
  1026. if (as->event_head == as->event_tail) {
  1027. static int notified;
  1028. if (notified++ == 0)
  1029.     printk(KERN_ERR "apm: an event queue overflowedn");
  1030. as->event_tail = (as->event_tail + 1) % APM_MAX_EVENTS;
  1031. }
  1032. as->events[as->event_head] = event;
  1033. if ((!as->suser) || (!as->writer))
  1034. continue;
  1035. switch (event) {
  1036. case APM_SYS_SUSPEND:
  1037. case APM_USER_SUSPEND:
  1038. as->suspends_pending++;
  1039. suspends_pending++;
  1040. break;
  1041. case APM_SYS_STANDBY:
  1042. case APM_USER_STANDBY:
  1043. as->standbys_pending++;
  1044. standbys_pending++;
  1045. break;
  1046. }
  1047. }
  1048. wake_up_interruptible(&apm_waitqueue);
  1049. }
  1050. static void set_time(void)
  1051. {
  1052. unsigned long flags;
  1053. if (got_clock_diff) { /* Must know time zone in order to set clock */
  1054. save_flags(flags);
  1055. cli();
  1056. CURRENT_TIME = get_cmos_time() + clock_cmos_diff;
  1057. restore_flags(flags);
  1058. }
  1059. }
  1060. static void get_time_diff(void)
  1061. {
  1062. #ifndef CONFIG_APM_RTC_IS_GMT
  1063. unsigned long flags;
  1064. /*
  1065.  * Estimate time zone so that set_time can update the clock
  1066.  */
  1067. save_flags(flags);
  1068. clock_cmos_diff = -get_cmos_time();
  1069. cli();
  1070. clock_cmos_diff += CURRENT_TIME;
  1071. got_clock_diff = 1;
  1072. restore_flags(flags);
  1073. #endif
  1074. }
  1075. static void reinit_timer(void)
  1076. {
  1077. #ifdef INIT_TIMER_AFTER_SUSPEND
  1078. unsigned long flags;
  1079. save_flags(flags);
  1080. cli();
  1081. /* set the clock to 100 Hz */
  1082. outb_p(0x34,0x43); /* binary, mode 2, LSB/MSB, ch 0 */
  1083. udelay(10);
  1084. outb_p(LATCH & 0xff , 0x40); /* LSB */
  1085. udelay(10);
  1086. outb(LATCH >> 8 , 0x40); /* MSB */
  1087. udelay(10);
  1088. restore_flags(flags);
  1089. #endif
  1090. }
  1091. static int suspend(int vetoable)
  1092. {
  1093. int err;
  1094. struct apm_user *as;
  1095. if (pm_send_all(PM_SUSPEND, (void *)3)) {
  1096. /* Vetoed */
  1097. if (vetoable) {
  1098. if (apm_info.connection_version > 0x100)
  1099. apm_set_power_state(APM_STATE_REJECT);
  1100. err = -EBUSY;
  1101. waiting_for_resume = 0;
  1102. printk(KERN_WARNING "apm: suspend was vetoed.n");
  1103. goto out;
  1104. }
  1105. printk(KERN_CRIT "apm: suspend was vetoed, but suspending anyway.n");
  1106. }
  1107. get_time_diff();
  1108. cli();
  1109. err = apm_set_power_state(APM_STATE_SUSPEND);
  1110. reinit_timer();
  1111. set_time();
  1112. sti();
  1113. if (err == APM_NO_ERROR)
  1114. err = APM_SUCCESS;
  1115. if (err != APM_SUCCESS)
  1116. apm_error("suspend", err);
  1117. err = (err == APM_SUCCESS) ? 0 : -EIO;
  1118. pm_send_all(PM_RESUME, (void *)0);
  1119. queue_event(APM_NORMAL_RESUME, NULL);
  1120. ignore_normal_resume = 1;
  1121.  out:
  1122. for (as = user_list; as != NULL; as = as->next) {
  1123. as->suspend_wait = 0;
  1124. as->suspend_result = err;
  1125. }
  1126. ignore_normal_resume = 1;
  1127. wake_up_interruptible(&apm_suspend_waitqueue);
  1128. return err;
  1129. }
  1130. static void standby(void)
  1131. {
  1132. int err;
  1133. /* If needed, notify drivers here */
  1134. get_time_diff();
  1135. err = apm_set_power_state(APM_STATE_STANDBY);
  1136. if ((err != APM_SUCCESS) && (err != APM_NO_ERROR))
  1137. apm_error("standby", err);
  1138. }
  1139. static apm_event_t get_event(void)
  1140. {
  1141. int error;
  1142. apm_event_t event;
  1143. apm_eventinfo_t info;
  1144. static int notified;
  1145. /* we don't use the eventinfo */
  1146. error = apm_get_event(&event, &info);
  1147. if (error == APM_SUCCESS)
  1148. return event;
  1149. if ((error != APM_NO_EVENTS) && (notified++ == 0))
  1150. apm_error("get_event", error);
  1151. return 0;
  1152. }
  1153. static void check_events(void)
  1154. {
  1155. apm_event_t event;
  1156. static unsigned long last_resume;
  1157. static int ignore_bounce;
  1158. while ((event = get_event()) != 0) {
  1159. if (debug) {
  1160. if (event <= NR_APM_EVENT_NAME)
  1161. printk(KERN_DEBUG "apm: received %s notifyn",
  1162.        apm_event_name[event - 1]);
  1163. else
  1164. printk(KERN_DEBUG "apm: received unknown "
  1165.        "event 0x%02xn", event);
  1166. }
  1167. if (ignore_bounce
  1168.     && ((jiffies - last_resume) > bounce_interval))
  1169. ignore_bounce = 0;
  1170. if (ignore_normal_resume && (event != APM_NORMAL_RESUME))
  1171. ignore_normal_resume = 0;
  1172. switch (event) {
  1173. case APM_SYS_STANDBY:
  1174. case APM_USER_STANDBY:
  1175. queue_event(event, NULL);
  1176. if (standbys_pending <= 0)
  1177. standby();
  1178. break;
  1179. case APM_USER_SUSPEND:
  1180. #ifdef CONFIG_APM_IGNORE_USER_SUSPEND
  1181. if (apm_info.connection_version > 0x100)
  1182. apm_set_power_state(APM_STATE_REJECT);
  1183. break;
  1184. #endif
  1185. case APM_SYS_SUSPEND:
  1186. if (ignore_bounce) {
  1187. if (apm_info.connection_version > 0x100)
  1188. apm_set_power_state(APM_STATE_REJECT);
  1189. break;
  1190. }
  1191. /*
  1192.  * If we are already processing a SUSPEND,
  1193.  * then further SUSPEND events from the BIOS
  1194.  * will be ignored.  We also return here to
  1195.  * cope with the fact that the Thinkpads keep
  1196.  * sending a SUSPEND event until something else
  1197.  * happens!
  1198.  */
  1199. if (waiting_for_resume)
  1200. return;
  1201. waiting_for_resume = 1;
  1202. queue_event(event, NULL);
  1203. if (suspends_pending <= 0)
  1204. (void) suspend(1);
  1205. break;
  1206. case APM_NORMAL_RESUME:
  1207. case APM_CRITICAL_RESUME:
  1208. case APM_STANDBY_RESUME:
  1209. waiting_for_resume = 0;
  1210. last_resume = jiffies;
  1211. ignore_bounce = 1;
  1212. if ((event != APM_NORMAL_RESUME)
  1213.     || (ignore_normal_resume == 0)) {
  1214. set_time();
  1215. pm_send_all(PM_RESUME, (void *)0);
  1216. queue_event(event, NULL);
  1217. }
  1218. ignore_normal_resume = 0;
  1219. break;
  1220. case APM_CAPABILITY_CHANGE:
  1221. case APM_LOW_BATTERY:
  1222. case APM_POWER_STATUS_CHANGE:
  1223. queue_event(event, NULL);
  1224. /* If needed, notify drivers here */
  1225. break;
  1226. case APM_UPDATE_TIME:
  1227. set_time();
  1228. break;
  1229. case APM_CRITICAL_SUSPEND:
  1230. /*
  1231.  * We are not allowed to reject a critical suspend.
  1232.  */
  1233. (void) suspend(0);
  1234. break;
  1235. }
  1236. }
  1237. }
  1238. static void apm_event_handler(void)
  1239. {
  1240. static int pending_count = 4;
  1241. int err;
  1242. if ((standbys_pending > 0) || (suspends_pending > 0)) {
  1243. if ((apm_info.connection_version > 0x100) &&
  1244. (pending_count-- <= 0)) {
  1245. pending_count = 4;
  1246. if (debug)
  1247. printk(KERN_DEBUG "apm: setting state busyn");
  1248. err = apm_set_power_state(APM_STATE_BUSY);
  1249. if (err)
  1250. apm_error("busy", err);
  1251. }
  1252. } else
  1253. pending_count = 4;
  1254. check_events();
  1255. }
  1256. /*
  1257.  * This is the APM thread main loop.
  1258.  */
  1259. static void apm_mainloop(void)
  1260. {
  1261. DECLARE_WAITQUEUE(wait, current);
  1262. add_wait_queue(&apm_waitqueue, &wait);
  1263. set_current_state(TASK_INTERRUPTIBLE);
  1264. for (;;) {
  1265. schedule_timeout(APM_CHECK_TIMEOUT);
  1266. if (exit_kapmd)
  1267. break;
  1268. /*
  1269.  * Ok, check all events, check for idle (and mark us sleeping
  1270.  * so as not to count towards the load average)..
  1271.  */
  1272. set_current_state(TASK_INTERRUPTIBLE);
  1273. apm_event_handler();
  1274. }
  1275. remove_wait_queue(&apm_waitqueue, &wait);
  1276. }
  1277. static int check_apm_user(struct apm_user *as, const char *func)
  1278. {
  1279. if ((as == NULL) || (as->magic != APM_BIOS_MAGIC)) {
  1280. printk(KERN_ERR "apm: %s passed bad filpn", func);
  1281. return 1;
  1282. }
  1283. return 0;
  1284. }
  1285. static ssize_t do_read(struct file *fp, char *buf, size_t count, loff_t *ppos)
  1286. {
  1287. struct apm_user * as;
  1288. int i;
  1289. apm_event_t event;
  1290. as = fp->private_data;
  1291. if (check_apm_user(as, "read"))
  1292. return -EIO;
  1293. if (count < sizeof(apm_event_t))
  1294. return -EINVAL;
  1295. if ((queue_empty(as)) && (fp->f_flags & O_NONBLOCK))
  1296. return -EAGAIN;
  1297. wait_event_interruptible(apm_waitqueue, !queue_empty(as));
  1298. i = count;
  1299. while ((i >= sizeof(event)) && !queue_empty(as)) {
  1300. event = get_queued_event(as);
  1301. if (copy_to_user(buf, &event, sizeof(event))) {
  1302. if (i < count)
  1303. break;
  1304. return -EFAULT;
  1305. }
  1306. switch (event) {
  1307. case APM_SYS_SUSPEND:
  1308. case APM_USER_SUSPEND:
  1309. as->suspends_read++;
  1310. break;
  1311. case APM_SYS_STANDBY:
  1312. case APM_USER_STANDBY:
  1313. as->standbys_read++;
  1314. break;
  1315. }
  1316. buf += sizeof(event);
  1317. i -= sizeof(event);
  1318. }
  1319. if (i < count)
  1320. return count - i;
  1321. if (signal_pending(current))
  1322. return -ERESTARTSYS;
  1323. return 0;
  1324. }
  1325. static unsigned int do_poll(struct file *fp, poll_table * wait)
  1326. {
  1327. struct apm_user * as;
  1328. as = fp->private_data;
  1329. if (check_apm_user(as, "poll"))
  1330. return 0;
  1331. poll_wait(fp, &apm_waitqueue, wait);
  1332. if (!queue_empty(as))
  1333. return POLLIN | POLLRDNORM;
  1334. return 0;
  1335. }
  1336. static int do_ioctl(struct inode * inode, struct file *filp,
  1337.     u_int cmd, u_long arg)
  1338. {
  1339. struct apm_user * as;
  1340. as = filp->private_data;
  1341. if (check_apm_user(as, "ioctl"))
  1342. return -EIO;
  1343. if ((!as->suser) || (!as->writer))
  1344. return -EPERM;
  1345. switch (cmd) {
  1346. case APM_IOC_STANDBY:
  1347. if (as->standbys_read > 0) {
  1348. as->standbys_read--;
  1349. as->standbys_pending--;
  1350. standbys_pending--;
  1351. } else
  1352. queue_event(APM_USER_STANDBY, as);
  1353. if (standbys_pending <= 0)
  1354. standby();
  1355. break;
  1356. case APM_IOC_SUSPEND:
  1357. if (as->suspends_read > 0) {
  1358. as->suspends_read--;
  1359. as->suspends_pending--;
  1360. suspends_pending--;
  1361. } else
  1362. queue_event(APM_USER_SUSPEND, as);
  1363. if (suspends_pending <= 0) {
  1364. return suspend(1);
  1365. } else {
  1366. as->suspend_wait = 1;
  1367. wait_event_interruptible(apm_suspend_waitqueue,
  1368. as->suspend_wait == 0);
  1369. return as->suspend_result;
  1370. }
  1371. break;
  1372. default:
  1373. return -EINVAL;
  1374. }
  1375. return 0;
  1376. }
  1377. static int do_release(struct inode * inode, struct file * filp)
  1378. {
  1379. struct apm_user * as;
  1380. as = filp->private_data;
  1381. if (check_apm_user(as, "release"))
  1382. return 0;
  1383. filp->private_data = NULL;
  1384. lock_kernel();
  1385. if (as->standbys_pending > 0) {
  1386. standbys_pending -= as->standbys_pending;
  1387. if (standbys_pending <= 0)
  1388. standby();
  1389. }
  1390. if (as->suspends_pending > 0) {
  1391. suspends_pending -= as->suspends_pending;
  1392. if (suspends_pending <= 0)
  1393. (void) suspend(1);
  1394. }
  1395. if (user_list == as)
  1396. user_list = as->next;
  1397. else {
  1398. struct apm_user * as1;
  1399. for (as1 = user_list;
  1400.      (as1 != NULL) && (as1->next != as);
  1401.      as1 = as1->next)
  1402. ;
  1403. if (as1 == NULL)
  1404. printk(KERN_ERR "apm: filp not in user listn");
  1405. else
  1406. as1->next = as->next;
  1407. }
  1408. unlock_kernel();
  1409. kfree(as);
  1410. return 0;
  1411. }
  1412. static int do_open(struct inode * inode, struct file * filp)
  1413. {
  1414. struct apm_user * as;
  1415. as = (struct apm_user *)kmalloc(sizeof(*as), GFP_KERNEL);
  1416. if (as == NULL) {
  1417. printk(KERN_ERR "apm: cannot allocate struct of size %d bytesn",
  1418.        sizeof(*as));
  1419. return -ENOMEM;
  1420. }
  1421. as->magic = APM_BIOS_MAGIC;
  1422. as->event_tail = as->event_head = 0;
  1423. as->suspends_pending = as->standbys_pending = 0;
  1424. as->suspends_read = as->standbys_read = 0;
  1425. /*
  1426.  * XXX - this is a tiny bit broken, when we consider BSD
  1427.          * process accounting. If the device is opened by root, we
  1428.  * instantly flag that we used superuser privs. Who knows,
  1429.  * we might close the device immediately without doing a
  1430.  * privileged operation -- cevans
  1431.  */
  1432. as->suser = capable(CAP_SYS_ADMIN);
  1433. as->writer = (filp->f_mode & FMODE_WRITE) == FMODE_WRITE;
  1434. as->reader = (filp->f_mode & FMODE_READ) == FMODE_READ;
  1435. as->next = user_list;
  1436. user_list = as;
  1437. filp->private_data = as;
  1438. return 0;
  1439. }
  1440. static int apm_get_info(char *buf, char **start, off_t fpos, int length)
  1441. {
  1442. char * p;
  1443. unsigned short bx;
  1444. unsigned short cx;
  1445. unsigned short dx;
  1446. int error;
  1447. unsigned short  ac_line_status = 0xff;
  1448. unsigned short  battery_status = 0xff;
  1449. unsigned short  battery_flag   = 0xff;
  1450. int percentage     = -1;
  1451. int             time_units     = -1;
  1452. char            *units         = "?";
  1453. p = buf;
  1454. if ((smp_num_cpus == 1) &&
  1455.     !(error = apm_get_power_status(&bx, &cx, &dx))) {
  1456. ac_line_status = (bx >> 8) & 0xff;
  1457. battery_status = bx & 0xff;
  1458. if ((cx & 0xff) != 0xff)
  1459. percentage = cx & 0xff;
  1460. if (apm_info.connection_version > 0x100) {
  1461. battery_flag = (cx >> 8) & 0xff;
  1462. if (dx != 0xffff) {
  1463. units = (dx & 0x8000) ? "min" : "sec";
  1464. time_units = dx & 0x7fff;
  1465. }
  1466. }
  1467. }
  1468. /* Arguments, with symbols from linux/apm_bios.h.  Information is
  1469.    from the Get Power Status (0x0a) call unless otherwise noted.
  1470.    0) Linux driver version (this will change if format changes)
  1471.    1) APM BIOS Version.  Usually 1.0, 1.1 or 1.2.
  1472.    2) APM flags from APM Installation Check (0x00):
  1473.       bit 0: APM_16_BIT_SUPPORT
  1474.       bit 1: APM_32_BIT_SUPPORT
  1475.       bit 2: APM_IDLE_SLOWS_CLOCK
  1476.       bit 3: APM_BIOS_DISABLED
  1477.       bit 4: APM_BIOS_DISENGAGED
  1478.    3) AC line status
  1479.       0x00: Off-line
  1480.       0x01: On-line
  1481.       0x02: On backup power (BIOS >= 1.1 only)
  1482.       0xff: Unknown
  1483.    4) Battery status
  1484.       0x00: High
  1485.       0x01: Low
  1486.       0x02: Critical
  1487.       0x03: Charging
  1488.       0x04: Selected battery not present (BIOS >= 1.2 only)
  1489.       0xff: Unknown
  1490.    5) Battery flag
  1491.       bit 0: High
  1492.       bit 1: Low
  1493.       bit 2: Critical
  1494.       bit 3: Charging
  1495.       bit 7: No system battery
  1496.       0xff: Unknown
  1497.    6) Remaining battery life (percentage of charge):
  1498.       0-100: valid
  1499.       -1: Unknown
  1500.    7) Remaining battery life (time units):
  1501.       Number of remaining minutes or seconds
  1502.       -1: Unknown
  1503.    8) min = minutes; sec = seconds */
  1504. p += sprintf(p, "%s %d.%d 0x%02x 0x%02x 0x%02x 0x%02x %d%% %d %sn",
  1505.      driver_version,
  1506.      (apm_info.bios.version >> 8) & 0xff,
  1507.      apm_info.bios.version & 0xff,
  1508.      apm_info.bios.flags,
  1509.      ac_line_status,
  1510.      battery_status,
  1511.      battery_flag,
  1512.      percentage,
  1513.      time_units,
  1514.      units);
  1515. return p - buf;
  1516. }
  1517. static int apm(void *unused)
  1518. {
  1519. unsigned short bx;
  1520. unsigned short cx;
  1521. unsigned short dx;
  1522. int error;
  1523. char * power_stat;
  1524. char * bat_stat;
  1525. kapmd_running = 1;
  1526. daemonize();
  1527. strcpy(current->comm, "kapmd");
  1528. sigfillset(&current->blocked);
  1529. if (apm_info.connection_version == 0) {
  1530. apm_info.connection_version = apm_info.bios.version;
  1531. if (apm_info.connection_version > 0x100) {
  1532. /*
  1533.  * We only support BIOSs up to version 1.2
  1534.  */
  1535. if (apm_info.connection_version > 0x0102)
  1536. apm_info.connection_version = 0x0102;
  1537. error = apm_driver_version(&apm_info.connection_version);
  1538. if (error != APM_SUCCESS) {
  1539. apm_error("driver version", error);
  1540. /* Fall back to an APM 1.0 connection. */
  1541. apm_info.connection_version = 0x100;
  1542. }
  1543. }
  1544. }
  1545. if (debug)
  1546. printk(KERN_INFO "apm: Connection version %d.%dn",
  1547. (apm_info.connection_version >> 8) & 0xff,
  1548. apm_info.connection_version & 0xff);
  1549. #ifdef CONFIG_APM_DO_ENABLE
  1550. if (apm_info.bios.flags & APM_BIOS_DISABLED) {
  1551. /*
  1552.  * This call causes my NEC UltraLite Versa 33/C to hang if it
  1553.  * is booted with PM disabled but not in the docking station.
  1554.  * Unfortunate ...
  1555.  */
  1556. error = apm_enable_power_management(1);
  1557. if (error) {
  1558. apm_error("enable power management", error);
  1559. return -1;
  1560. }
  1561. }
  1562. #endif
  1563. if ((apm_info.bios.flags & APM_BIOS_DISENGAGED)
  1564.     && (apm_info.connection_version > 0x0100)) {
  1565. error = apm_engage_power_management(APM_DEVICE_ALL, 1);
  1566. if (error) {
  1567. apm_error("engage power management", error);
  1568. return -1;
  1569. }
  1570. }
  1571. if (debug && (smp_num_cpus == 1)) {
  1572. error = apm_get_power_status(&bx, &cx, &dx);
  1573. if (error)
  1574. printk(KERN_INFO "apm: power status not availablen");
  1575. else {
  1576. switch ((bx >> 8) & 0xff) {
  1577. case 0: power_stat = "off line"; break;
  1578. case 1: power_stat = "on line"; break;
  1579. case 2: power_stat = "on backup power"; break;
  1580. default: power_stat = "unknown"; break;
  1581. }
  1582. switch (bx & 0xff) {
  1583. case 0: bat_stat = "high"; break;
  1584. case 1: bat_stat = "low"; break;
  1585. case 2: bat_stat = "critical"; break;
  1586. case 3: bat_stat = "charging"; break;
  1587. default: bat_stat = "unknown"; break;
  1588. }
  1589. printk(KERN_INFO
  1590.        "apm: AC %s, battery status %s, battery life ",
  1591.        power_stat, bat_stat);
  1592. if ((cx & 0xff) == 0xff)
  1593. printk("unknownn");
  1594. else
  1595. printk("%d%%n", cx & 0xff);
  1596. if (apm_info.connection_version > 0x100) {
  1597. printk(KERN_INFO
  1598.        "apm: battery flag 0x%02x, battery life ",
  1599.        (cx >> 8) & 0xff);
  1600. if (dx == 0xffff)
  1601. printk("unknownn");
  1602. else
  1603. printk("%d %sn", dx & 0x7fff,
  1604. (dx & 0x8000) ?
  1605. "minutes" : "seconds");
  1606. }
  1607. }
  1608. }
  1609. /* Install our power off handler.. */
  1610. if (power_off)
  1611. pm_power_off = apm_power_off;
  1612. register_sysrq_key('o', &sysrq_poweroff_op);
  1613. if (smp_num_cpus == 1) {
  1614. #if defined(CONFIG_APM_DISPLAY_BLANK) && defined(CONFIG_VT)
  1615. console_blank_hook = apm_console_blank;
  1616. #endif
  1617. apm_mainloop();
  1618. #if defined(CONFIG_APM_DISPLAY_BLANK) && defined(CONFIG_VT)
  1619. console_blank_hook = NULL;
  1620. #endif
  1621. }
  1622. kapmd_running = 0;
  1623. return 0;
  1624. }
  1625. #ifndef MODULE
  1626. static int __init apm_setup(char *str)
  1627. {
  1628. int invert;
  1629. while ((str != NULL) && (*str != '')) {
  1630. if (strncmp(str, "off", 3) == 0)
  1631. apm_disabled = 1;
  1632. if (strncmp(str, "on", 2) == 0)
  1633. apm_disabled = 0;
  1634. if ((strncmp(str, "bounce-interval=", 16) == 0) ||
  1635.     (strncmp(str, "bounce_interval=", 16) == 0))
  1636. bounce_interval = simple_strtol(str + 16, NULL, 0);
  1637. if ((strncmp(str, "idle-threshold=", 15) == 0) ||
  1638.     (strncmp(str, "idle_threshold=", 15) == 0))
  1639. idle_threshold = simple_strtol(str + 15, NULL, 0);
  1640. if ((strncmp(str, "idle-period=", 12) == 0) ||
  1641.     (strncmp(str, "idle_period=", 12) == 0))
  1642. idle_threshold = simple_strtol(str + 15, NULL, 0);
  1643. invert = (strncmp(str, "no-", 3) == 0) ||
  1644. (strncmp(str, "no_", 3) == 0);
  1645. if (invert)
  1646. str += 3;
  1647. if (strncmp(str, "debug", 5) == 0)
  1648. debug = !invert;
  1649. if ((strncmp(str, "power-off", 9) == 0) ||
  1650.     (strncmp(str, "power_off", 9) == 0))
  1651. power_off = !invert;
  1652. if ((strncmp(str, "allow-ints", 10) == 0) ||
  1653.     (strncmp(str, "allow_ints", 10) == 0))
  1654.   apm_info.allow_ints = !invert;
  1655. if ((strncmp(str, "broken-psr", 10) == 0) ||
  1656.     (strncmp(str, "broken_psr", 10) == 0))
  1657. apm_info.get_power_status_broken = !invert;
  1658. if ((strncmp(str, "realmode-power-off", 18) == 0) ||
  1659.     (strncmp(str, "realmode_power_off", 18) == 0))
  1660. apm_info.realmode_power_off = !invert;
  1661. str = strchr(str, ',');
  1662. if (str != NULL)
  1663. str += strspn(str, ", t");
  1664. }
  1665. return 1;
  1666. }
  1667. __setup("apm=", apm_setup);
  1668. #endif
  1669. static struct file_operations apm_bios_fops = {
  1670. owner: THIS_MODULE,
  1671. read: do_read,
  1672. poll: do_poll,
  1673. ioctl: do_ioctl,
  1674. open: do_open,
  1675. release: do_release,
  1676. };
  1677. static struct miscdevice apm_device = {
  1678. APM_MINOR_DEV,
  1679. "apm_bios",
  1680. &apm_bios_fops
  1681. };
  1682. /*
  1683.  * Just start the APM thread. We do NOT want to do APM BIOS
  1684.  * calls from anything but the APM thread, if for no other reason
  1685.  * than the fact that we don't trust the APM BIOS. This way,
  1686.  * most common APM BIOS problems that lead to protection errors
  1687.  * etc will have at least some level of being contained...
  1688.  *
  1689.  * In short, if something bad happens, at least we have a choice
  1690.  * of just killing the apm thread..
  1691.  */
  1692. static int __init apm_init(void)
  1693. {
  1694. struct proc_dir_entry *apm_proc;
  1695. if (apm_info.bios.version == 0) {
  1696. printk(KERN_INFO "apm: BIOS not found.n");
  1697. return -ENODEV;
  1698. }
  1699. printk(KERN_INFO
  1700. "apm: BIOS version %d.%d Flags 0x%02x (Driver version %s)n",
  1701. ((apm_info.bios.version >> 8) & 0xff),
  1702. (apm_info.bios.version & 0xff),
  1703. apm_info.bios.flags,
  1704. driver_version);
  1705. if ((apm_info.bios.flags & APM_32_BIT_SUPPORT) == 0) {
  1706. printk(KERN_INFO "apm: no 32 bit BIOS supportn");
  1707. return -ENODEV;
  1708. }
  1709. if (allow_ints)
  1710. apm_info.allow_ints = 1;
  1711. if (broken_psr)
  1712. apm_info.get_power_status_broken = 1;
  1713. if (realmode_power_off)
  1714. apm_info.realmode_power_off = 1;
  1715. /* User can override, but default is to trust DMI */
  1716. if (apm_disabled != -1)
  1717. apm_info.disabled = apm_disabled;
  1718. /*
  1719.  * Fix for the Compaq Contura 3/25c which reports BIOS version 0.1
  1720.  * but is reportedly a 1.0 BIOS.
  1721.  */
  1722. if (apm_info.bios.version == 0x001)
  1723. apm_info.bios.version = 0x100;
  1724. /* BIOS < 1.2 doesn't set cseg_16_len */
  1725. if (apm_info.bios.version < 0x102)
  1726. apm_info.bios.cseg_16_len = 0; /* 64k */
  1727. if (debug) {
  1728. printk(KERN_INFO "apm: entry %x:%lx cseg16 %x dseg %x",
  1729. apm_info.bios.cseg, apm_info.bios.offset,
  1730. apm_info.bios.cseg_16, apm_info.bios.dseg);
  1731. if (apm_info.bios.version > 0x100)
  1732. printk(" cseg len %x, dseg len %x",
  1733. apm_info.bios.cseg_len,
  1734. apm_info.bios.dseg_len);
  1735. if (apm_info.bios.version > 0x101)
  1736. printk(" cseg16 len %x", apm_info.bios.cseg_16_len);
  1737. printk("n");
  1738. }
  1739. if (apm_info.disabled) {
  1740. printk(KERN_NOTICE "apm: disabled on user request.n");
  1741. return -ENODEV;
  1742. }
  1743. if ((smp_num_cpus > 1) && !power_off) {
  1744. printk(KERN_NOTICE "apm: disabled - APM is not SMP safe.n");
  1745. return -ENODEV;
  1746. }
  1747. if (PM_IS_ACTIVE()) {
  1748. printk(KERN_NOTICE "apm: overridden by ACPI.n");
  1749. return -ENODEV;
  1750. }
  1751. pm_active = 1;
  1752. /*
  1753.  * Set up a segment that references the real mode segment 0x40
  1754.  * that extends up to the end of page zero (that we have reserved).
  1755.  * This is for buggy BIOS's that refer to (real mode) segment 0x40
  1756.  * even though they are called in protected mode.
  1757.  */
  1758. set_base(gdt[APM_40 >> 3],
  1759.  __va((unsigned long)0x40 << 4));
  1760. _set_limit((char *)&gdt[APM_40 >> 3], 4095 - (0x40 << 4));
  1761. apm_bios_entry.offset = apm_info.bios.offset;
  1762. apm_bios_entry.segment = APM_CS;
  1763. set_base(gdt[APM_CS >> 3],
  1764.  __va((unsigned long)apm_info.bios.cseg << 4));
  1765. set_base(gdt[APM_CS_16 >> 3],
  1766.  __va((unsigned long)apm_info.bios.cseg_16 << 4));
  1767. set_base(gdt[APM_DS >> 3],
  1768.  __va((unsigned long)apm_info.bios.dseg << 4));
  1769. #ifndef APM_RELAX_SEGMENTS
  1770. if (apm_info.bios.version == 0x100) {
  1771. #endif
  1772. /* For ASUS motherboard, Award BIOS rev 110 (and others?) */
  1773. _set_limit((char *)&gdt[APM_CS >> 3], 64 * 1024 - 1);
  1774. /* For some unknown machine. */
  1775. _set_limit((char *)&gdt[APM_CS_16 >> 3], 64 * 1024 - 1);
  1776. /* For the DEC Hinote Ultra CT475 (and others?) */
  1777. _set_limit((char *)&gdt[APM_DS >> 3], 64 * 1024 - 1);
  1778. #ifndef APM_RELAX_SEGMENTS
  1779. } else {
  1780. _set_limit((char *)&gdt[APM_CS >> 3],
  1781. (apm_info.bios.cseg_len - 1) & 0xffff);
  1782. _set_limit((char *)&gdt[APM_CS_16 >> 3],
  1783. (apm_info.bios.cseg_16_len - 1) & 0xffff);
  1784. _set_limit((char *)&gdt[APM_DS >> 3],
  1785. (apm_info.bios.dseg_len - 1) & 0xffff);
  1786. }
  1787. #endif
  1788. apm_proc = create_proc_info_entry("apm", 0, NULL, apm_get_info);
  1789. if (apm_proc)
  1790. SET_MODULE_OWNER(apm_proc);
  1791. kernel_thread(apm, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND | SIGCHLD);
  1792. if (smp_num_cpus > 1) {
  1793. printk(KERN_NOTICE
  1794.    "apm: disabled - APM is not SMP safe (power off active).n");
  1795. return 0;
  1796. }
  1797. misc_register(&apm_device);
  1798. if (HZ != 100)
  1799. idle_period = (idle_period * HZ) / 100;
  1800. if (idle_threshold < 100) {
  1801. sys_idle = pm_idle;
  1802. pm_idle  = apm_cpu_idle;
  1803. set_pm_idle = 1;
  1804. }
  1805. return 0;
  1806. }
  1807. static void __exit apm_exit(void)
  1808. {
  1809. int error;
  1810. if (set_pm_idle)
  1811. pm_idle = sys_idle;
  1812. if (((apm_info.bios.flags & APM_BIOS_DISENGAGED) == 0)
  1813.     && (apm_info.connection_version > 0x0100)) {
  1814. error = apm_engage_power_management(APM_DEVICE_ALL, 0);
  1815. if (error)
  1816. apm_error("disengage power management", error);
  1817. }
  1818. misc_deregister(&apm_device);
  1819. remove_proc_entry("apm", NULL);
  1820. unregister_sysrq_key('o',&sysrq_poweroff_op);
  1821. if (power_off)
  1822. pm_power_off = NULL;
  1823. exit_kapmd = 1;
  1824. while (kapmd_running)
  1825. schedule();
  1826. pm_active = 0;
  1827. }
  1828. module_init(apm_init);
  1829. module_exit(apm_exit);
  1830. MODULE_AUTHOR("Stephen Rothwell");
  1831. MODULE_DESCRIPTION("Advanced Power Management");
  1832. MODULE_LICENSE("GPL");
  1833. MODULE_PARM(debug, "i");
  1834. MODULE_PARM_DESC(debug, "Enable debug mode");
  1835. MODULE_PARM(power_off, "i");
  1836. MODULE_PARM_DESC(power_off, "Enable power off");
  1837. MODULE_PARM(bounce_interval, "i");
  1838. MODULE_PARM_DESC(bounce_interval,
  1839. "Set the number of ticks to ignore suspend bounces");
  1840. MODULE_PARM(allow_ints, "i");
  1841. MODULE_PARM_DESC(allow_ints, "Allow interrupts during BIOS calls");
  1842. MODULE_PARM(broken_psr, "i");
  1843. MODULE_PARM_DESC(broken_psr, "BIOS has a broken GetPowerStatus call");
  1844. MODULE_PARM(realmode_power_off, "i");
  1845. MODULE_PARM_DESC(realmode_power_off,
  1846. "Switch to real mode before powering off");
  1847. MODULE_PARM(idle_threshold, "i");
  1848. MODULE_PARM_DESC(idle_threshold,
  1849. "System idle percentage above which to make APM BIOS idle calls");
  1850. MODULE_PARM(idle_period, "i");
  1851. MODULE_PARM_DESC(idle_period,
  1852. "Period (in sec/100) over which to caculate the idle percentage");
  1853. EXPORT_NO_SYMBOLS;