Related topics

Bug#465694: Error in I830WaitLpRing() on 915GM (thinkpad X41)
The first thing we need to confirm is that where you found My Documents folder. By default, after we enabled My Documents redirection, the content of My .... The only change was a server reboot on Tuesday morning. As a temporary fix: on the user's workstation: right clicked on the My Documents in Explorer,

Regard MSRs in lapic_suspend()/lapic_resume()
The device will be marked - * as offline on error so that no access will occur. If you return - * non-0, your slave_detach routine will never get called for this .... 0x40 : 0) |\ @@ -169,9 +159,6 @@ #define DRIVER_MASK 0x0f #define SUGGEST_MASK 0xf0 -#define MAX_COMMAND_SIZE 16 -#define SCSI_SENSE_BUFFERSIZE 64

Linux Kernel Patch v2.1, patch-2.1.4 (07/10)
4.1.5. rdtsc for Pentiums For Pentiums, you can get the number of clock cycles elapsed since the last reboot with the following C code:. extern __inline__ unsigned long long int rdtsc() { unsigned long long int x; __asm__ volatile (".byte 0x0f, 0x31" : "=A" (x)); return x; }

Linux Kernel Patch v2.1, patch-2.1.25 (03/22)
-Do haltsys and reboot do a sync()? -How can I get more than 64k inodes? -Where do I get zmodem? *Where do I get kermit? -I get messages saying "stat() failed: .... First, check the NCLIST kernel parameter. This governs how many CLIST structures are allocated; these are used to buffer input and output.

sick Ultra 60
In each pair of pairs, the second odd-numbered pair has the same domain + * as the first even-numbered pair, and the range is 1+ the range of the + * the first pair, escr_offset; + + escr_select = P4_CCCR_ESCR_SELECT(cccr_val); + if (pmc > 0x11) + return 0; /* pmc range error */ + if (pmc > 0x0F) + pmc -= 3;

Linux Kernel Patch v2.1, patch-2.1.126 (14/24)
X< call save ; save the machine state X< call trap ; print a message X< jmp restart ; this error is not fatal X--- X> _trp: ; This is where unexpected traps come this must be the first data entry (magic nr) X< DW 7 dup(0) ; space for build table - total 16b X< splimit DW 0 ; stack limit for current task (kernel

ports/15118: wine-991114 once more
0 : 2; + + if (IDE_CONTROL_REG) + OUT_BYTE(drive->ctl | mask, IDE_CONTROL_REG); +#endif +} + +/* + * if we encounter _any_ error doing I/O to one of the tags, .... 2) service request to start a command + * + * if the drive has an active tag, we first complete that request before + * processing any pending SERVICE.

PERFORCE change 76703 for review
-r _shar_seq_.tmp; then echo 'Please unpack part 1 first!' exit 1 fi (read Scheck if test "$Scheck" != 5; then echo Please unpack part "$Scheck" next! exit .... if line is also used for dialin #ifndef HDUU X * 0x0f if msb=1: error code X * if msb=0: connected baud rate (0=same as dialed baud) X */ X/* return codes:

v32i044: ecu - ECU Asynchronous Communications v3.20, Part09/40
-r _shar_seq_.tmp; then echo 'Please unpack part 1 first!' exit 1 fi (read Scheck if test "$Scheck" != 30; then echo Please unpack part "$Scheck" next! exit 1 .... and another open uses a different X open mode or if a getty open waits for carrier and doesn't allow X parallel dialout opens, return with EBUSY error.

making a partition on an existing disk
-r _shar_seq_.tmp; then echo 'Please unpack part 1 first!' exit 1 fi (read Scheck if test "$Scheck" != 28; then echo Please unpack part "$Scheck" next! exit 1 else exit 0 fi ...... X * Also, if PCI, then we are going to check for a PCI bus error status X * should we get too many spurious interrupts.

A mapkey(1) clone that works!
Returns a positive + * value if successful, or a negative error code. + */ X static int X nm256_readAC97Reg (struct ac97_hwint *dev, u8 reg) X { @@ -661,6 .... The first port is nothing - more than a chunk of video RAM, which is used as the I/O ring - buffer. The second port has the actual juicy stuff (like the

freebsd-current Digest, Vol 61, Issue 16
+ if (OutCommand(av7110, buf, 3)) { + printk("ADSwitch error\n"); + } + + if( 0 != ves1820_writereg(dev, 0x0f, band )) { + printk("setting band in demodulator failed.\n"); + } + saa7146_set_hps_source_and_sync(dev, source, sync); + + /* restart overlay if it was active before */ + if( 0 !

v02i035: 3B1 Tape processing utilities, Part01/04
... #error this file needs sys/cdefs.h as a prerequisite #endif +#define __PCI_REROUTE_INTERRUPT + /* * Basic types upon which most other types are built. ..... return IPPROTO_NONE; - } - - /* - * Only one frgament header is allowed per IPv6 packet but it need - * not be the first nor last (not possible in some

#9 Imagine-128 OS/2 Unofficial FAQ
X if (funnyfile == NULL) X error(WARNING, X "can't find default funnytab"); X } X inited= TRUE; X } X X /* If this is too slow, could use binary search and/or X replace the strcmp by an explicit comparison of two X characters. But spend your time on the program's X main loop (especially, 'put1') first!

v21i082: ecu - ECU async comm package rev 3.10, Part30/37
You will have access to the File Area 3 on your first call. If you only need to download the Cyrix driver files and have no intention of otherwise using ...... X then X $ROOT/etc/conf/bin/idbuild X echo "\nYou must now reboot the system to enable the CX driver." X else X echo "" X echo "The kernel will not be

PERFORCE change 89032 for review
X returns help message, and places corresponding key character X in key. vn will keep calling with first = FALSE until X a NULL return indicates the end of the list X If vns_news does not stick to the rules regarding calls to fw_group, X vn will exit with a fatal error message. X X Rationale for this is for the

FAS 2.07 async driver, part 2/3
TotalMemory+KERNELBASE); X X /* init to some ~sane value until calibrate_delay() runs */ X loops_per_sec = 50000000; X X /* reboot on panic .... + * + * This algorithm was first published by Gauss (I think). + * + * WARNING: this function will overflow on 2106-02-07 06:28:16 on + * machines were long is 32-bit!

AMD 53c974 SCSI driver in 2.6
Remember the current video mode for restoration on exit. movb ah, #0x0F ! Get current video mode int 0x10 andb al, #0x7F ! Mask off bit 7 (no blanking) movb old_vid_mode, Good exit status? jz reboot quit: mov ax, #any_key push ax call _printk call _getchar reboot: call restore_video int 0x19 !

trouble with new VMware installation
0x0F +# error SPURIOUS_APIC_VECTOR definition error +#endif + +/* * cpu_mask that denotes the CPUs that needs timer interrupt coming in as * IPIs in place of local APIC .... Unfortunately we cannot use jiffies and the timer irq + * to calibrate, since some later bootup code depends on getting + * the first irq?

v09i022: xmahjongg, Part02/05
A procedure is executed by a second or subsequent user when the first plan in cache is still in use. 3. The procedure cache is flushed by server restart or .... 2,4,0xff -- clear bit 3 of byte 5 of row 2 exec clear_bits 2,5,0x08 exec clear_bits 2,6,0x0f exec set_bits 2,10,0xff go select * from demo_table go Back to