[Bug-hurd] Re: Ethernet problem actually in hp.c (was Re: Ethernet card detection bug in wd_probe)

2000-09-18 Thread Marcus Brinkmann
On Mon, Sep 18, 2000 at 09:17:09PM +0530, Prabhu Ramachandran wrote: > hp.c: hp_probe > > inside the for loop > i = 0, ioaddr = 768 > Then, hp_probe1 is called. That's the first probe (768 == 0x300). > int hp_probe1(struct device *dev, int ioaddr) > { > int i, board_i

[Bug-hurd] Ethernet problem actually in hp.c (was Re: Ethernet card detection bug in wd_probe)

2000-09-18 Thread Prabhu Ramachandran
hi, > "Marcus" == Marcus Brinkmann <[EMAIL PROTECTED]> writes: Marcus> Yes! When you made sure it is the wd_probe, you can check Marcus> where in linux/src/drivers/net/Space.c it exactly Marcus> hangs. This requires inserting unique printk's at Marcus> strategical places, unt