Date: Sun, 27 Dec 1998 13:58:06 +0900 From: takawata@shidahara1.planet.kobe-u.ac.jp To: Drew Baxter <netmonger@genesis.ispace.com> Cc: hackers@FreeBSD.ORG Subject: Re: Please test my code for Intel onboard SMBus function. Message-ID: <199812270458.NAA04526@libr.scitec.kobe-u.ac.jp> In-Reply-To: Your message of "Sat, 26 Dec 1998 14:07:03 EST." <4.1.19981226140415.00c2a8b0@genesis.ispace.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <a href="http://www.planet.kobe-u.ac.jp/~takawata/key.html"> Public Key</a> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812270458.NAA04526>