Re: [9fans] Does Plan 9 do this? It crashes QEMU on Leopard

2008-04-19 Thread Bruce Ellis
On Sun, Apr 20, 2008 at 11:12 AM, Pietro Gagliardi <[EMAIL PROTECTED]> wrote: > The following was taken from a log of a run of Plan 9 on QEMU on Leopard. > When Venti told me it would archive some blocks, this is what happened: > > Apr 19 21:09:11 ool-18b97500 [0x0-0x44d44d].ch.kberg.q[9530]: sb16:

[9fans] Does Plan 9 do this? It crashes QEMU on Leopard

2008-04-19 Thread Pietro Gagliardi
The following was taken from a log of a run of Plan 9 on QEMU on Leopard. When Venti told me it would archive some blocks, this is what happened: Apr 19 21:09:11 ool-18b97500 [0x0-0x44d44d].ch.kberg.q[9530]: sb16: attempt to change DMA 8bit 32(1), 16bit 6(5) (val=0x40) and everything stop

Re: [9fans] VIA Rhine II mii problems

2008-04-19 Thread Stefan Hajnoczi
Just got this sucker working. I added a bit of initialization magic from the gPXE VIA Rhine II driver. See "D-Link provided reset code": http://git.etherboot.org/?p=gpxe.git;a=blob;f=src/drivers/net/via-rhine.c;h=81350091b7d1c6ddc4e3330615833916264ce9ef;hb=HEAD (This card's revision ID is 0x78.)

Re: [9fans] VIA Rhine II mii problems

2008-04-19 Thread Harri Haataja
On 19/04/2008, Stefan Hajnoczi <[EMAIL PROTECTED]> wrote: > I initialised the mii struct to use phy 1, as mii() would have if it > had succeeded. Unfortunately running ip/ipconfig simply sat there, > running it with the debug flag showed recv timeouts. I could not see > any packets on the netw

Re: [9fans] VIA Rhine II mii problems

2008-04-19 Thread Stefan Hajnoczi
I initialised the mii struct to use phy 1, as mii() would have if it had succeeded. Unfortunately running ip/ipconfig simply sat there, running it with the debug flag showed recv timeouts. I could not see any packets on the network. Stefan On Sat, Apr 19, 2008 at 3:10 PM, erik quanstrom <[EMAIL

Re: [9fans] VIA Rhine II mii problems

2008-04-19 Thread erik quanstrom
i don't have this part (that i know of) and the datasheet didn't immediately pop up, but the linux driver hardcodes the phy_id to 1. the part you have claims to have an integrated phy. you may wish to try that. - erik p.s. lspci -n will give you vid/did numbers. > Hi, > I just installed Plan 9

[9fans] VIA Rhine II mii problems

2008-04-19 Thread Stefan Hajnoczi
Hi, I just installed Plan 9 on a machine using a VIA Rhine II NIC. Unfortunately the driver is not successfully initializing the device. Placing print statements in ethervt6102.c shows that vt6102reset() is failing when mii() returns an empty PHY mask. The mii() function is probing each PHY from