Searched +full:operating +full:- +full:points +full:- +full:v2 (Results 1 – 9 of 9) sorted by relevance
/linux-3.3/drivers/macintosh/ |
D | windfarm_pm81.c | 7 * Released under the term of the GNU GPL v2. 12 * that none of the code has been re-used, it's a complete re-implementation 25 * - the linked control (second control) gets the target value as-is 27 * - the main control (first control) gets the target value scaled with 29 * - the value of the target of the CPU Fan control loop is retrieved, 34 * controls : system-fan, drive-bay-fan 35 * sensors : hd-temp 42 * linear-factors : offset = 0xff38 scale = 0x0ccd 46 * controls : system-fan, drive-bay-fan 47 * sensors : hd-temp [all …]
|
/linux-3.3/Documentation/scsi/ |
D | ibmmca.txt | 2 -=< The IBM Microchannel SCSI-Subsystem >=- 6 Low Level Software-Driver for Linux 17 ---------------- 28 ---------------------- 29 - Chris Beauregard (improvement of the SCSI-device mapping by the driver) 30 - Martin Kolinek (origin, first release of this driver) 31 - Klaus Kudielka (multiple SCSI-host management/detection, adaption to 33 - Michael Lang (assigning original pun/lun mapping, dynamical ldn 39 ----------------- 42 2.1 IBM SCSI-Subsystem Detection [all …]
|
/linux-3.3/drivers/lguest/ |
D | page_tables.c | 11 * GPL v2 and any later version */ 26 * could probably consider launching Guests as non-root. 32 * We use two-level page tables for the Guest, or three-level with PAE. If 38 * called "shadow" page tables. Which is a very Guest-centric name: these are 58 #define SWITCHER_PGD_INDEX (PTRS_PER_PGD - 1) 65 #define SWITCHER_PMD_INDEX (PTRS_PER_PMD - 1) 89 * spgd_addr() takes the virtual address and returns a pointer to the top-level 106 return &cpu->lg->pgdirs[i].pgdir[index]; in spgd_addr() 164 return cpu->lg->pgdirs[cpu->cpu_pgd].gpgdir + index * sizeof(pgd_t); in gpgd_addr() 186 /* Follow the PGD to the PTE (no mid-level for !PAE). */ [all …]
|
/linux-3.3/fs/btrfs/ |
D | ctree.c | 6 * License v2 as published by the Free Software Foundation. 15 * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 16 * Boston, MA 021110-1307, USA. 22 #include "disk-io.h" 24 #include "print-tree.h" 57 if (!p->nodes[i] || !p->locks[i]) in btrfs_set_path_blocking() 59 btrfs_set_lock_blocking_rw(p->nodes[i], p->locks[i]); in btrfs_set_path_blocking() 60 if (p->locks[i] == BTRFS_READ_LOCK) in btrfs_set_path_blocking() 61 p->locks[i] = BTRFS_READ_LOCK_BLOCKING; in btrfs_set_path_blocking() 62 else if (p->locks[i] == BTRFS_WRITE_LOCK) in btrfs_set_path_blocking() [all …]
|
/linux-3.3/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 130 15.3 Buglets and clean-ups 151 +-----------+-----------+----+ 153 +-----------+-----------+----+ 155 +----------------------------+ 157 +----------------------------+ 165 User-Mode Linux as if they were running under a normal kernel, like 170 +----------------+ 172 +-----------+----------------+ 173 | Process 1 | User-Mode Linux| 174 +----------------------------+ [all …]
|
/linux-3.3/drivers/net/ethernet/natsemi/ |
D | natsemi.c | 3 Written/copyright 1999-2001 by Donald Becker. 12 a complete program and may only be used when the entire operating 23 [link no longer provides useful info -jgarzik] 62 /* Updated to recommendations in pci-skeleton v2.03. */ 64 /* The user-configurable values. 72 static int debug = -1; 76 /* Maximum number of multicast addresses to filter (vs. rx-all-multicast). 80 /* Set the copy breakpoint for the copy-only-tiny-frames scheme. 101 There are no ill effects from too-large receive rings. */ 121 * The nic writes 32-bit values, even if the upper bytes of [all …]
|
/linux-3.3/net/packet/ |
D | af_packet.c | 3 * operating system. INET is implemented using the BSD Socket 6 * PACKET - implements raw packet sockets. 21 * Alan Cox : Re-commented the code. 29 * Alan Cox : New buffers. Use sk->mac.raw. 99 - if device has no dev->hard_header routine, it adds and removes ll header 101 but higher levels still should reserve dev->hard_header_len. 105 - packet socket receives packets with pulled ll header, 109 ----------- 111 Incoming, dev->hard_header!=NULL 112 mac_header -> ll header [all …]
|
/linux-3.3/Documentation/ |
D | devices.txt | 9 device numbers and /dev directory nodes for the Linux operating 13 http://www.lanana.org/docs/device-list/ or 14 ftp://ftp.kernel.org/pub/linux/docs/device-list/. This version may be 86 0 Unnamed devices (e.g. non-device mounts) 96 6 = /dev/core OBSOLETE - replaced by /proc/kcore 116 2 char Pseudo-TTY masters 122 Pseudo-tty's are named as follows: 125 the 1st through 16th series of 16 pseudo-ttys each, and 129 These are the old-style (BSD) PTY devices; Unix98 191 3 char Pseudo-TTY slaves [all …]
|
/linux-3.3/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 72 measurement. Their error is +/-20k on a quiet (private) network and also 118 3) compile de4x5.c, but include -DMODULE in the command line to ensure 150 The SMC9332 card has a non-compliant SROM which needs fixing - I have 152 to a previous DEC-STD format. 192 SROM, the feature is ignored unless lp->params.fdx is set at compile 201 and media. The only lexical constraints are: the board name (dev->name) 208 sub-parameters: 211 Case sensitivity is important for the sub-parameters. They *must* be 234 insmod "args" line; for built-in kernels either change the driver to do 239 ------ [all …]
|