From owner-freebsd-alpha@FreeBSD.ORG Wed Feb 25 14:20:22 2004 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C94C16A514 for ; Wed, 25 Feb 2004 14:20:22 -0800 (PST) Received: from smtp01corp.interwoven.com (smtp02corp.interwoven.com [65.161.4.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id A18D843D1F for ; Wed, 25 Feb 2004 14:20:21 -0800 (PST) (envelope-from aelmore@interwoven.com) Received: from exbesv01.Interwoven.com (localhost [127.0.0.1]) i1PMKJRs022860 for ; Wed, 25 Feb 2004 14:20:19 -0800 (PST) Received: from relax.amer.interwoven.com ([10.192.9.96]) by exbesv01.Interwoven.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 25 Feb 2004 14:20:19 -0800 Received: (from aelmore@localhost) by relax.amer.interwoven.com (8.12.10/8.12.6/Submit) id i1PMKJ8h004215 for freebsd-alpha@freebsd.org; Wed, 25 Feb 2004 14:20:19 -0800 (PST) (envelope-from aelmore) Date: Wed, 25 Feb 2004 14:20:19 -0800 From: Andrew Elmore To: freebsd-alpha@freebsd.org Message-ID: <20040225222019.GD1250@interwoven.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Message-Flag: 0123456789abcdefghijklmnopqrstuvwxyz X-OriginalArrivalTime: 25 Feb 2004 22:20:19.0467 (UTC) FILETIME=[8D6715B0:01C3FBED] Subject: xfree86 on alpha w/ matrox X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2004 22:20:22 -0000 Hi, I'm having trouble getting XFree86 server running on my PC164SX Alpha. The video card is a Matrox Millenium II. The machine has FreeBSD 5.2.1 installed, and XFree86-4-Server built with sources from this morning. When I run X, the console hangs until I remotely kill the process. XFree86.0.log ends with the following: (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.3.0, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.6 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:05:0: chip 102b,051b card 102b,1000 rev 00 class 03,00,00 hdr 00 (II) PCI: 00:06:0: chip 1011,0009 card 1385,1100 rev 22 class 02,00,00 hdr 00 (II) PCI: 00:07:0: chip 1000,000f card 1000,1000 rev 26 class 01,00,00 hdr 00 (II) PCI: 00:08:0: chip 1080,c693 card 0000,0000 rev 00 class 06,01,00 hdr 80 (II) PCI: 00:08:1: chip 1080,c693 card 0000,0000 rev 00 class 01,01,80 hdr 80 (II) PCI: 00:08:2: chip 1080,c693 card 0000,0000 rev 00 class 01,01,00 hdr 80 (II) PCI: 00:08:3: chip 1080,c693 card 0000,0000 rev 00 class 0c,03,10 hdr 80 (II) PCI: End of PCI scan (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:8:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0xffffffff (0x100000000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x80000000 - 0xffffffff (0x80000000) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x80000000 - 0xffffffff (0x80000000) MX[B] in XF86Config, I have set: BusID "PCI:0:5:0" and I have tried with Int10 set to both True and False. pciconf -l shows: none0@pci0:5:0: class=0x030000 card=0x1000102b chip=0x051b102b rev=0x00 hdr=0x00 de0@pci0:6:0: class=0x020000 card=0x11001385 chip=0x00091011 rev=0x22 hdr=0x00 sym0@pci0:7:0: class=0x010000 card=0x10001000 chip=0x000f1000 rev=0x26 hdr=0x00 isab0@pci0:8:0: class=0x060100 card=0x00000000 chip=0xc6931080 rev=0x00 hdr=0x00 atapci0@pci0:8:1: class=0x010180 card=0x00000000 chip=0xc6931080 rev=0x00 hdr=0x00 atapci1@pci0:8:2: class=0x010100 card=0x00000000 chip=0xc6931080 rev=0x00 hdr=0x00 none1@pci0:8:3: class=0x0c0310 card=0x00000000 chip=0xc6931080 rev=0x00 hdr=0x00 I have tried the Millenium in every single PCI slot on the mobo, with the same results each time. While googling for answers I came across this message, which seems to describe the same problem, but without a useful solution. http://docs.freebsd.org/cgi/mid.cgi?3FD63BA2.20400 Any suggestions? thanks, Andrew