From owner-freebsd-hackers Sat Dec 26 21:01:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA09871 for freebsd-hackers-outgoing; Sat, 26 Dec 1998 21:01:39 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from shidahara1.planet.kobe-u.ac.jp (shidahara1.planet.sci.kobe-u.ac.jp [133.30.50.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA09865 for ; Sat, 26 Dec 1998 21:01:33 -0800 (PST) (envelope-from takawata@shidahara1.planet.kobe-u.ac.jp) From: takawata@shidahara1.planet.kobe-u.ac.jp Received: from libr.scitec.kobe-u.ac.jp (cs2d240.ppp.infoweb.ne.jp [202.219.141.200]) by shidahara1.planet.kobe-u.ac.jp (8.8.8+2.7Wbeta7/8.8.8) with ESMTP id NAA10199; Sun, 27 Dec 1998 13:52:31 +0900 (JST) Received: from shidahara1.planet.kobe-u.ac.jp (localhost [127.0.0.1]) by libr.scitec.kobe-u.ac.jp (8.9.1/3.5Wpl7) with ESMTP id NAA04526; Sun, 27 Dec 1998 13:58:07 +0900 (JST) Message-Id: <199812270458.NAA04526@libr.scitec.kobe-u.ac.jp> To: Drew Baxter Cc: hackers@FreeBSD.ORG Subject: Re: Please test my code for Intel onboard SMBus function. In-reply-to: Your message of "Sat, 26 Dec 1998 14:07:03 EST." <4.1.19981226140415.00c2a8b0@genesis.ispace.com> Date: Sun, 27 Dec 1998 13:58:06 +0900 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <4.1.19981226140415.00c2a8b0@genesis.ispace.com>, Mr./Ms. Drew Baxter wrote. >I get this: >Loki# ./spd >OPEN: No such file or directory > >It'd probably help to have the stuff to throw into mknod, because I don't >have a /dev/smb*.. :-) % cd /dev % mknod smb0 c 106 0 . . . % mknod smb5 c 106 5 I'll incorporate it later. And currently the generic driver code does not have the way to report error to userland,and device name is hard coded.(Sorry.) So if you get odd result,replace device name into /dev/smb[1-4]. (Normally you will get output 'Bytes used:128'.) Takanori Watanabe Public Key Key fingerprint = 2C 51 E2 78 2C E1 C5 2D 0F F1 20 A3 11 3A 62 2A To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message