Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 1996 12:28:57 -0500 (CDT)
From:      Tony Kimball <alk@Think.COM>
To:        current@freefall.freebsd.org
Subject:   EtherExpress16 problems
Message-ID:  <199604171728.MAA24785@compound.Think.COM>

next in thread | raw e-mail | index | archive | help

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<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
real memory  = 33554432 (32768K bytes)
avail memory = 30400512 (29688K bytes)
DEVFS: ready for devices
Probing for devices on PCI bus 0:
chip0 <Intel 82437 (Triton) PCI cache memory controller> rev 1 on pci0:0
chip1 <Intel 82371 (Triton) PCI-ISA bridge> rev 2 on pci0:7:0
piix0 <Intel 82371 (Triton) Bus-master IDE controller> rev 2 on pci0:7:1
vga0 <VGA-compatible display device> 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): <ST51080A>
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: <SoundBlaster 16 4.13>
sbmidi0 at 0x330 on isa
 <SoundBlaster MPU-401>
sbxvi0 at 0x0 drq 5 on isa
sbxvo0: <SoundBlaster 16 4.13>
opl0 at 0x200 on isa
opl0: <Yamaha OPL-3 FM>

 ixintr without being inited!!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604171728.MAA24785>