Date: Sun, 17 Dec 1995 16:25:21 +0200 (IST) From: Gennady Sorokopud <gena@NetVision.net.il> To: current@FreeBSD.org Subject: ep0 failure Message-ID: <XFMail.951217163555.gena@NetVision.net.il>
next in thread | raw e-mail | index | archive | help
This message is in MIME format --_=XFMail.0.4-alpha.p0.FreeBSD:951217163555:5493=_ Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hello! I think i sent this report before but got no answer. Whenever my machine (FreeBSD 2.2-current) starts to work under high network load (like when doing dump) the system is being disconnected from network immediatly. (even ping does not work). The only thing that fixes the problem is ifconfig ep0 up. But this helps only for a few seconds and then the problem comes back untill network load become low again. -current started to behave this way approximately starting at Dec 3. I'm using standard 3C509 combo ISA Ethernet card, which works perfectly under 2.0.5 and 2= .1. I attached to this mail my kernel config adn output from dmesg. Any help will be appreciated. -------- Gennady B. Sorokopud - System programmer at NetVision Israel. E-Mail: Gennady Sorokopud <gena@NetVision.net.il> Homepage: http://www.netvision.net.il/~gena This message was sent at 12/17/95 16:25:21 by XF-Mail --_=XFMail.0.4-alpha.p0.FreeBSD:951217163555:5493=_ Content-Description: dmesg output Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii; name=dmesg; SizeOnDisk=1685 FreeBSD 2.2-CURRENT #0: Fri Dec 15 12:50:26 IST 1995 root@Burka.NetVision.net.il:/usr/src/sys/compile/BURKA CPU: Pentium (89.97-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x525 Stepping=5 Features=0x1bf<FPU,VME,PSE,MCE,CX8,APIC> real memory = 41943040 (40960K bytes) avail memory = 39387136 (38464K bytes) Probing for devices on the PCI bus: chip0 <SiS 85c501> rev 0 on pci0:0 chip1 <SiS 85c503> rev 0 on pci0:1 pci0:8: CMD, device=0x0640, class=storage (ide) [no driver assigned] vga0 <VGA-compatible display device> rev 0 int a irq 255 on pci0:9 ahc0 <Adaptec 2940 SCSI host adapter> rev 0 int a irq 9 on pci0:12 ahc0: 2940 Single Channel, SCSI Id=7, aic7870, 16 SCBs (ahc0:0:0): "HP C3725S 4299" type 0 fixed SCSI 2 sd0(ahc0:0:0): Direct-Access 2069MB (4238836 512 byte sectors) sd0(ahc0:0:0): with 3703 cyls, 9 heads, and an average 127 sectors/track (ahc0:3:0): "TOSHIBA CD-ROM XM-3401TA 0283" type 5 removable SCSI 2 cd0(ahc0:3:0): CD-ROM cd0(ahc0:3:0): NOT READY asc:3a,0 Medium not present can't get the size Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface pca0 on isa pca0: PC speaker audio driver fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 72065B fd0: 1.44MB 3.5in 1 3C5x9 board(s) on ISA found at 0x300 ep0 at 0x300-0x30f irq 10 on isa ep0: aui/utp[*UTP*] address 00:60:8c:b6:f8:b1 irq 10 npx0 on motherboard npx0: INT 16 interface new masks: bio c0000240, tty c003009a, net c003049a --_=XFMail.0.4-alpha.p0.FreeBSD:951217163555:5493=_ Content-Type: text/plain; charset=us-ascii; name=BURKA; SizeOnDisk=1824 Content-Transfer-Encoding: 7bit Content-Description: Kernel config # # BURKA -- my desktop machine # # $Id: BURKA,v 1.1 1995/01/26 11:38:00 gena Exp $ # machine "i386" cpu "I586_CPU" maxusers 20 ident BURKA options "CHILD_MAX=128" options "OPEN_MAX=128" options INET #InterNETworking options GATEWAY #Host is a Gateway (forwards packets) options SCSI_REPORT_GEOMETRY options FFS #Berkeley Fast File System options NFS #Network File System options PROCFS #Process File System options QUOTA #enable disk quotas options MSDOSFS #MS DOS File System options "CD9660" #ISO 9660 filesystem options "COMPAT_43" #Compatible with BSD 4.3 options COMPAT_LINUX #Linux compatibility options SYSVSHM options SYSVSEM options SYSVMSG options UCONSOLE #X Console support options KTRACE #kernel tracing config kernel root on sd0 swap on sd0 dumps on sd0 controller isa0 controller scbus0 controller pci0 controller ahc1 device sd0 device cd0 #SCSI CD-ROMs controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device ep0 at isa? port 0x300 net irq 10 vector epintr device pca0 at isa? tty pseudo-device snp 1 #Snoop device - to look at pty/vty/etc.. pseudo-device loop pseudo-device ether pseudo-device log pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device speaker pseudo-device bpfilter 4 #berkeley packet filter pseudo-device gzip #Exec gzipped a.out's pseudo-device vn --_=XFMail.0.4-alpha.p0.FreeBSD:951217163555:5493=_-- End of MIME message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.951217163555.gena>