Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 1996 12:14:03 -0700
From:      David Greenman <davidg@Root.COM>
To:        batie@agora.rdrop.com (Alan Batie)
Cc:        jorgy@refuge.Colorado.EDU, freebsd-questions@freebsd.org
Subject:   Re: WD8013 configuration 
Message-ID:  <199606171914.MAA00313@Root.COM>
In-Reply-To: Your message of "Mon, 17 Jun 1996 11:31:20 PDT." <m0uVj56-0008woC@agora.rdrop.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
>> From: "Eric R. Jorgensen" <jorgy@refuge.Colorado.EDU>
>> Date: Mon, 17 Jun 1996 10:13:09 -0600
>> Subject: installing 2.1.0-RELEASE with WD8013EPC ethernet card - again
>> 
>> ed1: device timeout
>
>The problem is that it's running in 8-bit mode and needs to be in 16-bit
>mode.  It might also not be using the proper memory size.  When you boot
>from floppy, type "-c" immediately at the boot prompt.  When it goes into
>configure mode, type the following:
>
>iosize ed1 16384
>flags ed1 4
>
>then do an "ls" and make sure the IRQ, memory and I/O addresses match; you
>can change the configuration similarly, although they default to IRQ 5,
>I/O 0x280 and Memory at 0xd8000.
>
>The "flags" command is the critical one.  You'll have to do this every time
>you boot from floppy, and the first time you boot from hard disk.  You should
>build a new kernel with the proper configuration or the next time you build
>one for another reason, it will get reset and you'll have forgotten why your
>network stopped working.

   If he's got a real WD8013EPC, then it should recognize that it's a 16bit
card and set it appropriately - flags 4 won't be needed. The flags thing is
only needed for cards that claim to be 8bit but are really 16bit (like the
Compex).
   As you and several others have pointed out, the problem is likely caused by
an irq mismatch or conflict - especially since it passes the shared memory
test (which is a good indicator that the shared memory address is okay).

-DG

David Greenman
Core-team/Principal Architect, The FreeBSD Project



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606171914.MAA00313>