Date: Mon, 28 Jul 1997 22:04:52 -0500 (CDT) From: Craig Johnston <craig@gnofn.org> To: hackers@hub.freebsd.org Subject: iEEPro NIC + mach32 + XFree = splat Message-ID: <Pine.GSO.3.95.970728220305.24247A-100000@sparkie.gnofn.org>
index | next in thread | raw e-mail
Problem summary: when I start X, the background comes up, my xclock
comes up with a vertical line that's not supposed to be there on
it and then the system locks up _hard_ -- no response at all to
anything. System seems to do everything else just fine.
The problem started after the addition of an Intel EEPro 10/100
NIC to the system, and when I remove the card, the problem
disappears.
Nothing exciting shows up in the output from the X server or in
the system logs. The Xserver is XFree86 3.2.
Hardware details that don't come up in the boot messages:
Mobo: Abit IT5H rev 1.5
Graphics card: ATI Graphics Ultra Pro, mach32 vram pci
My config file:
machine "i386"
cpu "I586_CPU"
ident URTH
maxusers 32
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options "CD9660" #ISO 9660 Filesystem
options PROCFS #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
options UCONSOLE #Allow users to grab the console
options USERCONFIG #boot -c editor
options VISUAL_USERCONFIG #visual boot -c editor
config kernel root on sd0
controller isa0
controller pci0
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fdc0 drive 0
controller ncr0
controller scbus0
device sd0
device st0
device cd0 #Only need one of these, the code dynamically grows
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
device npx0 at isa? port "IO_NPX" flags 0x7 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 psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
device fxp0
pseudo-device loop
pseudo-device ether
pseudo-device log
pseudo-device pty 32
pseudo-device bpf 2
options SYSVMSG
options SYSVSEM
options SYSVSHM
Boot messages:
FreeBSD 2.2-STABLE #0: Thu Jul 24 13:14:39 CDT 1997
root@urth.autarch.com:/usr/src/sys/compile/URTH
CPU: AMD K5 PR166 (116.93-MHz 586-class CPU)
Origin = "AuthenticAMD" Id = 0x524 Stepping=4
Features=0x21bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE>
real memory = 33554432 (32768K bytes)
avail memory = 31326208 (30592K bytes)
Probing for devices on PCI bus 0:
chip0 <Intel 82439> rev 3 on pci0:0
chip1 <Intel 82371SB PCI-ISA bridge> rev 1 on pci0:7:0
chip2 <Intel 82371SB IDE interface> rev 0 on pci0:7:1
fxp0 <Intel EtherExpress Pro 10/100B Ethernet> rev 2 int a irq 11 on pci0:9
fxp0: Ethernet address 00:a0:c9:74:b6:be
vga0 <VGA-compatible display device> rev 2 int a irq 14 on pci0:11
ncr0 <ncr 53c815 scsi> rev 4 int a irq 15 on pci0:15
(ncr0:1:0): "SEAGATE ST12400N SUN2.1G 8720" type 0 fixed SCSI 2
sd0(ncr0:1:0): Direct-Access
sd0(ncr0:1:0): 10.0 MB/s (100 ns, offset 8)
2048MB (4194685 512 byte sectors)
(ncr0:3:0): "TOSHIBA CD-ROM XM-5701TA 0167" type 5 removable SCSI 2
cd0(ncr0:3:0): CD-ROM
cd0(ncr0:3:0): 10.0 MB/s (100 ns, offset 8)
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
psm0: disabled, not probed.
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: NEC 72065B
fd0: 1.44MB 3.5in
npx0 flags 0x7 on motherboard
npx0: INT 16 interface
Anything I left out?
regards,
Craig
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.95.970728220305.24247A-100000>
