Re: New Laptop: i810: HELP

Larry Rosenman <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile
Message-ID <[email protected]>
* Larry Rosenman <[email protected]> [020429 21:29]:
> * Eric Anholt <[email protected]> [020429 19:54]:
> > On Mon, 2002-04-29 at 13:27, Larry Rosenman wrote:
> > > Well with that patch, we still get the same thing, but I suspect Eric
> > > did more than I did with the chips.
> > > 
> > > Eric,
> > >    I have the I830MG chipset in this laptop, and am willing to
> > > experiment and get it working on -STABLE. 
> > > 
> > >    I currently get a X86 Illegal opcode right after the Gamma Correction
> > > message in the logs (same as before applying your agp_i810.[ch] patch. 
> > > 
> > >    This is on a Fujitsu Lifebook C6651. 
> > 
> > Okay, I poked around in this, and I have to say that where it's going
> > wrong is totally out of my area of knowledge.  As far as I can tell,
> > it's dying because the bios memory seems to be corrupted, or at least
> > it's more than the emulator can handle according to Stuart Barkley. 
> > This is strange because Linux users have had it working.
> > 
> > Just to make see if this is an interaction with AGP (since the agp code
> > has not been successfully used yet that I know of), could you try
> > removing AGP from your kernel or not modloading it at boot and see how X
> > works?  It looks like X should handle not having AGP loaded, since you
> > have 8MB stolen for the card already.  If it does work, you'll be
> > limited in resolution, but not as badly as those who only have 512k or
> > 1MB stolen.
> Playing with it, I can get a 320x200 X up in VGA mode, if I don't 
> allow int10 to run.  As soon as we bring int10 in, we get the checksum
> (I suspect we have a mapping issue somewhere). 
> 
> Is there anything I can run to map the BIOS ROMS on the machine? 
> 
> What can I do to help? 
> 
> I'd LOVE to get it running, but I suspect the BIOS mapping into the
> system is the issue, and I don't know what the maps are. 
> 

With the following XF86Config, we get the attached log, and a 320x200
screen using XFree86 -xf86config XF86Config.ler

using startx with the same file in /etc/X11/XF86Config, we get a hang.

Any ideas on how to verify what the BIOS really has?  There are **NO**
tweaks available in the BIOS setup of the laptop (ACPI Compliant, and
normally runs Windows XP Home). 




Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	#Load  "dbe"
	#Load  "dri"
	#SubSection  "extmod"
	#	option "omit xfree86-dga"
	#	option "omit xfree86-vidmodeextension"
	#	option "omit xfree86-misc"
	#	option "omit sync"
	#	option "omit xvideo"
	#	option "omit xvideo-motioncompensation"
	#	option "omit tog-cup"
	#EndSubSection
	#Load  "glx"
	#Load  "pex5"
	#Load  "record"
	#Load  "xie"
	#Load  "xtrap"
	#Load  "speedo"
	#Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "SysMouse"
	Option	    "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "DRI"                	# [<bool>]
        #Option     "NoDDC" "True"             	# [<bool>]
        #Option     "XvMCSurfaces"       	# <i>
	Identifier  "Card0"
	Driver      "vga"
	VideoRam    8192
	#option      "novbe"
	VendorName  "Intel"
	BoardName   "i830M"
	BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "DRI"                	# [<bool>]
        #Option     "NoDDC" "True"             	# [<bool>]
        #Option     "XvMCSurfaces"       	# <i>
	Identifier  "Card1"
	Driver      "vga"
	#option      "novbe"
	VendorName  "Intel"
	BoardName   "i830M"
	BusID       "PCI:0:2:1"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 8
	SubSection "Display"
		Depth     1
                Modes      "1024x768" "800x600" "640x480"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     4
                Modes      "1024x768" "800x600" "640x480"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     8
                Modes      "1024x768" "800x600" "640x480"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     15
                Modes      "1024x768" "800x600" "640x480"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     16
                Modes      "1024x768" "800x600" "640x480"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     24
                Modes      "1024x768" "800x600" "640x480"
		ViewPort  0 0
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	DefaultDepth 8
	SubSection "Display"
		Depth     1
                Modes      "1024x768" "800x600" "640x480"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     4
                Modes      "1024x768" "800x600" "640x480"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     8
                Modes      "1024x768" "800x600" "640x480"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     15
                Modes      "1024x768" "800x600" "640x480"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     16
                Modes      "1024x768" "800x600" "640x480"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     24
                Modes      "1024x768" "800x600" "640x480"
		ViewPort  0 0
	EndSubSection
EndSection


XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 January 2002
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: FreeBSD 4.5 i386 [ELF] 
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Apr 30 05:25:25 2002
(++) Using config file: "XF86Config.ler"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.5
	XFree86 XInput driver : 0.3
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.3
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3575 card 10cf,113b rev 04 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,3577 card 10cf,113c rev 04 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,3577 card 10cf,113c rev 00 class 03,80,00 hdr 80
(II) PCI: 00:1d:0: chip 8086,2482 card 10cf,113d rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2484 card 10cf,113d rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 42 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,248a card 10cf,113d rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,2483 card 10cf,113d rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2485 card 10cf,112f rev 02 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,2486 card 10cf,10d1 rev 02 class 07,03,00 hdr 00
(II) PCI: 01:0a:0: chip 104c,ac55 card 0000,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 01:0a:1: chip 104c,ac55 card 0000,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 01:0d:0: chip 10ec,8139 card 10cf,111c rev 10 class 02,00,00 hdr 00
(II) PCI: 01:0e:0: chip 10cf,2010 card 10cf,112b rev 01 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:30:0), (0,1,3), BCTRL: 0x04 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0x00002000 - 0x000020ff (0x100) IX[B]
	[1] -1	0x00002400 - 0x000024ff (0x100) IX[B]
	[2] -1	0x00002800 - 0x000028ff (0x100) IX[B]
	[3] -1	0x00002c00 - 0x00002cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0xe0200000 - 0xe02fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(0:2:0) Intel i830M rev 4, Mem @ 0xe8000000/27, 0xe0000000/19
