Searched +full:functional +full:- +full:system +full:- +full:debian (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/Documentation/power/ |
D | apm-acpi.txt | 2 ------------ 3 If you have a relatively recent x86 mobile, desktop, or server system, 7 operating system, allowing for more intelligent power management than 10 The best way to determine which, if either, your system supports is to 22 User-space Daemons 23 ------------------ 24 Both APM and ACPI rely on user-space daemons, apmd and acpid 25 respectively, to be completely functional. Obtain both of these 27 and be sure that they are started sometime in the system boot process. 29 system the associated daemon will exit gracefully. [all …]
|
/linux-3.3/drivers/net/ethernet/8390/ |
D | mac8390.c | 1 /* mac8390.c: New driver for 8390-based Nubus (or Nubus-alike) 5 Jes Sorensen, and ne2k-pci.c by Donald Becker and Paul Gortmaker. 10 /* 2000-02-28: support added for Dayna and Kinetics cards by 12 /* 2000-04-04: support added for Dayna2 by bart@etpmod.phys.tue.nl */ 13 /* 2001-04-18: support for DaynaPort E/LC-M by rayk@knightsmanor.org */ 14 /* 2001-05-15: support for Cabletron ported from old daynaport driver 17 /* 2002-12-30: Try to support more cards, some clues from NetBSD driver */ 18 /* 2003-12-26: Make sure Asante cards always work. */ 40 #include <asm/system.h> 46 "v0.4 2001-05-15 David Huggins-Daines <dhd@debian.org> and others\n"; [all …]
|
/linux-3.3/drivers/watchdog/ |
D | pcwd.c | 9 * 960108 Fixed end-of-file pointer (Thanks to Dan Hollis), added 12 * 960716 Made functional and cosmetic changes to the source for 23 * added watchdog disable/re-enable routines. Added firmware 28 * drivers to panic the system if it's overheating at bootup. 35 * Michael Meskes <meskes@debian.org>. 57 #include <linux/errno.h> /* For the -ENODEV/... values */ 68 #include <linux/ioport.h> /* For io-port access */ 76 #define WATCHDOG_DRIVER_NAME "ISA-PC Watchdog" 92 * These are the auto-probe addresses available. 102 * PCI-PC Watchdog card. [all …]
|
/linux-3.3/arch/x86/ |
D | Kconfig | 3 bool "64-bit kernel" if ARCH = "x86" 5 ---help--- 6 Say yes to build a 64-bit kernel - formerly known as x86_64 7 Say no to build a 32-bit kernel - formerly known as i386 91 default "elf32-i386" if X86_32 92 default "elf64-x86-64" if X86_64 233 default "-fcall-saved-ecx -fcall-saved-edx" if X86_32 234 …default "-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcal… 252 DMA memory allocation support allows devices with less than 32-bit 261 bool "Symmetric multi-processing support" [all …]
|