Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2003 17:27:33 -0500
From:      Don Bowman <don@sandvine.com>
To:        "'freebsd-stable@freebsd.org'" <freebsd-stable@freebsd.org>
Subject:   ichsmb0: device timeout, status=0x42 on 2.8GHz XEON
Message-ID:  <FE045D4D9F7AED4CBFF1B3B813C85337010235CB@mail.sandvine.com>

next in thread | raw e-mail | index | archive | help
I've added a wee bit of code to lmmon so that it 
can get the xeon temperature using its onboard measurement
(which is smb). This is working fine on xeon's up to 2.4GHz.
I've got a new board in with dual 2.8GHz parts, with a 533MHz
FSB. When I run the same program on it, I get: 
 ichsmb0: device timeout, status=0x42
and then (usually) the board locks up.

I'm running 4.7 release.

I'm doing something like:

    unsigned char byte;
    struct smbcmd cmd;
    cmd.data.byte_ptr = &byte;
    cmd.slave= 0x18;
    cmd.count= 1;
    ioctl(fd, SMB_READB, &cmd);

as root, and fd = open("/dev/smb0", O_RDONLY);

Does anybody have any suggestions?

--don

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FE045D4D9F7AED4CBFF1B3B813C85337010235CB>