(--) PCI: (0:2:1) Intel i830M rev 0, Mem @ 0xf0000000/27, 0xe0080000/19
(II) Addressable bus resource ranges are
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0xe0200000 - 0xe03fffff (0x200000) MX[B]E
	[1] -1	0xe0200800 - 0xe0200fff (0x800) MX[B]E
	[2] -1	0xe0100000 - 0xe01fffff (0x100000) MX[B]E
	[3] -1	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[4] -1	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[5] -1	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[6] -1	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[7] -1	0x00002000 - 0x000020ff (0x100) IX[B]E
	[8] -1	0x00001800 - 0x000018ff (0x100) IX[B]E
	[9] -1	0x00001400 - 0x000014ff (0x100) IX[B]E
	[10] -1	0x00001880 - 0x000018ff (0x80) IX[B]E
	[11] -1	0x00001000 - 0x000010ff (0x100) IX[B]E
	[12] -1	0x00001c00 - 0x00001cff (0x100) IX[B]E
	[13] -1	0x00001c20 - 0x00001c3f (0x20) IX[B]E
	[14] -1	0x00000374 - 0x00000377 (0x4) IX[B]E
	[15] -1	0x00000170 - 0x0000017f (0x10) IX[B]E
	[16] -1	0x000003f4 - 0x000003f7 (0x4) IX[B]E
	[17] -1	0x000001f0 - 0x000001ff (0x10) IX[B]E
	[18] -1	0x000018e0 - 0x000018ff (0x20) IX[B]E
	[19] -1	0x000018c0 - 0x000018ff (0x40) IX[B]E
