From owner-freebsd-current Wed Apr 17 09:29:29 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA17991 for current-outgoing; Wed, 17 Apr 1996 09:29:29 -0700 (PDT) Received: from mail.think.com (Mail1.Think.COM [131.239.33.245]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA17982 for ; Wed, 17 Apr 1996 09:29:24 -0700 (PDT) Received: from Early-Bird-1.Think.COM by mail.think.com; Wed, 17 Apr 96 12:29:06 -0400 Received: from compound.Think.COM ([206.10.99.151]) by Early-Bird.Think.COM; Wed, 17 Apr 96 12:29:02 EDT Received: (from alk@localhost) by compound.Think.COM (8.7.5/8.7.3) id MAA24785; Wed, 17 Apr 1996 12:28:57 -0500 (CDT) Date: Wed, 17 Apr 1996 12:28:57 -0500 (CDT) Message-Id: <199604171728.MAA24785@compound.Think.COM> From: Tony Kimball To: current@freefall.freebsd.org Subject: EtherExpress16 problems Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Recently, I began getting /kernel: ix0: device timeout messages on my main box. I also (although not invariably) get ixintr without being inited!! at boot time (q.v. dmesg log attached below). Is it possible Also, I was setting up a lame router, and as soon as I ifconfig ix0, I start getting ix.cx.busy messages. The interface does not operate for outgoing packets. In ixintr_cx I read: if (cb->status & CB_BUSY) { IXCOUNTER(ifp->if_busy++;) printf("ix.cx.busy"); /* This should never occur */ } so something is wrong. This box passes the EE16 diagnostics from Intel and was routing correctly running dos software in the current physical configuration. Suggestions of any sort with regard to either problem are solicited. Thanks, //alk FreeBSD 2.2-CURRENT #0: Tue Apr 16 21:02:06 CDT 1996 root@:/alt/src/sys/compile/COMPOUND CPU: Pentium (99.53-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x525 Stepping=5 Features=0x1bf real memory = 33554432 (32768K bytes) avail memory = 30400512 (29688K bytes) DEVFS: ready for devices Probing for devices on PCI bus 0: chip0 rev 1 on pci0:0 chip1 rev 2 on pci0:7:0 piix0 rev 2 on pci0:7:1 vga0 rev 0 int a irq 12 on pci0:19 Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> 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 mse0 at 0x23c irq 5 on isa fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 765 fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 1033MB (2116800 sectors), 2100 cyls, 16 heads, 63 S/T, 512 B/S aha0 at 0x130-0x133 irq 11 drq 6 on isa aha0 waiting for scsi devices to settle (aha0:0:0): "CONNER CFP1060S 1.05GB 245F" type 0 fixed SCSI 2 sd0(aha0:0:0): Direct-Access 1010MB (2070400 512 byte sectors) (aha0:1:0): "WANGTEK 6200-HS 4B18" type 1 removable SCSI 2 st0(aha0:1:0): Sequential-Access density code 0x13, drive empty (aha0:2:0): "MICROP 4110-09NB_Nov18F TN0F" type 0 fixed SCSI 2 sd1(aha0:2:0): Direct-Access 1002MB (2053880 512 byte sectors) (aha0:3:0): "CHINON CD-ROM CDS-535 Q20" type 5 removable SCSI 2 cd0(aha0:3:0): CD-ROM cd0(aha0:3:0): NOT READY can't get the size ix0 at 0x210-0x21f irq 4 maddr 0xd0000 msize 32768 on isa ix0: address 00:aa:00:37:06:87 npx0 on motherboard npx0: INT 16 interface sb0 at 0x220 irq 10 drq 1 on isa sb0: sbmidi0 at 0x330 on isa sbxvi0 at 0x0 drq 5 on isa sbxvo0: opl0 at 0x200 on isa opl0: ixintr without being inited!!