Date: Wed, 17 May 2000 23:53:26 -0700 (PDT) From: Jonathan Hanna <pangolin@home.com> To: freebsd-net@freebsd.org Subject: ed driver problem Message-ID: <200005180653.XAA02527@cr1003333-a.crdva1.bc.home.com>
next in thread | raw e-mail | index | archive | help
I am running two network cards detected ad "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<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8> 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: <math processor> on motherboard npx0: INT 16 interface pcib0: <Host to PCI bridge> on motherboard pci0: <PCI bus> on pcib0 isab0: <Intel 82378ZB PCI to ISA bridge> at device 2.0 on pci0 isa0: <ISA bus> on isab0 pci0: <unknown card> (vendor=0x1c1c, dev=0x0001) at 3.0 irq 14 ed0: <NE2000 PCI Ethernet (ProLAN)> port 0xd000-0xd01f irq 5 at device 12.0 on pci0 ed0: address 00:20:78:13:60:2a, type NE2000 (16 bit) pci0: <S3 Trio graphics accelerator> at 15.0 irq 5 fdc0: <NEC 72065B or clone> 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: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: <System console> 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: <Parallel port> at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppi0: <Parallel I/O> on ppbus0 lpt0: <Printer> on ppbus0 lpt0: Interrupt-driven port plip0: <PLIP network interface> on ppbus0 ed2: <Realtek Plug & Play Ethernet Card> 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 <WDC AC2635F> [1240/16/63] at ata0-master using BIOSPIO ad1: 2014MB <WDC AC22100H> [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 <pangolin@home.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005180653.XAA02527>