(II) PCI Memory resource overlap reduced 0xe0200000 from 0xe03fffff to 0xe02007ff
(II) PCI I/O resource overlap reduced 0x00001800 from 0x000018ff to 0x0000187f
(II) PCI I/O resource overlap reduced 0x00001880 from 0x000018ff to 0x000018bf
(II) PCI I/O resource overlap reduced 0x00001c00 from 0x00001cff to 0x00001c1f
(II) PCI I/O resource overlap reduced 0x000018c0 from 0x000018ff to 0x000018df
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0xe0200000 - 0xe02007ff (0x800) MX[B]E
	[1] -1	0xe0200800 - 0xe0200fff (0x800) MX[B]E
	[2] -1	0xe0100000 - 0xe01fffff (0x100000) MX[B]E
	[3] -1	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[4] -1	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[5] -1	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[6] -1	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[7] -1	0x00002000 - 0x000020ff (0x100) IX[B]E
	[8] -1	0x00001800 - 0x0000187f (0x80) IX[B]E
	[9] -1	0x00001400 - 0x000014ff (0x100) IX[B]E
	[10] -1	0x00001880 - 0x000018bf (0x40) IX[B]E
	[11] -1	0x00001000 - 0x000010ff (0x100) IX[B]E
	[12] -1	0x00001c00 - 0x00001c1f (0x20) IX[B]E
	[13] -1	0x00001c20 - 0x00001c3f (0x20) IX[B]E
	[14] -1	0x00000374 - 0x00000377 (0x4) IX[B]E
	[15] -1	0x00000170 - 0x0000017f (0x10) IX[B]E
	[16] -1	0x000003f4 - 0x000003f7 (0x4) IX[B]E
	[17] -1	0x000001f0 - 0x000001ff (0x10) IX[B]E
	[18] -1	0x000018e0 - 0x000018ff (0x20) IX[B]E
	[19] -1	0x000018c0 - 0x000018df (0x20) IX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xe0200000 - 0xe02007ff (0x800) MX[B]E
	[6] -1	0xe0200800 - 0xe0200fff (0x800) MX[B]E
	[7] -1	0xe0100000 - 0xe01fffff (0x100000) MX[B]E
	[8] -1	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[9] -1	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[10] -1	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[11] -1	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[12] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1	0x00002000 - 0x000020ff (0x100) IX[B]E
	[15] -1	0x00001800 - 0x0000187f (0x80) IX[B]E
	[16] -1	0x00001400 - 0x000014ff (0x100) IX[B]E
	[17] -1	0x00001880 - 0x000018bf (0x40) IX[B]E
	[18] -1	0x00001000 - 0x000010ff (0x100) IX[B]E
	[19] -1	0x00001c00 - 0x00001c1f (0x20) IX[B]E
	[20] -1	0x00001c20 - 0x00001c3f (0x20) IX[B]E
	[21] -1	0x00000374 - 0x00000377 (0x4) IX[B]E
	[22] -1	0x00000170 - 0x0000017f (0x10) IX[B]E
	[23] -1	0x000003f4 - 0x000003f7 (0x4) IX[B]E
	[24] -1	0x000001f0 - 0x000001ff (0x10) IX[B]E
	[25] -1	0x000018e0 - 0x000018ff (0x20) IX[B]E
	[26] -1	0x000018c0 - 0x000018df (0x20) IX[B]E
(II) LoadModule: "vga"
(II) Loading /usr/X11R6/lib/modules/drivers/vga_drv.o
(II) Module vga: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 4.0.0
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.3
(II) VGA: Generic VGA driver (version 4.0) for chipsets: generic
(II) Primary Device is: PCI 00:02:0
(--) Chipset generic found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xe0200000 - 0xe02007ff (0x800) MX[B]E
	[6] -1	0xe0200800 - 0xe0200fff (0x800) MX[B]E
	[7] -1	0xe0100000 - 0xe01fffff (0x100000) MX[B]E
	[8] -1	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[9] -1	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[10] -1	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[11] -1	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[12] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1	0x00002000 - 0x000020ff (0x100) IX[B]E
	[15] -1	0x00001800 - 0x0000187f (0x80) IX[B]E
	[16] -1	0x00001400 - 0x000014ff (0x100) IX[B]E
	[17] -1	0x00001880 - 0x000018bf (0x40) IX[B]E
	[18] -1	0x00001000 - 0x000010ff (0x100) IX[B]E
	[19] -1	0x00001c00 - 0x00001c1f (0x20) IX[B]E
	[20] -1	0x00001c20 - 0x00001c3f (0x20) IX[B]E
	[21] -1	0x00000374 - 0x00000377 (0x4) IX[B]E
	[22] -1	0x00000170 - 0x0000017f (0x10) IX[B]E
	[23] -1	0x000003f4 - 0x000003f7 (0x4) IX[B]E
	[24] -1	0x000001f0 - 0x000001ff (0x10) IX[B]E
	[25] -1	0x000018e0 - 0x000018ff (0x20) IX[B]E
	[26] -1	0x000018c0 - 0x000018df (0x20) IX[B]E
