Date: Tue, 19 Nov 1996 14:06:34 +0100 From: Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de> To: freebsd-current@freefall.FreeBSD.org Subject: ed1 probed before ed0 -> iomem problem Message-ID: <199611191306.OAA25419@gilberto.physik.rwth-aachen.de>
next in thread | raw e-mail | index | archive | help
While experimenting why a aic0 controller couldn't live happy with two WD8013EPC cards I reversed the probes of ed0/ed1 and as the result of this I got the following dmesg : Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: MDA/hercules <16 virtual consoles, flags=0x0> ed1: failed to clear shared memory at d8000 - check configuration ed1 not found at 0x280 ed0 at 0x200-0x21f irq 4 maddr 0xd0000 msize 16384 on isa ed0: address 00:00:c0:34:56:78, type WD8013EPC (16 bit) The corresponnding config lines are: device ed1 at isa? port 0x280 net irq 3 iomem 0xd8000 vector edintr device ed0 at isa? port 0x200 net irq 4 iomem 0xd0000 vector edintr Is there an overlap in the probing? msize 16384 should be 0x4000. --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611191306.OAA25419>