Subject: Re: snapper for recent powerbook G4
To: Michael Lorenz <macallan@netbsd.org>
From: Chuck Silvers <chuq@chuq.com>
List: port-macppc
Date: 02/13/2006 09:38:17
On Mon, Feb 13, 2006 at 12:26:16PM -0500, Michael Lorenz wrote:
> Hello,
>
> > (on my G4 I get "snapper0: unable to find i2c", so something's even
> > more wrong there.)
>
> That happens when the deq 'driver' doesn't attach for some reason. Its
> sole purpose is to attach to ki2c and get the mixer's i2c address out of
> OF so snapper can talk to it.
>
> Maybe Apple renamed device nodes again.
ok, "deq" doesn't attach for me. but it's in the OFW tree:
ff967a00: /pci@f2000000/mac-io@17/i2c@18000/deq
name 64657100 ........ ........ ........ "deq"
device_type 64657100 ........ ........ ........ "deq"
i2c-address 0000006a ........ ........ ........ ...j
I put a full dmesg and ofdump output at
ftp://ftp.netbsd.org/pub/NetBSD/misc/chs/macppc/
is there some reason the old code that searches for the i2c info
is still in snapper_defer()? (though #if 0'd)
-Chuck