(II) resource ranges after probing:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xe0200000 - 0xe02007ff (0x800) MX[B]E
	[6] -1	0xe0200800 - 0xe0200fff (0x800) MX[B]E
	[7] -1	0xe0100000 - 0xe01fffff (0x100000) MX[B]E
	[8] -1	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[9] -1	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[10] -1	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[11] -1	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[12] 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[13] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[14] 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[15] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0x00002000 - 0x000020ff (0x100) IX[B]E
	[18] -1	0x00001800 - 0x0000187f (0x80) IX[B]E
	[19] -1	0x00001400 - 0x000014ff (0x100) IX[B]E
	[20] -1	0x00001880 - 0x000018bf (0x40) IX[B]E
	[21] -1	0x00001000 - 0x000010ff (0x100) IX[B]E
	[22] -1	0x00001c00 - 0x00001c1f (0x20) IX[B]E
	[23] -1	0x00001c20 - 0x00001c3f (0x20) IX[B]E
	[24] -1	0x00000374 - 0x00000377 (0x4) IX[B]E
	[25] -1	0x00000170 - 0x0000017f (0x10) IX[B]E
	[26] -1	0x000003f4 - 0x000003f7 (0x4) IX[B]E
	[27] -1	0x000001f0 - 0x000001ff (0x10) IX[B]E
	[28] -1	0x000018e0 - 0x000018ff (0x20) IX[B]E
	[29] -1	0x000018c0 - 0x000018df (0x20) IX[B]E
	[30] 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[31] 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) VGA(0): initializing int10
(==) VGA(0): Write-combining range (0xa0000,0x20000) was already clear
(==) VGA(0): Write-combining range (0xf0000,0x10000)
(WW) VGA(0): Bad V_BIOS checksum
(II) VGA(0): Primary V_BIOS segment is: 0xc000
(**) VGA(0): Depth 8, (--) framebuffer bpp 8
(==) VGA(0): RGB weight 666
(==) VGA(0): Default visual is PseudoColor
(==) VGA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) VGA(0): videoRam: 8192 kBytes (using 64 kBytes).
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) VGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) VGA(0): Virtual size is 320x200 (pitch 320)
(**) VGA(0): Built-in mode "Generic 320x200 default mode": 12.6 MHz (scaled from 25.2 MHz), 31.5 kHz, 70.2 Hz (VScan)
(II) VGA(0): Modeline "Generic 320x200 default mode"   12.59  320 336 384 400  200 206 207 224 vscan 2 -hsync +vsync
(==) VGA(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0xe0000000 - 0xe007ffff (0x80000) MS[B]
	[1] 0	0xe8000000 - 0xefffffff (0x8000000) MS[B]
	[2] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0xe0200000 - 0xe02007ff (0x800) MX[B]E
	[8] -1	0xe0200800 - 0xe0200fff (0x800) MX[B]E
	[9] -1	0xe0100000 - 0xe01fffff (0x100000) MX[B]E
	[10] -1	0xe0080000 - 0xe00fffff (0x80000) MX[B](B)
	[11] -1	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[12] -1	0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
	[13] -1	0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
	[14] 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[15] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[16] 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[17] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0x00002000 - 0x000020ff (0x100) IX[B]E
	[20] -1	0x00001800 - 0x0000187f (0x80) IX[B]E
	[21] -1	0x00001400 - 0x000014ff (0x100) IX[B]E
	[22] -1	0x00001880 - 0x000018bf (0x40) IX[B]E
	[23] -1	0x00001000 - 0x000010ff (0x100) IX[B]E
	[24] -1	0x00001c00 - 0x00001c1f (0x20) IX[B]E
	[25] -1	0x00001c20 - 0x00001c3f (0x20) IX[B]E
	[26] -1	0x00000374 - 0x00000377 (0x4) IX[B]E
	[27] -1	0x00000170 - 0x0000017f (0x10) IX[B]E
	[28] -1	0x000003f4 - 0x000003f7 (0x4) IX[B]E
	[29] -1	0x000001f0 - 0x000001ff (0x10) IX[B]E
	[30] -1	0x000018e0 - 0x000018ff (0x20) IX[B]E
	[31] -1	0x000018c0 - 0x000018df (0x20) IX[B]E
	[32] 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[33] 0	0x000003c0 - 0x000003df (0x20) IS[B]
(==) VGA(0): Write-combining range (0xa0000,0x10000) was already clear
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(**) Option "Protocol" "SysMouse"
(**) Mouse0: Protocol: "SysMouse"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(**) Option "BaudRate" "1200"
(**) Option "StopBits" "2"
(**) Option "DataBits" "8"
(**) Option "Parity" "None"
(**) Option "Vmin" "1"
(**) Option "Vtime" "0"
(**) Option "FlowControl" "None"
(==) Mouse0: Buttons: 3
(**) Mouse0: BaudRate: 1200
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(**) Option "BaudRate" "1200"
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list!
--
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: [email protected]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-mobile" in the body of the message
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.