From owner-freebsd-stable Thu May 18 19:29:17 2000 Delivered-To: freebsd-stable@freebsd.org Received: from cr1003333-a.crdva1.bc.home.com (cr1003333-a.crdva1.bc.wave.home.com [24.113.51.240]) by hub.freebsd.org (Postfix) with ESMTP id 7E2FB37BE0A for ; Thu, 18 May 2000 19:29:08 -0700 (PDT) (envelope-from pangolin@home.com) Received: from cr1003333-a.crdva1.bc.wave.home.com. (localhost [127.0.0.1]) by cr1003333-a.crdva1.bc.home.com (8.9.3/8.9.3) with ESMTP id TAA01906 for ; Thu, 18 May 2000 19:29:05 -0700 (PDT) (envelope-from pangolin@home.com) Message-Id: <200005190229.TAA01906@cr1003333-a.crdva1.bc.home.com> X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 18 May 2000 19:29:04 -0700 (PDT) Reply-To: Jonathan Hanna Organization: Pangolin Systems From: Jonathan Hanna To: freebsd-stable@freebsd.org Subject: ed driver problem Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry for the second posting, perhaps stable is more appropriate then net.... I am running two network cards detected as "ed" on a Micronics M5Pi PCI/ISA motherboard. One is a Lynksys PCI and one is a Realtek ISA PnP. The OS is 4.0-Stable, very recent. The PCI card is assigned ed0. The ISA PnP card is assigned ed2. I have two problems: - the boot hangs This was fixed by adding "return 0;" in if_ed.c at line 905 in ed_get_Linksys(sc) - ed0 says "ed0: device timeout" and does not seem to work I have tried "link0" "link1" and "link2" I am a little suspicious of the IRQ, as it seems to be shared with the video card, though they are both PCI. Any ideas? My demsg follows: Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-STABLE #3: Wed May 17 17:37:40 PDT 2000 root@mgfw.pangolin-systems.com:/home/src/sys/compile/MGFW Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P5 (64.48-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x515 Stepping = 5 Features=0x1bf real memory = 33554432 (32768K bytes) avail memory = 29057024 (28376K bytes) Preloaded elf kernel "kernel" at 0xc03ac000. Intel Pentium detected, installing workaround for F00F bug md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 2.0 on pci0 isa0: on isab0 pci0: (vendor=0x1c1c, dev=0x0001) at 3.0 irq 14 ed0: port 0xd000-0xd01f irq 5 at device 12.0 on pci0 ed0: address 00:20:78:13:60:2a, type NE2000 (16 bit) pci0: at 15.0 irq 5 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 fd1: <1200-KB 5.25" drive> on fdc0 drive 1 WARNING: "fd" is usurping "fd"'s cdevsw[] WARNING: "fd" is usurping "fd"'s bmaj ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 ed2: at port 0x220-0x23f irq 9 on isa0 ed2: address 00:c0:a8:4e:59:62, type NE2000 (16 bit) IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to deny, l ogging limited to 1000 packets/entry by default ad0: 610MB [1240/16/63] at ata0-master using BIOSPIO ad1: 2014MB [4092/16/63] at ata0-slave using BIOSPIO Mounting root from ufs:/dev/ad0s1a ed0: device timeout ed0: device timeout ed0: device timeout ed0: device timeout ... Jonathan Hanna To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message