Performance Issues of Intel Quad Port NIC

2008-01-15 Thread Jonathan Steel
reported by CPUID; using exception 16 pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo pccom1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo fdc0 at isa0 port 0x3f0/6 irq 6 drq 2 biomask ef65 netmask ef65 ttymask ffe7 pctr: 686-class user-level performance counters enabled mtrr: Pentium Pro MTRR support dkcsum: wd0 matches BIOS drive 0x80 root on wd0a swap on wd0b dump on wd0b Thank You Jonathan Steel

Hard Drive Errors

2008-01-24 Thread Jonathan Steel
e attached the dmesg from a computer the last two times it got the error. Thanks Jonathan Steel dmesg from 2008-01-22 OpenBSD 4.1 (GENERIC.esentire) #0: Wed Aug 15 20:55:55 UTC 2007 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC.esentire cpu0: Intel(R) Core(TM)2 Quad CPU

Winbond W83792D and W83627HF

2007-09-30 Thread Jonathan Steel
per. So I was wondering if this code could get committed? Thanks Jonathan Steel Diff for W83792D watchdog --- lm78.c Mon Jun 25 16:50:18 2007 +++ lm78.c_old Mon Jan 29 08:06:01 2007 @@ -69,6 +69,9 @@ void as_refresh_temp(struct lm_softc *, int); +void wb_w83792d_wdg_init(struct lm_s

Driver for Winbond W83793G

2007-10-10 Thread Jonathan Steel
only run the diff against 4.1 because that is what I developed it on. I just noticed that I forgot to replace 0x0d and 0x0e with constants. They could be set as follows #define WB_W83793G_BANK0_VENDID 0x0d #define WB_W83793G_BANK0_CHIPID 0x0e Thanks Jonathan Steel :: i2c_scan.c.diff

SA_SIGINFO and si_pid

2008-11-19 Thread Jonathan Steel
exit( 1 ); } int pid = fork(); if ( pid == 0 ) { fprintf( stderr, "PID: %i\n", getpid() ); exit(0); } sleep( 1 ); exit(0); } Does anybody know how I'm to accomplish this, or why it doesn't work? Thank You Jonathan Steel

Bypass Mode for Intel Bypass Network Card

2008-04-30 Thread Jonathan Steel
must be changed programattically. So is there a program or some kind of command that I can run in OpenBSD to enable the bypass mode when the computer is turned off? Does OpenBSD even support the bypass features of this card? Thanks Jonathan Steel -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

BLOCKSIZE in .cshrc

2008-07-21 Thread Jonathan Steel
Hi Why is the line 'setenv BLOCKSIZE 1k' present in the .cshrc file? We noticed this because csh appears to be the default shell for our 3.5 and 3.6 boxes and subsequently any functions that use sys/stat.h are messed up. Thanks Jonathan Steel