Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 1999 11:00:36 -0500
From:      Guy Helmer <ghelmer@scl.ameslab.gov>
To:        "David E. Cross" <crossd@cs.rpi.edu>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: iicbus and smbus
Message-ID:  <Pine.SGI.4.10.9904271057350.28402-100000@demios.scl.ameslab.gov>
In-Reply-To: <199904271533.LAA02141@cs.rpi.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 27 Apr 1999, David E. Cross wrote:

> I have compiled my kernel with the following 'config' options/devices/
> controllers:
> controller      smbus0
> controller      iicbus0
> controller      iicbb0
> 
> device  ic0     at iicbus?
> device  iic0    at iicbus?
> device  iicsmb0 at iicbus?
> device  smb0    at iicbus?

Should the last line be

device smb0 at smbus?

That's how the line looks in the LINT config file.

> Any attempts to open() /dev/smb0 result in "Invalid argument".  This includes
> the detect.c from http://www.freebsd.org/~nsouch/.  Below is my dmesg, I
> notice no messages about iicbus or smbus at all, but the open on the device
> is not "device not configured".

Yes, I encountered the same problem (no bootup recognition of the I2C
stuff) when I tried to use this with my ASUS P2BD-S motherboard.  I'm
using 4.0-CURRENT from April 20 or so.

Guy

Guy Helmer, Ph.D. Candidate, Iowa State University Dept. of Computer Science 
Research Assistant, Ames Laboratory       ---         ghelmer@scl.ameslab.gov
Research Assistant, Dept. of Computer Science   ---   ghelmer@cs.iastate.edu
http://www.cs.iastate.edu/~ghelmer




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?Pine.SGI.4.10.9904271057350.28402-100000>