apm.c
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:57k
源码类别:

Linux/Unix编程

开发平台:

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 as 1 to make the driver always call the APM BIOS busy
  269.  * routine even if the clock was not reported as slowed by the
  270.  * idle routine.  Otherwise, define as 0.
  271.  */
  272. #define ALWAYS_CALL_BUSY   1
  273. /*
  274.  * Define to make the APM BIOS calls zero all data segment registers (so
  275.  * that an incorrect BIOS implementation will cause a kernel panic if it
  276.  * tries to write to arbitrary memory).
  277.  */
  278. #define APM_ZERO_SEGS
  279. /*
  280.  * Define to make all _set_limit calls use 64k limits.  The APM 1.1 BIOS is
  281.  * supposed to provide limit information that it recognizes.  Many machines
  282.  * do this correctly, but many others do not restrict themselves to their
  283.  * claimed limit.  When this happens, they will cause a segmentation
  284.  * violation in the kernel at boot time.  Most BIOS's, however, will
  285.  * respect a 64k limit, so we use that.  If you want to be pedantic and
  286.  * hold your BIOS to its claims, then undefine this.
  287.  */
  288. #define APM_RELAX_SEGMENTS
  289. /*
  290.  * Define to re-initialize the interrupt 0 timer to 100 Hz after a suspend.
  291.  * This patched by Chad Miller <cmiller@surfsouth.com>, original code by
  292.  * David Chen <chen@ctpa04.mit.edu>
  293.  */
  294. #undef INIT_TIMER_AFTER_SUSPEND
  295. #ifdef INIT_TIMER_AFTER_SUSPEND
  296. #include <linux/timex.h>
  297. #include <asm/io.h>
  298. #include <linux/delay.h>
  299. #endif
  300. /*
  301.  * Need to poll the APM BIOS every second
  302.  */
  303. #define APM_CHECK_TIMEOUT (HZ)
  304. /*
  305.  * Ignore suspend events for this amount of time after a resume
  306.  */
  307. #define DEFAULT_BOUNCE_INTERVAL (3 * HZ)
  308. /*
  309.  * Save a segment register away
  310.  */
  311. #define savesegment(seg, where) 
  312. __asm__ __volatile__("movl %%" #seg ",%0" : "=m" (where))
  313. /*
  314.  * Maximum number of events stored
  315.  */
  316. #define APM_MAX_EVENTS 20
  317. /*
  318.  * The per-file APM data
  319.  */
  320. struct apm_user {
  321. int magic;
  322. struct apm_user * next;
  323. int suser: 1;
  324. int writer: 1;
  325. int reader: 1;
  326. int suspend_wait: 1;
  327. int suspend_result;
  328. int suspends_pending;
  329. int standbys_pending;
  330. int suspends_read;
  331. int standbys_read;
  332. int event_head;
  333. int event_tail;
  334. apm_event_t events[APM_MAX_EVENTS];
  335. };
  336. /*
  337.  * The magic number in apm_user
  338.  */
  339. #define APM_BIOS_MAGIC 0x4101
  340. /*
  341.  * idle percentage above which bios idle calls are done
  342.  */
  343. #ifdef CONFIG_APM_CPU_IDLE
  344. #define DEFAULT_IDLE_THRESHOLD 95
  345. #else
  346. #define DEFAULT_IDLE_THRESHOLD 100
  347. #endif
  348. #define DEFAULT_IDLE_PERIOD (100 / 3)
  349. /*
  350.  * Local variables
  351.  */
  352. static struct {
  353. unsigned long offset;
  354. unsigned short segment;
  355. } apm_bios_entry;
  356. static int clock_slowed;
  357. static int idle_threshold = DEFAULT_IDLE_THRESHOLD;
  358. static int idle_period = DEFAULT_IDLE_PERIOD;
  359. static int set_pm_idle;
  360. static int suspends_pending;
  361. static int standbys_pending;
  362. static int ignore_sys_suspend;
  363. static int ignore_normal_resume;
  364. static int bounce_interval = DEFAULT_BOUNCE_INTERVAL;
  365. #ifdef CONFIG_APM_RTC_IS_GMT
  366. # define clock_cmos_diff 0
  367. # define got_clock_diff 1
  368. #else
  369. static long clock_cmos_diff;
  370. static int got_clock_diff;
  371. #endif
  372. static int debug;
  373. static int apm_disabled = -1;
  374. #ifdef CONFIG_SMP
  375. static int power_off;
  376. #else
  377. static int power_off = 1;
  378. #endif
  379. #ifdef CONFIG_APM_REAL_MODE_POWER_OFF
  380. static int realmode_power_off = 1;
  381. #else
  382. static int realmode_power_off;
  383. #endif
  384. static int exit_kapmd;
  385. static int kapmd_running;
  386. #ifdef CONFIG_APM_ALLOW_INTS
  387. static int allow_ints = 1;
  388. #else
  389. static int allow_ints;
  390. #endif
  391. static int broken_psr;
  392. static DECLARE_WAIT_QUEUE_HEAD(apm_waitqueue);
  393. static DECLARE_WAIT_QUEUE_HEAD(apm_suspend_waitqueue);
  394. static struct apm_user * user_list;
  395. static char driver_version[] = "1.16"; /* no spaces */
  396. /*
  397.  * APM event names taken from the APM 1.2 specification. These are
  398.  * the message codes that the BIOS uses to tell us about events
  399.  */
  400. static char * apm_event_name[] = {
  401. "system standby",
  402. "system suspend",
  403. "normal resume",
  404. "critical resume",
  405. "low battery",
  406. "power status change",
  407. "update time",
  408. "critical suspend",
  409. "user standby",
  410. "user suspend",
  411. "system standby resume",
  412. "capabilities change"
  413. };
  414. #define NR_APM_EVENT_NAME
  415. (sizeof(apm_event_name) / sizeof(apm_event_name[0]))
  416. typedef struct lookup_t {
  417. int key;
  418. char * msg;
  419. } lookup_t;
  420. /*
  421.  * The BIOS returns a set of standard error codes in AX when the
  422.  * carry flag is set.
  423.  */
  424.  
  425. static const lookup_t error_table[] = {
  426. /* N/A { APM_SUCCESS, "Operation succeeded" }, */
  427. { APM_DISABLED, "Power management disabled" },
  428. { APM_CONNECTED, "Real mode interface already connected" },
  429. { APM_NOT_CONNECTED, "Interface not connected" },
  430. { APM_16_CONNECTED, "16 bit interface already connected" },
  431. /* N/A { APM_16_UNSUPPORTED, "16 bit interface not supported" }, */
  432. { APM_32_CONNECTED, "32 bit interface already connected" },
  433. { APM_32_UNSUPPORTED, "32 bit interface not supported" },
  434. { APM_BAD_DEVICE, "Unrecognized device ID" },
  435. { APM_BAD_PARAM, "Parameter out of range" },
  436. { APM_NOT_ENGAGED, "Interface not engaged" },
  437. { APM_BAD_FUNCTION,     "Function not supported" },
  438. { APM_RESUME_DISABLED, "Resume timer disabled" },
  439. { APM_BAD_STATE, "Unable to enter requested state" },
  440. /* N/A { APM_NO_EVENTS, "No events pending" }, */
  441. { APM_NO_ERROR, "BIOS did not set a return code" },
  442. { APM_NOT_PRESENT, "No APM present" }
  443. };
  444. #define ERROR_COUNT (sizeof(error_table)/sizeof(lookup_t))
  445. /**
  446.  * apm_error - display an APM error
  447.  * @str: information string
  448.  * @err: APM BIOS return code
  449.  *
  450.  * Write a meaningful log entry to the kernel log in the event of
  451.  * an APM error.
  452.  */
  453.  
  454. static void apm_error(char *str, int err)
  455. {
  456. int i;
  457. for (i = 0; i < ERROR_COUNT; i++)
  458. if (error_table[i].key == err) break;
  459. if (i < ERROR_COUNT)
  460. printk(KERN_NOTICE "apm: %s: %sn", str, error_table[i].msg);
  461. else
  462. printk(KERN_NOTICE "apm: %s: unknown error code %#2.2xn",
  463. str, err);
  464. }
  465. /*
  466.  * These are the actual BIOS calls.  Depending on APM_ZERO_SEGS and
  467.  * apm_info.allow_ints, we are being really paranoid here!  Not only
  468.  * are interrupts disabled, but all the segment registers (except SS)
  469.  * are saved and zeroed this means that if the BIOS tries to reference
  470.  * any data without explicitly loading the segment registers, the kernel
  471.  * will fault immediately rather than have some unforeseen circumstances
  472.  * for the rest of the kernel.  And it will be very obvious!  :-) Doing
  473.  * this depends on CS referring to the same physical memory as DS so that
  474.  * DS can be zeroed before the call. Unfortunately, we can't do anything
  475.  * about the stack segment/pointer.  Also, we tell the compiler that
  476.  * everything could change.
  477.  *
  478.  * Also, we KNOW that for the non error case of apm_bios_call, there
  479.  * is no useful data returned in the low order 8 bits of eax.
  480.  */
  481. #define APM_DO_CLI
  482. if (apm_info.allow_ints) 
  483. __sti(); 
  484. else 
  485. __cli();
  486. #ifdef APM_ZERO_SEGS
  487. # define APM_DECL_SEGS 
  488. unsigned int saved_fs; unsigned int saved_gs;
  489. # define APM_DO_SAVE_SEGS 
  490. savesegment(fs, saved_fs); savesegment(gs, saved_gs)
  491. # define APM_DO_ZERO_SEGS 
  492. "pushl %%dsnt" 
  493. "pushl %%esnt" 
  494. "xorl %%edx, %%edxnt" 
  495. "mov %%dx, %%dsnt" 
  496. "mov %%dx, %%esnt" 
  497. "mov %%dx, %%fsnt" 
  498. "mov %%dx, %%gsnt"
  499. # define APM_DO_POP_SEGS 
  500. "popl %%esnt" 
  501. "popl %%dsnt"
  502. # define APM_DO_RESTORE_SEGS 
  503. loadsegment(fs, saved_fs); loadsegment(gs, saved_gs)
  504. #else
  505. # define APM_DECL_SEGS
  506. # define APM_DO_SAVE_SEGS
  507. # define APM_DO_ZERO_SEGS
  508. # define APM_DO_POP_SEGS
  509. # define APM_DO_RESTORE_SEGS
  510. #endif
  511. /**
  512.  * apm_bios_call - Make an APM BIOS 32bit call
  513.  * @func: APM function to execute
  514.  * @ebx_in: EBX register for call entry
  515.  * @ecx_in: ECX register for call entry
  516.  * @eax: EAX register return
  517.  * @ebx: EBX register return
  518.  * @ecx: ECX register return
  519.  * @edx: EDX register return
  520.  * @esi: ESI register return
  521.  *
  522.  * Make an APM call using the 32bit protected mode interface. The
  523.  * caller is responsible for knowing if APM BIOS is configured and
  524.  * enabled. This call can disable interrupts for a long period of
  525.  * time on some laptops.  The return value is in AH and the carry
  526.  * flag is loaded into AL.  If there is an error, then the error
  527.  * code is returned in AH (bits 8-15 of eax) and this function
  528.  * returns non-zero.
  529.  */
  530.  
  531. static u8 apm_bios_call(u32 func, u32 ebx_in, u32 ecx_in,
  532. u32 *eax, u32 *ebx, u32 *ecx, u32 *edx, u32 *esi)
  533. {
  534. APM_DECL_SEGS
  535. unsigned long flags;
  536. __save_flags(flags);
  537. APM_DO_CLI;
  538. APM_DO_SAVE_SEGS;
  539. /*
  540.  * N.B. We do NOT need a cld after the BIOS call
  541.  * because we always save and restore the flags.
  542.  */
  543. __asm__ __volatile__(APM_DO_ZERO_SEGS
  544. "pushl %%edint"
  545. "pushl %%ebpnt"
  546. "lcall %%cs:" SYMBOL_NAME_STR(apm_bios_entry) "nt"
  547. "setc %%alnt"
  548. "popl %%ebpnt"
  549. "popl %%edint"
  550. APM_DO_POP_SEGS
  551. : "=a" (*eax), "=b" (*ebx), "=c" (*ecx), "=d" (*edx),
  552.   "=S" (*esi)
  553. : "a" (func), "b" (ebx_in), "c" (ecx_in)
  554. : "memory", "cc");
  555. APM_DO_RESTORE_SEGS;
  556. __restore_flags(flags);
  557. return *eax & 0xff;
  558. }
  559. /**
  560.  * apm_bios_call_simple - make a simple APM BIOS 32bit call
  561.  * @func: APM function to invoke
  562.  * @ebx_in: EBX register value for BIOS call
  563.  * @ecx_in: ECX register value for BIOS call
  564.  * @eax: EAX register on return from the BIOS call
  565.  *
  566.  * Make a BIOS call that does only returns one value, or just status.
  567.  * If there is an error, then the error code is returned in AH
  568.  * (bits 8-15 of eax) and this function returns non-zero. This is
  569.  * used for simpler BIOS operations. This call may hold interrupts
  570.  * off for a long time on some laptops.
  571.  */
  572. static u8 apm_bios_call_simple(u32 func, u32 ebx_in, u32 ecx_in, u32 *eax)
  573. {
  574. u8 error;
  575. APM_DECL_SEGS
  576. unsigned long flags;
  577. __save_flags(flags);
  578. APM_DO_CLI;
  579. APM_DO_SAVE_SEGS;
  580. {
  581. int cx, dx, si;
  582. /*
  583.  * N.B. We do NOT need a cld after the BIOS call
  584.  * because we always save and restore the flags.
  585.  */
  586. __asm__ __volatile__(APM_DO_ZERO_SEGS
  587. "pushl %%edint"
  588. "pushl %%ebpnt"
  589. "lcall %%cs:" SYMBOL_NAME_STR(apm_bios_entry) "nt"
  590. "setc %%blnt"
  591. "popl %%ebpnt"
  592. "popl %%edint"
  593. APM_DO_POP_SEGS
  594. : "=a" (*eax), "=b" (error), "=c" (cx), "=d" (dx),
  595.   "=S" (si)
  596. : "a" (func), "b" (ebx_in), "c" (ecx_in)
  597. : "memory", "cc");
  598. }
  599. APM_DO_RESTORE_SEGS;
  600. __restore_flags(flags);
  601. return error;
  602. }
  603. /**
  604.  * apm_driver_version - APM driver version
  605.  * @val: loaded with the APM version on return
  606.  *
  607.  * Retrieve the APM version supported by the BIOS. This is only
  608.  * supported for APM 1.1 or higher. An error indicates APM 1.0 is
  609.  * probably present.
  610.  *
  611.  * On entry val should point to a value indicating the APM driver
  612.  * version with the high byte being the major and the low byte the
  613.  * minor number both in BCD
  614.  *
  615.  * On return it will hold the BIOS revision supported in the
  616.  * same format.
  617.  */
  618. static int __init apm_driver_version(u_short *val)
  619. {
  620. u32 eax;
  621. if (apm_bios_call_simple(APM_FUNC_VERSION, 0, *val, &eax))
  622. return (eax >> 8) & 0xff;
  623. *val = eax;
  624. return APM_SUCCESS;
  625. }
  626. /**
  627.  * apm_get_event - get an APM event from the BIOS
  628.  * @event: pointer to the event
  629.  * @info: point to the event information
  630.  *
  631.  * The APM BIOS provides a polled information for event
  632.  * reporting. The BIOS expects to be polled at least every second
  633.  * when events are pending. When a message is found the caller should
  634.  * poll until no more messages are present.  However, this causes
  635.  * problems on some laptops where a suspend event notification is
  636.  * not cleared until it is acknowledged.
  637.  *
  638.  * Additional information is returned in the info pointer, providing
  639.  * that APM 1.2 is in use. If no messges are pending the value 0x80
  640.  * is returned (No power management events pending).
  641.  */
  642.  
  643. static int apm_get_event(apm_event_t *event, apm_eventinfo_t *info)
  644. {
  645. u32 eax;
  646. u32 ebx;
  647. u32 ecx;
  648. u32 dummy;
  649. if (apm_bios_call(APM_FUNC_GET_EVENT, 0, 0, &eax, &ebx, &ecx,
  650. &dummy, &dummy))
  651. return (eax >> 8) & 0xff;
  652. *event = ebx;
  653. if (apm_info.connection_version < 0x0102)
  654. *info = ~0; /* indicate info not valid */
  655. else
  656. *info = ecx;
  657. return APM_SUCCESS;
  658. }
  659. /**
  660.  * set_power_state - set the power management state
  661.  * @what: which items to transition
  662.  * @state: state to transition to
  663.  *
  664.  * Request an APM change of state for one or more system devices. The
  665.  * processor state must be transitioned last of all. what holds the
  666.  * class of device in the upper byte and the device number (0xFF for
  667.  * all) for the object to be transitioned.
  668.  *
  669.  * The state holds the state to transition to, which may in fact
  670.  * be an acceptance of a BIOS requested state change.
  671.  */
  672.  
  673. static int set_power_state(u_short what, u_short state)
  674. {
  675. u32 eax;
  676. if (apm_bios_call_simple(APM_FUNC_SET_STATE, what, state, &eax))
  677. return (eax >> 8) & 0xff;
  678. return APM_SUCCESS;
  679. }
  680. /**
  681.  * set_system_power_state - set system wide power state
  682.  * @state: which state to enter
  683.  *
  684.  * Transition the entire system into a new APM power state.
  685.  */
  686.  
  687. static int set_system_power_state(u_short state)
  688. {
  689. return set_power_state(APM_DEVICE_ALL, state);
  690. }
  691. /**
  692.  * apm_do_idle - perform power saving
  693.  *
  694.  * This function notifies the BIOS that the processor is (in the view
  695.  * of the OS) idle. It returns -1 in the event that the BIOS refuses
  696.  * to handle the idle request. On a success the function returns 1
  697.  * if the BIOS did clock slowing or 0 otherwise.
  698.  */
  699.  
  700. static int apm_do_idle(void)
  701. {
  702. u32 eax;
  703. if (apm_bios_call_simple(APM_FUNC_IDLE, 0, 0, &eax)) {
  704. static unsigned long t;
  705. if (time_after(jiffies, t + 10 * HZ)) {
  706. printk(KERN_DEBUG "apm_do_idle failed (%d)n",
  707. (eax >> 8) & 0xff);
  708. t = jiffies;
  709. }
  710. return -1;
  711. }
  712. clock_slowed = (apm_info.bios.flags & APM_IDLE_SLOWS_CLOCK) != 0;
  713. return clock_slowed;
  714. }
  715. /**
  716.  * apm_do_busy - inform the BIOS the CPU is busy
  717.  *
  718.  * Request that the BIOS brings the CPU back to full performance. 
  719.  */
  720.  
  721. static void apm_do_busy(void)
  722. {
  723. u32 dummy;
  724. if (clock_slowed || ALWAYS_CALL_BUSY) {
  725. (void) apm_bios_call_simple(APM_FUNC_BUSY, 0, 0, &dummy);
  726. clock_slowed = 0;
  727. }
  728. }
  729. /*
  730.  * If no process has really been interested in
  731.  * the CPU for some time, we want to call BIOS
  732.  * power management - we probably want
  733.  * to conserve power.
  734.  */
  735. #define IDLE_CALC_LIMIT   (HZ * 100)
  736. #define IDLE_LEAKY_MAX    16
  737. static void (*original_pm_idle)(void);
  738. extern void default_idle(void);
  739. /**
  740.  * apm_cpu_idle - cpu idling for APM capable Linux
  741.  *
  742.  * This is the idling function the kernel executes when APM is available. It 
  743.  * tries to do BIOS powermanagement based on the average system idle time.
  744.  * Furthermore it calls the system default idle routine.
  745.  */
  746. static void apm_cpu_idle(void)
  747. {
  748. static int use_apm_idle; /* = 0 */
  749. static unsigned int last_jiffies; /* = 0 */
  750. static unsigned int last_stime; /* = 0 */
  751. int apm_idle_done = 0;
  752. unsigned int jiffies_since_last_check = jiffies - last_jiffies;
  753. unsigned int bucket;
  754. recalc:
  755. if (jiffies_since_last_check > IDLE_CALC_LIMIT) {
  756. use_apm_idle = 0;
  757. last_jiffies = jiffies;
  758. last_stime = current->times.tms_stime;
  759. } else if (jiffies_since_last_check > idle_period) {
  760. unsigned int idle_percentage;
  761. idle_percentage = current->times.tms_stime - last_stime;
  762. idle_percentage *= 100;
  763. idle_percentage /= jiffies_since_last_check;
  764. use_apm_idle = (idle_percentage > idle_threshold);
  765. last_jiffies = jiffies;
  766. last_stime = current->times.tms_stime;
  767. }
  768. bucket = IDLE_LEAKY_MAX;
  769. while (!current->need_resched) {
  770. if (use_apm_idle) {
  771. unsigned int t;
  772. t = jiffies;
  773. switch (apm_do_idle()) {
  774. case 0: apm_idle_done = 1;
  775. if (t != jiffies) {
  776. if (bucket) {
  777. bucket = IDLE_LEAKY_MAX;
  778. continue;
  779. }
  780. } else if (bucket) {
  781. bucket--;
  782. continue;
  783. }
  784. break;
  785. case 1: apm_idle_done = 1;
  786. break;
  787. default: /* BIOS refused */
  788. break;
  789. }
  790. }
  791. if (original_pm_idle)
  792. original_pm_idle();
  793. else
  794. default_idle();
  795. jiffies_since_last_check = jiffies - last_jiffies;
  796. if (jiffies_since_last_check > idle_period)
  797. goto recalc;
  798. }
  799. if (apm_idle_done)
  800. apm_do_busy();
  801. }
  802. /**
  803.  * apm_power_off - ask the BIOS to power off
  804.  *
  805.  * Handle the power off sequence. This is the one piece of code we
  806.  * will execute even on SMP machines. In order to deal with BIOS
  807.  * bugs we support real mode APM BIOS power off calls. We also make
  808.  * the SMP call on CPU0 as some systems will only honour this call
  809.  * on their first cpu.
  810.  */
  811.  
  812. static void apm_power_off(void)
  813. {
  814. unsigned char po_bios_call[] = {
  815. 0xb8, 0x00, 0x10, /* movw  $0x1000,ax  */
  816. 0x8e, 0xd0, /* movw  ax,ss       */
  817. 0xbc, 0x00, 0xf0, /* movw  $0xf000,sp  */
  818. 0xb8, 0x07, 0x53, /* movw  $0x5307,ax  */
  819. 0xbb, 0x01, 0x00, /* movw  $0x0001,bx  */
  820. 0xb9, 0x03, 0x00, /* movw  $0x0003,cx  */
  821. 0xcd, 0x15 /* int   $0x15       */
  822. };
  823. /*
  824.  * This may be called on an SMP machine.
  825.  */
  826. #ifdef CONFIG_SMP
  827. /* Some bioses don't like being called from CPU != 0 */
  828. if (cpu_number_map(smp_processor_id()) != 0) {
  829. current->cpus_allowed = 1;
  830. schedule();
  831. if (unlikely(cpu_number_map(smp_processor_id()) != 0))
  832. BUG();
  833. }
  834. #endif
  835. if (apm_info.realmode_power_off)
  836. machine_real_restart(po_bios_call, sizeof(po_bios_call));
  837. else
  838. (void) set_system_power_state(APM_STATE_OFF);
  839. }
  840. /**
  841.  * handle_poweroff - sysrq callback for power down
  842.  * @key: key pressed (unused)
  843.  * @pt_regs: register state (unused)
  844.  * @kbd: keyboard state (unused)
  845.  * @tty: tty involved (unused)
  846.  *
  847.  * When the user hits Sys-Rq o to power down the machine this is the
  848.  * callback we use.
  849.  */
  850. void handle_poweroff (int key, struct pt_regs *pt_regs,
  851. struct kbd_struct *kbd, struct tty_struct *tty) {
  852.         apm_power_off();
  853. }
  854. struct sysrq_key_op sysrq_poweroff_op = {
  855. handler:        handle_poweroff,
  856. help_msg:       "Off",
  857. action_msg:     "Power Offn"
  858. };
  859. #ifdef CONFIG_APM_DO_ENABLE
  860. /**
  861.  * apm_enable_power_management - enable BIOS APM power management
  862.  * @enable: enable yes/no
  863.  *
  864.  * Enable or disable the APM BIOS power services. 
  865.  */
  866.  
  867. static int apm_enable_power_management(int enable)
  868. {
  869. u32 eax;
  870. if ((enable == 0) && (apm_info.bios.flags & APM_BIOS_DISENGAGED))
  871. return APM_NOT_ENGAGED;
  872. if (apm_bios_call_simple(APM_FUNC_ENABLE_PM, APM_DEVICE_BALL,
  873. enable, &eax))
  874. return (eax >> 8) & 0xff;
  875. if (enable)
  876. apm_info.bios.flags &= ~APM_BIOS_DISABLED;
  877. else
  878. apm_info.bios.flags |= APM_BIOS_DISABLED;
  879. return APM_SUCCESS;
  880. }
  881. #endif
  882. /**
  883.  * apm_get_power_status - get current power state
  884.  * @status: returned status
  885.  * @bat: battery info
  886.  * @life: estimated life
  887.  *
  888.  * Obtain the current power status from the APM BIOS. We return a
  889.  * status which gives the rough battery status, and current power
  890.  * source. The bat value returned give an estimate as a percentage
  891.  * of life and a status value for the battery. The estimated life
  892.  * if reported is a lifetime in secodnds/minutes at current powwer
  893.  * consumption.
  894.  */
  895.  
  896. static int apm_get_power_status(u_short *status, u_short *bat, u_short *life)
  897. {
  898. u32 eax;
  899. u32 ebx;
  900. u32 ecx;
  901. u32 edx;
  902. u32 dummy;
  903. if (apm_info.get_power_status_broken)
  904. return APM_32_UNSUPPORTED;
  905. if (apm_bios_call(APM_FUNC_GET_STATUS, APM_DEVICE_ALL, 0,
  906. &eax, &ebx, &ecx, &edx, &dummy))
  907. return (eax >> 8) & 0xff;
  908. *status = ebx;
  909. *bat = ecx;
  910. if (apm_info.get_power_status_swabinminutes) {
  911. *life = swab16((u16)edx);
  912. *life |= 0x8000;
  913. } else
  914. *life = edx;
  915. return APM_SUCCESS;
  916. }
  917. #if 0
  918. static int apm_get_battery_status(u_short which, u_short *status,
  919.   u_short *bat, u_short *life, u_short *nbat)
  920. {
  921. u32 eax;
  922. u32 ebx;
  923. u32 ecx;
  924. u32 edx;
  925. u32 esi;
  926. if (apm_info.connection_version < 0x0102) {
  927. /* pretend we only have one battery. */
  928. if (which != 1)
  929. return APM_BAD_DEVICE;
  930. *nbat = 1;
  931. return apm_get_power_status(status, bat, life);
  932. }
  933. if (apm_bios_call(APM_FUNC_GET_STATUS, (0x8000 | (which)), 0, &eax,
  934. &ebx, &ecx, &edx, &esi))
  935. return (eax >> 8) & 0xff;
  936. *status = ebx;
  937. *bat = ecx;
  938. *life = edx;
  939. *nbat = esi;
  940. return APM_SUCCESS;
  941. }
  942. #endif
  943. /**
  944.  * apm_engage_power_management - enable PM on a device
  945.  * @device: identity of device
  946.  * @enable: on/off
  947.  *
  948.  * Activate or deactive power management on either a specific device
  949.  * or the entire system (%APM_DEVICE_ALL).
  950.  */
  951.  
  952. static int apm_engage_power_management(u_short device, int enable)
  953. {
  954. u32 eax;
  955. if ((enable == 0) && (device == APM_DEVICE_ALL)
  956.     && (apm_info.bios.flags & APM_BIOS_DISABLED))
  957. return APM_DISABLED;
  958. if (apm_bios_call_simple(APM_FUNC_ENGAGE_PM, device, enable, &eax))
  959. return (eax >> 8) & 0xff;
  960. if (device == APM_DEVICE_ALL) {
  961. if (enable)
  962. apm_info.bios.flags &= ~APM_BIOS_DISENGAGED;
  963. else
  964. apm_info.bios.flags |= APM_BIOS_DISENGAGED;
  965. }
  966. return APM_SUCCESS;
  967. }
  968. #if defined(CONFIG_APM_DISPLAY_BLANK) && defined(CONFIG_VT)
  969. /**
  970.  * apm_console_blank - blank the display
  971.  * @blank: on/off
  972.  *
  973.  * Attempt to blank the console, firstly by blanking just video device
  974.  * zero, and if that fails (some BIOSes dont support it) then it blanks
  975.  * all video devices. Typically the BIOS will do laptop backlight and
  976.  * monitor powerdown for us.
  977.  */
  978.  
  979. static int apm_console_blank(int blank)
  980. {
  981. int error;
  982. u_short state;
  983. state = blank ? APM_STATE_STANDBY : APM_STATE_READY;
  984. /* Blank the first display device */
  985. error = set_power_state(0x100, state);
  986. if ((error != APM_SUCCESS) && (error != APM_NO_ERROR)) {
  987. /* try to blank them all instead */
  988. error = set_power_state(0x1ff, state);
  989. if ((error != APM_SUCCESS) && (error != APM_NO_ERROR))
  990. /* try to blank device one instead */
  991. error = set_power_state(0x101, state);
  992. }
  993. if ((error == APM_SUCCESS) || (error == APM_NO_ERROR))
  994. return 1;
  995. apm_error("set display", error);
  996. return 0;
  997. }
  998. #endif
  999. static int queue_empty(struct apm_user *as)
  1000. {
  1001. return as->event_head == as->event_tail;
  1002. }
  1003. static apm_event_t get_queued_event(struct apm_user *as)
  1004. {
  1005. as->event_tail = (as->event_tail + 1) % APM_MAX_EVENTS;
  1006. return as->events[as->event_tail];
  1007. }
  1008. static void queue_event(apm_event_t event, struct apm_user *sender)
  1009. {
  1010. struct apm_user * as;
  1011. if (user_list == NULL)
  1012. return;
  1013. for (as = user_list; as != NULL; as = as->next) {
  1014. if ((as == sender) || (!as->reader))
  1015. continue;
  1016. as->event_head = (as->event_head + 1) % APM_MAX_EVENTS;
  1017. if (as->event_head == as->event_tail) {
  1018. static int notified;
  1019. if (notified++ == 0)
  1020.     printk(KERN_ERR "apm: an event queue overflowedn");
  1021. as->event_tail = (as->event_tail + 1) % APM_MAX_EVENTS;
  1022. }
  1023. as->events[as->event_head] = event;
  1024. if ((!as->suser) || (!as->writer))
  1025. continue;
  1026. switch (event) {
  1027. case APM_SYS_SUSPEND:
  1028. case APM_USER_SUSPEND:
  1029. as->suspends_pending++;
  1030. suspends_pending++;
  1031. break;
  1032. case APM_SYS_STANDBY:
  1033. case APM_USER_STANDBY:
  1034. as->standbys_pending++;
  1035. standbys_pending++;
  1036. break;
  1037. }
  1038. }
  1039. wake_up_interruptible(&apm_waitqueue);
  1040. }
  1041. static void set_time(void)
  1042. {
  1043. unsigned long flags;
  1044. if (got_clock_diff) { /* Must know time zone in order to set clock */
  1045. save_flags(flags);
  1046. cli();
  1047. CURRENT_TIME = get_cmos_time() + clock_cmos_diff;
  1048. restore_flags(flags);
  1049. }
  1050. }
  1051. static void get_time_diff(void)
  1052. {
  1053. #ifndef CONFIG_APM_RTC_IS_GMT
  1054. unsigned long flags;
  1055. /*
  1056.  * Estimate time zone so that set_time can update the clock
  1057.  */
  1058. save_flags(flags);
  1059. clock_cmos_diff = -get_cmos_time();
  1060. cli();
  1061. clock_cmos_diff += CURRENT_TIME;
  1062. got_clock_diff = 1;
  1063. restore_flags(flags);
  1064. #endif
  1065. }
  1066. static void reinit_timer(void)
  1067. {
  1068. #ifdef INIT_TIMER_AFTER_SUSPEND
  1069. unsigned long flags;
  1070. save_flags(flags);
  1071. cli();
  1072. /* set the clock to 100 Hz */
  1073. outb_p(0x34,0x43); /* binary, mode 2, LSB/MSB, ch 0 */
  1074. udelay(10);
  1075. outb_p(LATCH & 0xff , 0x40); /* LSB */
  1076. udelay(10);
  1077. outb(LATCH >> 8 , 0x40); /* MSB */
  1078. udelay(10);
  1079. restore_flags(flags);
  1080. #endif
  1081. }
  1082. static int suspend(int vetoable)
  1083. {
  1084. int err;
  1085. struct apm_user *as;
  1086. if (pm_send_all(PM_SUSPEND, (void *)3)) {
  1087. /* Vetoed */
  1088. if (vetoable) {
  1089. if (apm_info.connection_version > 0x100)
  1090. set_system_power_state(APM_STATE_REJECT);
  1091. err = -EBUSY;
  1092. ignore_sys_suspend = 0;
  1093. printk(KERN_WARNING "apm: suspend was vetoed.n");
  1094. goto out;
  1095. }
  1096. printk(KERN_CRIT "apm: suspend was vetoed, but suspending anyway.n");
  1097. }
  1098. get_time_diff();
  1099. __cli();
  1100. err = set_system_power_state(APM_STATE_SUSPEND);
  1101. reinit_timer();
  1102. set_time();
  1103. ignore_normal_resume = 1;
  1104. __sti();
  1105. if (err == APM_NO_ERROR)
  1106. err = APM_SUCCESS;
  1107. if (err != APM_SUCCESS)
  1108. apm_error("suspend", err);
  1109. err = (err == APM_SUCCESS) ? 0 : -EIO;
  1110. pm_send_all(PM_RESUME, (void *)0);
  1111. queue_event(APM_NORMAL_RESUME, NULL);
  1112.  out:
  1113. for (as = user_list; as != NULL; as = as->next) {
  1114. as->suspend_wait = 0;
  1115. as->suspend_result = err;
  1116. }
  1117. wake_up_interruptible(&apm_suspend_waitqueue);
  1118. return err;
  1119. }
  1120. static void standby(void)
  1121. {
  1122. int err;
  1123. /* If needed, notify drivers here */
  1124. get_time_diff();
  1125. err = set_system_power_state(APM_STATE_STANDBY);
  1126. if ((err != APM_SUCCESS) && (err != APM_NO_ERROR))
  1127. apm_error("standby", err);
  1128. }
  1129. static apm_event_t get_event(void)
  1130. {
  1131. int error;
  1132. apm_event_t event;
  1133. apm_eventinfo_t info;
  1134. static int notified;
  1135. /* we don't use the eventinfo */
  1136. error = apm_get_event(&event, &info);
  1137. if (error == APM_SUCCESS)
  1138. return event;
  1139. if ((error != APM_NO_EVENTS) && (notified++ == 0))
  1140. apm_error("get_event", error);
  1141. return 0;
  1142. }
  1143. static void check_events(void)
  1144. {
  1145. apm_event_t event;
  1146. static unsigned long last_resume;
  1147. static int ignore_bounce;
  1148. while ((event = get_event()) != 0) {
  1149. if (debug) {
  1150. if (event <= NR_APM_EVENT_NAME)
  1151. printk(KERN_DEBUG "apm: received %s notifyn",
  1152.        apm_event_name[event - 1]);
  1153. else
  1154. printk(KERN_DEBUG "apm: received unknown "
  1155.        "event 0x%02xn", event);
  1156. }
  1157. if (ignore_bounce
  1158.     && ((jiffies - last_resume) > bounce_interval))
  1159. ignore_bounce = 0;
  1160. switch (event) {
  1161. case APM_SYS_STANDBY:
  1162. case APM_USER_STANDBY:
  1163. queue_event(event, NULL);
  1164. if (standbys_pending <= 0)
  1165. standby();
  1166. break;
  1167. case APM_USER_SUSPEND:
  1168. #ifdef CONFIG_APM_IGNORE_USER_SUSPEND
  1169. if (apm_info.connection_version > 0x100)
  1170. set_system_power_state(APM_STATE_REJECT);
  1171. break;
  1172. #endif
  1173. case APM_SYS_SUSPEND:
  1174. if (ignore_bounce) {
  1175. if (apm_info.connection_version > 0x100)
  1176. set_system_power_state(APM_STATE_REJECT);
  1177. break;
  1178. }
  1179. /*
  1180.  * If we are already processing a SUSPEND,
  1181.  * then further SUSPEND events from the BIOS
  1182.  * will be ignored.  We also return here to
  1183.  * cope with the fact that the Thinkpads keep
  1184.  * sending a SUSPEND event until something else
  1185.  * happens!
  1186.  */
  1187. if (ignore_sys_suspend)
  1188. return;
  1189. ignore_sys_suspend = 1;
  1190. queue_event(event, NULL);
  1191. if (suspends_pending <= 0)
  1192. (void) suspend(1);
  1193. break;
  1194. case APM_NORMAL_RESUME:
  1195. case APM_CRITICAL_RESUME:
  1196. case APM_STANDBY_RESUME:
  1197. ignore_sys_suspend = 0;
  1198. last_resume = jiffies;
  1199. ignore_bounce = 1;
  1200. if ((event != APM_NORMAL_RESUME)
  1201.     || (ignore_normal_resume == 0)) {
  1202. set_time();
  1203. pm_send_all(PM_RESUME, (void *)0);
  1204. queue_event(event, NULL);
  1205. }
  1206. ignore_normal_resume = 0;
  1207. break;
  1208. case APM_CAPABILITY_CHANGE:
  1209. case APM_LOW_BATTERY:
  1210. case APM_POWER_STATUS_CHANGE:
  1211. queue_event(event, NULL);
  1212. /* If needed, notify drivers here */
  1213. break;
  1214. case APM_UPDATE_TIME:
  1215. set_time();
  1216. break;
  1217. case APM_CRITICAL_SUSPEND:
  1218. /*
  1219.  * We are not allowed to reject a critical suspend.
  1220.  */
  1221. (void) suspend(0);
  1222. break;
  1223. }
  1224. }
  1225. }
  1226. static void apm_event_handler(void)
  1227. {
  1228. static int pending_count = 4;
  1229. int err;
  1230. if ((standbys_pending > 0) || (suspends_pending > 0)) {
  1231. if ((apm_info.connection_version > 0x100) &&
  1232. (pending_count-- <= 0)) {
  1233. pending_count = 4;
  1234. if (debug)
  1235. printk(KERN_DEBUG "apm: setting state busyn");
  1236. err = set_system_power_state(APM_STATE_BUSY);
  1237. if (err)
  1238. apm_error("busy", err);
  1239. }
  1240. } else
  1241. pending_count = 4;
  1242. check_events();
  1243. }
  1244. /*
  1245.  * This is the APM thread main loop.
  1246.  */
  1247. static void apm_mainloop(void)
  1248. {
  1249. DECLARE_WAITQUEUE(wait, current);
  1250. add_wait_queue(&apm_waitqueue, &wait);
  1251. set_current_state(TASK_INTERRUPTIBLE);
  1252. for (;;) {
  1253. schedule_timeout(APM_CHECK_TIMEOUT);
  1254. if (exit_kapmd)
  1255. break;
  1256. /*
  1257.  * Ok, check all events, check for idle (and mark us sleeping
  1258.  * so as not to count towards the load average)..
  1259.  */
  1260. set_current_state(TASK_INTERRUPTIBLE);
  1261. apm_event_handler();
  1262. }
  1263. remove_wait_queue(&apm_waitqueue, &wait);
  1264. }
  1265. static int check_apm_user(struct apm_user *as, const char *func)
  1266. {
  1267. if ((as == NULL) || (as->magic != APM_BIOS_MAGIC)) {
  1268. printk(KERN_ERR "apm: %s passed bad filpn", func);
  1269. return 1;
  1270. }
  1271. return 0;
  1272. }
  1273. static ssize_t do_read(struct file *fp, char *buf, size_t count, loff_t *ppos)
  1274. {
  1275. struct apm_user * as;
  1276. int i;
  1277. apm_event_t event;
  1278. as = fp->private_data;
  1279. if (check_apm_user(as, "read"))
  1280. return -EIO;
  1281. if (count < sizeof(apm_event_t))
  1282. return -EINVAL;
  1283. if ((queue_empty(as)) && (fp->f_flags & O_NONBLOCK))
  1284. return -EAGAIN;
  1285. wait_event_interruptible(apm_waitqueue, !queue_empty(as));
  1286. i = count;
  1287. while ((i >= sizeof(event)) && !queue_empty(as)) {
  1288. event = get_queued_event(as);
  1289. if (copy_to_user(buf, &event, sizeof(event))) {
  1290. if (i < count)
  1291. break;
  1292. return -EFAULT;
  1293. }
  1294. switch (event) {
  1295. case APM_SYS_SUSPEND:
  1296. case APM_USER_SUSPEND:
  1297. as->suspends_read++;
  1298. break;
  1299. case APM_SYS_STANDBY:
  1300. case APM_USER_STANDBY:
  1301. as->standbys_read++;
  1302. break;
  1303. }
  1304. buf += sizeof(event);
  1305. i -= sizeof(event);
  1306. }
  1307. if (i < count)
  1308. return count - i;
  1309. if (signal_pending(current))
  1310. return -ERESTARTSYS;
  1311. return 0;
  1312. }
  1313. static unsigned int do_poll(struct file *fp, poll_table * wait)
  1314. {
  1315. struct apm_user * as;
  1316. as = fp->private_data;
  1317. if (check_apm_user(as, "poll"))
  1318. return 0;
  1319. poll_wait(fp, &apm_waitqueue, wait);
  1320. if (!queue_empty(as))
  1321. return POLLIN | POLLRDNORM;
  1322. return 0;
  1323. }
  1324. static int do_ioctl(struct inode * inode, struct file *filp,
  1325.     u_int cmd, u_long arg)
  1326. {
  1327. struct apm_user * as;
  1328. as = filp->private_data;
  1329. if (check_apm_user(as, "ioctl"))
  1330. return -EIO;
  1331. if ((!as->suser) || (!as->writer))
  1332. return -EPERM;
  1333. switch (cmd) {
  1334. case APM_IOC_STANDBY:
  1335. if (as->standbys_read > 0) {
  1336. as->standbys_read--;
  1337. as->standbys_pending--;
  1338. standbys_pending--;
  1339. } else
  1340. queue_event(APM_USER_STANDBY, as);
  1341. if (standbys_pending <= 0)
  1342. standby();
  1343. break;
  1344. case APM_IOC_SUSPEND:
  1345. if (as->suspends_read > 0) {
  1346. as->suspends_read--;
  1347. as->suspends_pending--;
  1348. suspends_pending--;
  1349. } else
  1350. queue_event(APM_USER_SUSPEND, as);
  1351. if (suspends_pending <= 0) {
  1352. return suspend(1);
  1353. } else {
  1354. as->suspend_wait = 1;
  1355. wait_event_interruptible(apm_suspend_waitqueue,
  1356. as->suspend_wait == 0);
  1357. return as->suspend_result;
  1358. }
  1359. break;
  1360. default:
  1361. return -EINVAL;
  1362. }
  1363. return 0;
  1364. }
  1365. static int do_release(struct inode * inode, struct file * filp)
  1366. {
  1367. struct apm_user * as;
  1368. as = filp->private_data;
  1369. if (check_apm_user(as, "release"))
  1370. return 0;
  1371. filp->private_data = NULL;
  1372. lock_kernel();
  1373. if (as->standbys_pending > 0) {
  1374. standbys_pending -= as->standbys_pending;
  1375. if (standbys_pending <= 0)
  1376. standby();
  1377. }
  1378. if (as->suspends_pending > 0) {
  1379. suspends_pending -= as->suspends_pending;
  1380. if (suspends_pending <= 0)
  1381. (void) suspend(1);
  1382. }
  1383. if (user_list == as)
  1384. user_list = as->next;
  1385. else {
  1386. struct apm_user * as1;
  1387. for (as1 = user_list;
  1388.      (as1 != NULL) && (as1->next != as);
  1389.      as1 = as1->next)
  1390. ;
  1391. if (as1 == NULL)
  1392. printk(KERN_ERR "apm: filp not in user listn");
  1393. else
  1394. as1->next = as->next;
  1395. }
  1396. unlock_kernel();
  1397. kfree(as);
  1398. return 0;
  1399. }
  1400. static int do_open(struct inode * inode, struct file * filp)
  1401. {
  1402. struct apm_user * as;
  1403. as = (struct apm_user *)kmalloc(sizeof(*as), GFP_KERNEL);
  1404. if (as == NULL) {
  1405. printk(KERN_ERR "apm: cannot allocate struct of size %d bytesn",
  1406.        sizeof(*as));
  1407. return -ENOMEM;
  1408. }
  1409. as->magic = APM_BIOS_MAGIC;
  1410. as->event_tail = as->event_head = 0;
  1411. as->suspends_pending = as->standbys_pending = 0;
  1412. as->suspends_read = as->standbys_read = 0;
  1413. /*
  1414.  * XXX - this is a tiny bit broken, when we consider BSD
  1415.          * process accounting. If the device is opened by root, we
  1416.  * instantly flag that we used superuser privs. Who knows,
  1417.  * we might close the device immediately without doing a
  1418.  * privileged operation -- cevans
  1419.  */
  1420. as->suser = capable(CAP_SYS_ADMIN);
  1421. as->writer = (filp->f_mode & FMODE_WRITE) == FMODE_WRITE;
  1422. as->reader = (filp->f_mode & FMODE_READ) == FMODE_READ;
  1423. as->next = user_list;
  1424. user_list = as;
  1425. filp->private_data = as;
  1426. return 0;
  1427. }
  1428. static int apm_get_info(char *buf, char **start, off_t fpos, int length)
  1429. {
  1430. char * p;
  1431. unsigned short bx;
  1432. unsigned short cx;
  1433. unsigned short dx;
  1434. int error;
  1435. unsigned short  ac_line_status = 0xff;
  1436. unsigned short  battery_status = 0xff;
  1437. unsigned short  battery_flag   = 0xff;
  1438. int percentage     = -1;
  1439. int             time_units     = -1;
  1440. char            *units         = "?";
  1441. p = buf;
  1442. if ((smp_num_cpus == 1) &&
  1443.     !(error = apm_get_power_status(&bx, &cx, &dx))) {
  1444. ac_line_status = (bx >> 8) & 0xff;
  1445. battery_status = bx & 0xff;
  1446. if ((cx & 0xff) != 0xff)
  1447. percentage = cx & 0xff;
  1448. if (apm_info.connection_version > 0x100) {
  1449. battery_flag = (cx >> 8) & 0xff;
  1450. if (dx != 0xffff) {
  1451. units = (dx & 0x8000) ? "min" : "sec";
  1452. time_units = dx & 0x7fff;
  1453. }
  1454. }
  1455. }
  1456. /* Arguments, with symbols from linux/apm_bios.h.  Information is
  1457.    from the Get Power Status (0x0a) call unless otherwise noted.
  1458.    0) Linux driver version (this will change if format changes)
  1459.    1) APM BIOS Version.  Usually 1.0, 1.1 or 1.2.
  1460.    2) APM flags from APM Installation Check (0x00):
  1461.       bit 0: APM_16_BIT_SUPPORT
  1462.       bit 1: APM_32_BIT_SUPPORT
  1463.       bit 2: APM_IDLE_SLOWS_CLOCK
  1464.       bit 3: APM_BIOS_DISABLED
  1465.       bit 4: APM_BIOS_DISENGAGED
  1466.    3) AC line status
  1467.       0x00: Off-line
  1468.       0x01: On-line
  1469.       0x02: On backup power (BIOS >= 1.1 only)
  1470.       0xff: Unknown
  1471.    4) Battery status
  1472.       0x00: High
  1473.       0x01: Low
  1474.       0x02: Critical
  1475.       0x03: Charging
  1476.       0x04: Selected battery not present (BIOS >= 1.2 only)
  1477.       0xff: Unknown
  1478.    5) Battery flag
  1479.       bit 0: High
  1480.       bit 1: Low
  1481.       bit 2: Critical
  1482.       bit 3: Charging
  1483.       bit 7: No system battery
  1484.       0xff: Unknown
  1485.    6) Remaining battery life (percentage of charge):
  1486.       0-100: valid
  1487.       -1: Unknown
  1488.    7) Remaining battery life (time units):
  1489.       Number of remaining minutes or seconds
  1490.       -1: Unknown
  1491.    8) min = minutes; sec = seconds */
  1492. p += sprintf(p, "%s %d.%d 0x%02x 0x%02x 0x%02x 0x%02x %d%% %d %sn",
  1493.      driver_version,
  1494.      (apm_info.bios.version >> 8) & 0xff,
  1495.      apm_info.bios.version & 0xff,
  1496.      apm_info.bios.flags,
  1497.      ac_line_status,
  1498.      battery_status,
  1499.      battery_flag,
  1500.      percentage,
  1501.      time_units,
  1502.      units);
  1503. return p - buf;
  1504. }
  1505. static int apm(void *unused)
  1506. {
  1507. unsigned short bx;
  1508. unsigned short cx;
  1509. unsigned short dx;
  1510. int error;
  1511. char * power_stat;
  1512. char * bat_stat;
  1513. kapmd_running = 1;
  1514. daemonize();
  1515. strcpy(current->comm, "kapmd");
  1516. sigfillset(&current->blocked);
  1517. #ifdef CONFIG_SMP
  1518. /* 2002/08/01 - WT
  1519.  * This is to avoid random crashes at boot time during initialization
  1520.  * on SMP systems in case of "apm=power-off" mode. Seen on ASUS A7M266D.
  1521.  * Some bioses don't like being called from CPU != 0.
  1522.  * Method suggested by Ingo Molnar.
  1523.  */
  1524. if (cpu_number_map(smp_processor_id()) != 0) {
  1525. current->cpus_allowed = 1;
  1526. schedule();
  1527. if (unlikely(cpu_number_map(smp_processor_id()) != 0))
  1528. BUG();
  1529. }
  1530. #endif
  1531. if (apm_info.connection_version == 0) {
  1532. apm_info.connection_version = apm_info.bios.version;
  1533. if (apm_info.connection_version > 0x100) {
  1534. /*
  1535.  * We only support BIOSs up to version 1.2
  1536.  */
  1537. if (apm_info.connection_version > 0x0102)
  1538. apm_info.connection_version = 0x0102;
  1539. error = apm_driver_version(&apm_info.connection_version);
  1540. if (error != APM_SUCCESS) {
  1541. apm_error("driver version", error);
  1542. /* Fall back to an APM 1.0 connection. */
  1543. apm_info.connection_version = 0x100;
  1544. }
  1545. }
  1546. }
  1547. if (debug)
  1548. printk(KERN_INFO "apm: Connection version %d.%dn",
  1549. (apm_info.connection_version >> 8) & 0xff,
  1550. apm_info.connection_version & 0xff);
  1551. #ifdef CONFIG_APM_DO_ENABLE
  1552. if (apm_info.bios.flags & APM_BIOS_DISABLED) {
  1553. /*
  1554.  * This call causes my NEC UltraLite Versa 33/C to hang if it
  1555.  * is booted with PM disabled but not in the docking station.
  1556.  * Unfortunate ...
  1557.  */
  1558. error = apm_enable_power_management(1);
  1559. if (error) {
  1560. apm_error("enable power management", error);
  1561. return -1;
  1562. }
  1563. }
  1564. #endif
  1565. if ((apm_info.bios.flags & APM_BIOS_DISENGAGED)
  1566.     && (apm_info.connection_version > 0x0100)) {
  1567. error = apm_engage_power_management(APM_DEVICE_ALL, 1);
  1568. if (error) {
  1569. apm_error("engage power management", error);
  1570. return -1;
  1571. }
  1572. }
  1573. if (debug) {
  1574. error = apm_get_power_status(&bx, &cx, &dx);
  1575. if (error)
  1576. printk(KERN_INFO "apm: power status not availablen");
  1577. else {
  1578. switch ((bx >> 8) & 0xff) {
  1579. case 0: power_stat = "off line"; break;
  1580. case 1: power_stat = "on line"; break;
  1581. case 2: power_stat = "on backup power"; break;
  1582. default: power_stat = "unknown"; break;
  1583. }
  1584. switch (bx & 0xff) {
  1585. case 0: bat_stat = "high"; break;
  1586. case 1: bat_stat = "low"; break;
  1587. case 2: bat_stat = "critical"; break;
  1588. case 3: bat_stat = "charging"; break;
  1589. default: bat_stat = "unknown"; break;
  1590. }
  1591. printk(KERN_INFO
  1592.        "apm: AC %s, battery status %s, battery life ",
  1593.        power_stat, bat_stat);
  1594. if ((cx & 0xff) == 0xff)
  1595. printk("unknownn");
  1596. else
  1597. printk("%d%%n", cx & 0xff);
  1598. if (apm_info.connection_version > 0x100) {
  1599. printk(KERN_INFO
  1600.        "apm: battery flag 0x%02x, battery life ",
  1601.        (cx >> 8) & 0xff);
  1602. if (dx == 0xffff)
  1603. printk("unknownn");
  1604. else
  1605. printk("%d %sn", dx & 0x7fff,
  1606. (dx & 0x8000) ?
  1607. "minutes" : "seconds");
  1608. }
  1609. }
  1610. }
  1611. /* Install our power off handler.. */
  1612. if (power_off)
  1613. pm_power_off = apm_power_off;
  1614. register_sysrq_key('o', &sysrq_poweroff_op);
  1615. if (smp_num_cpus == 1) {
  1616. #if defined(CONFIG_APM_DISPLAY_BLANK) && defined(CONFIG_VT)
  1617. console_blank_hook = apm_console_blank;
  1618. #endif
  1619. apm_mainloop();
  1620. #if defined(CONFIG_APM_DISPLAY_BLANK) && defined(CONFIG_VT)
  1621. console_blank_hook = NULL;
  1622. #endif
  1623. }
  1624. kapmd_running = 0;
  1625. return 0;
  1626. }
  1627. #ifndef MODULE
  1628. static int __init apm_setup(char *str)
  1629. {
  1630. int invert;
  1631. while ((str != NULL) && (*str != '')) {
  1632. if (strncmp(str, "off", 3) == 0)
  1633. apm_disabled = 1;
  1634. if (strncmp(str, "on", 2) == 0)
  1635. apm_disabled = 0;
  1636. if ((strncmp(str, "bounce-interval=", 16) == 0) ||
  1637.     (strncmp(str, "bounce_interval=", 16) == 0))
  1638. bounce_interval = simple_strtol(str + 16, NULL, 0);
  1639. if ((strncmp(str, "idle-threshold=", 15) == 0) ||
  1640.     (strncmp(str, "idle_threshold=", 15) == 0))
  1641. idle_threshold = simple_strtol(str + 15, NULL, 0);
  1642. if ((strncmp(str, "idle-period=", 12) == 0) ||
  1643.     (strncmp(str, "idle_period=", 12) == 0))
  1644. idle_period = simple_strtol(str + 12, NULL, 0);
  1645. invert = (strncmp(str, "no-", 3) == 0) ||
  1646. (strncmp(str, "no_", 3) == 0);
  1647. if (invert)
  1648. str += 3;
  1649. if (strncmp(str, "debug", 5) == 0)
  1650. debug = !invert;
  1651. if ((strncmp(str, "power-off", 9) == 0) ||
  1652.     (strncmp(str, "power_off", 9) == 0))
  1653. power_off = !invert;
  1654. if ((strncmp(str, "allow-ints", 10) == 0) ||
  1655.     (strncmp(str, "allow_ints", 10) == 0))
  1656.   apm_info.allow_ints = !invert;
  1657. if ((strncmp(str, "broken-psr", 10) == 0) ||
  1658.     (strncmp(str, "broken_psr", 10) == 0))
  1659. apm_info.get_power_status_broken = !invert;
  1660. if ((strncmp(str, "realmode-power-off", 18) == 0) ||
  1661.     (strncmp(str, "realmode_power_off", 18) == 0))
  1662. apm_info.realmode_power_off = !invert;
  1663. str = strchr(str, ',');
  1664. if (str != NULL)
  1665. str += strspn(str, ", t");
  1666. }
  1667. return 1;
  1668. }
  1669. __setup("apm=", apm_setup);
  1670. #endif
  1671. static struct file_operations apm_bios_fops = {
  1672. owner: THIS_MODULE,
  1673. read: do_read,
  1674. poll: do_poll,
  1675. ioctl: do_ioctl,
  1676. open: do_open,
  1677. release: do_release,
  1678. };
  1679. static struct miscdevice apm_device = {
  1680. APM_MINOR_DEV,
  1681. "apm_bios",
  1682. &apm_bios_fops
  1683. };
  1684. /*
  1685.  * Just start the APM thread. We do NOT want to do APM BIOS
  1686.  * calls from anything but the APM thread, if for no other reason
  1687.  * than the fact that we don't trust the APM BIOS. This way,
  1688.  * most common APM BIOS problems that lead to protection errors
  1689.  * etc will have at least some level of being contained...
  1690.  *
  1691.  * In short, if something bad happens, at least we have a choice
  1692.  * of just killing the apm thread..
  1693.  */
  1694. static int __init apm_init(void)
  1695. {
  1696. struct proc_dir_entry *apm_proc;
  1697. if (apm_info.bios.version == 0) {
  1698. printk(KERN_INFO "apm: BIOS not found.n");
  1699. return -ENODEV;
  1700. }
  1701. printk(KERN_INFO
  1702. "apm: BIOS version %d.%d Flags 0x%02x (Driver version %s)n",
  1703. ((apm_info.bios.version >> 8) & 0xff),
  1704. (apm_info.bios.version & 0xff),
  1705. apm_info.bios.flags,
  1706. driver_version);
  1707. if ((apm_info.bios.flags & APM_32_BIT_SUPPORT) == 0) {
  1708. printk(KERN_INFO "apm: no 32 bit BIOS supportn");
  1709. return -ENODEV;
  1710. }
  1711. if (allow_ints)
  1712. apm_info.allow_ints = 1;
  1713. if (broken_psr)
  1714. apm_info.get_power_status_broken = 1;
  1715. if (realmode_power_off)
  1716. apm_info.realmode_power_off = 1;
  1717. /* User can override, but default is to trust DMI */
  1718. if (apm_disabled != -1)
  1719. apm_info.disabled = apm_disabled;
  1720. /*
  1721.  * Fix for the Compaq Contura 3/25c which reports BIOS version 0.1
  1722.  * but is reportedly a 1.0 BIOS.
  1723.  */
  1724. if (apm_info.bios.version == 0x001)
  1725. apm_info.bios.version = 0x100;
  1726. /* BIOS < 1.2 doesn't set cseg_16_len */
  1727. if (apm_info.bios.version < 0x102)
  1728. apm_info.bios.cseg_16_len = 0; /* 64k */
  1729. if (debug) {
  1730. printk(KERN_INFO "apm: entry %x:%lx cseg16 %x dseg %x",
  1731. apm_info.bios.cseg, apm_info.bios.offset,
  1732. apm_info.bios.cseg_16, apm_info.bios.dseg);
  1733. if (apm_info.bios.version > 0x100)
  1734. printk(" cseg len %x, dseg len %x",
  1735. apm_info.bios.cseg_len,
  1736. apm_info.bios.dseg_len);
  1737. if (apm_info.bios.version > 0x101)
  1738. printk(" cseg16 len %x", apm_info.bios.cseg_16_len);
  1739. printk("n");
  1740. }
  1741. if (apm_info.disabled) {
  1742. printk(KERN_NOTICE "apm: disabled on user request.n");
  1743. return -ENODEV;
  1744. }
  1745. if ((smp_num_cpus > 1) && !power_off) {
  1746. printk(KERN_NOTICE "apm: disabled - APM is not SMP safe.n");
  1747. return -ENODEV;
  1748. }
  1749. if (PM_IS_ACTIVE()) {
  1750. printk(KERN_NOTICE "apm: overridden by ACPI.n");
  1751. return -ENODEV;
  1752. }
  1753. pm_active = 1;
  1754. /*
  1755.  * Set up a segment that references the real mode segment 0x40
  1756.  * that extends up to the end of page zero (that we have reserved).
  1757.  * This is for buggy BIOS's that refer to (real mode) segment 0x40
  1758.  * even though they are called in protected mode.
  1759.  */
  1760. set_base(gdt[APM_40 >> 3],
  1761.  __va((unsigned long)0x40 << 4));
  1762. _set_limit((char *)&gdt[APM_40 >> 3], 4095 - (0x40 << 4));
  1763. apm_bios_entry.offset = apm_info.bios.offset;
  1764. apm_bios_entry.segment = APM_CS;
  1765. set_base(gdt[APM_CS >> 3],
  1766.  __va((unsigned long)apm_info.bios.cseg << 4));
  1767. set_base(gdt[APM_CS_16 >> 3],
  1768.  __va((unsigned long)apm_info.bios.cseg_16 << 4));
  1769. set_base(gdt[APM_DS >> 3],
  1770.  __va((unsigned long)apm_info.bios.dseg << 4));
  1771. #ifndef APM_RELAX_SEGMENTS
  1772. if (apm_info.bios.version == 0x100) {
  1773. #endif
  1774. /* For ASUS motherboard, Award BIOS rev 110 (and others?) */
  1775. _set_limit((char *)&gdt[APM_CS >> 3], 64 * 1024 - 1);
  1776. /* For some unknown machine. */
  1777. _set_limit((char *)&gdt[APM_CS_16 >> 3], 64 * 1024 - 1);
  1778. /* For the DEC Hinote Ultra CT475 (and others?) */
  1779. _set_limit((char *)&gdt[APM_DS >> 3], 64 * 1024 - 1);
  1780. #ifndef APM_RELAX_SEGMENTS
  1781. } else {
  1782. _set_limit((char *)&gdt[APM_CS >> 3],
  1783. (apm_info.bios.cseg_len - 1) & 0xffff);
  1784. _set_limit((char *)&gdt[APM_CS_16 >> 3],
  1785. (apm_info.bios.cseg_16_len - 1) & 0xffff);
  1786. _set_limit((char *)&gdt[APM_DS >> 3],
  1787. (apm_info.bios.dseg_len - 1) & 0xffff);
  1788. }
  1789. #endif
  1790. apm_proc = create_proc_info_entry("apm", 0, NULL, apm_get_info);
  1791. if (apm_proc)
  1792. SET_MODULE_OWNER(apm_proc);
  1793. kernel_thread(apm, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND | SIGCHLD);
  1794. if (smp_num_cpus > 1) {
  1795. printk(KERN_NOTICE
  1796.    "apm: disabled - APM is not SMP safe (power off active).n");
  1797. return 0;
  1798. }
  1799. misc_register(&apm_device);
  1800. if (HZ != 100)
  1801. idle_period = (idle_period * HZ) / 100;
  1802. if (idle_threshold < 100) {
  1803. original_pm_idle = pm_idle;
  1804. pm_idle  = apm_cpu_idle;
  1805. set_pm_idle = 1;
  1806. }
  1807. return 0;
  1808. }
  1809. static void __exit apm_exit(void)
  1810. {
  1811. int error;
  1812. if (set_pm_idle)
  1813. pm_idle = original_pm_idle;
  1814. if (((apm_info.bios.flags & APM_BIOS_DISENGAGED) == 0)
  1815.     && (apm_info.connection_version > 0x0100)) {
  1816. error = apm_engage_power_management(APM_DEVICE_ALL, 0);
  1817. if (error)
  1818. apm_error("disengage power management", error);
  1819. }
  1820. misc_deregister(&apm_device);
  1821. remove_proc_entry("apm", NULL);
  1822. unregister_sysrq_key('o',&sysrq_poweroff_op);
  1823. if (power_off)
  1824. pm_power_off = NULL;
  1825. exit_kapmd = 1;
  1826. while (kapmd_running)
  1827. schedule();
  1828. pm_active = 0;
  1829. }
  1830. module_init(apm_init);
  1831. module_exit(apm_exit);
  1832. MODULE_AUTHOR("Stephen Rothwell");
  1833. MODULE_DESCRIPTION("Advanced Power Management");
  1834. MODULE_LICENSE("GPL");
  1835. MODULE_PARM(debug, "i");
  1836. MODULE_PARM_DESC(debug, "Enable debug mode");
  1837. MODULE_PARM(power_off, "i");
  1838. MODULE_PARM_DESC(power_off, "Enable power off");
  1839. MODULE_PARM(bounce_interval, "i");
  1840. MODULE_PARM_DESC(bounce_interval,
  1841. "Set the number of ticks to ignore suspend bounces");
  1842. MODULE_PARM(allow_ints, "i");
  1843. MODULE_PARM_DESC(allow_ints, "Allow interrupts during BIOS calls");
  1844. MODULE_PARM(broken_psr, "i");
  1845. MODULE_PARM_DESC(broken_psr, "BIOS has a broken GetPowerStatus call");
  1846. MODULE_PARM(realmode_power_off, "i");
  1847. MODULE_PARM_DESC(realmode_power_off,
  1848. "Switch to real mode before powering off");
  1849. MODULE_PARM(idle_threshold, "i");
  1850. MODULE_PARM_DESC(idle_threshold,
  1851. "System idle percentage above which to make APM BIOS idle calls");
  1852. MODULE_PARM(idle_period, "i");
  1853. MODULE_PARM_DESC(idle_period,
  1854. "Period (in sec/100) over which to caculate the idle percentage");
  1855. EXPORT_NO_SYMBOLS;