Re: New Laptop: i810: HELP

John Utz <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile
Message-ID <[email protected]>
well xf86 reports an illegal opcode. that's bad.

start turning things off. gamma correction wold be a good place to 
start....make sure it's not loading drm/dri....too.

thisd just going to be a tweak and retry sorta thing...

On Mon, 29 Apr 2002, Larry Rosenman wrote:

> * Larry Rosenman <[email protected]> [020429 09:43]:
> > I bought myself a new laptop yesterday, and am having issues 
> > getting XFree86 4.2.0 to initialize.  The issue appears to be
> > the /dev/agpgart device says it's not configured, although the
> > Laptop has the I830M chips, and I loaded agp.ko in /boot/loader.conf 
> 
> It's a Fujitsu C6651 LapTop, if anyone cares, 256MB mem, P-IIIM at 1.13Ghz
> 20GB HDD, and 4 USB ports (which, apparently we need to update the driver 
> for, but that's a different thread, after we get X running). 
> 
> The XFree86 is 4.2.0, installed via the PACKAGES. 
> 
> Following up to myself...
> 
> Made SOME progress...
> We still die, but it's closer. 
> 
> Any of y'all have any ideas? 
> 
> 
> with this patch in /usr/src/sys/pci/agp_i810.c:
> 
> --- agp_i810.c.orig	Thu Oct 19 05:36:27 2000
> +++ agp_i810.c	Mon Apr 29 11:28:02 2002
> @@ -87,6 +87,9 @@
>  
>  	case 0x11328086:
>  		return ("Intel 82815 (i815 GMCH) SVGA controller");
> +
> +	case 0x35778086:
> +		return ("Intel 82830M (i830M GMCH) SVGA controller");
>  	};
>  
>  	return NULL;
> @@ -116,6 +119,10 @@
>  	case 0x11328086:
>  		devid = 0x11308086;
>  		break;
> +
> +	case 0x35778086:
> +		devid = 0x35758086;
> +		break;
>  	};
>  	if (device_get_children(device_get_parent(dev), &children, &nchildren))
>  		return 0;
> @@ -150,12 +157,14 @@
>  		}
>  
>  		smram = pci_read_config(bdev, AGP_I810_SMRAM, 1);
> +#if 0
>  		if ((smram & AGP_I810_SMRAM_GMS)
>  		    == AGP_I810_SMRAM_GMS_DISABLED) {
>  			if (bootverbose)
>  				printf("I810: disabled, not probing\n");
>  			return ENXIO;
>  		}
> +#endif
>  
>  		device_verbose(dev);
>  		device_set_desc(dev, desc);
> 
> 
> I get the following XFree86 log:
> 
> 
> 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: Mon Apr 29 11:38:43 2002
> (==) Using config file: "/etc/X11/XF86Config"
> (==) ServerLayout "Simple Layout"
> (**) |-->Screen "Screen 1" (0)
> (**) |   |-->Monitor "My Monitor"
> (**) |   |-->Device "Intel 810-1"
> (**) |-->Input Device "Mouse1"
> (**) |-->Input Device "Keyboard1"
> (**) Option "AutoRepeat" "500 30"
> (**) Option "XkbRules" "xfree86"
> (**) XKB: rules: "xfree86"
> (**) Option "XkbModel" "pc104"
> (**) XKB: model: "pc104"
> (**) Option "XkbLayout" "us"
> (**) XKB: layout: "us"
> (==) Keyboard: CustomKeycode disabled
> (WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/local/".
> 	Entry deleted from font path.
> 	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/local/").
> (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/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: "dbe"
> (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
> (II) Module dbe: vendor="The XFree86 Project"
> 	compiled for 4.2.0, module version = 1.0.0
> 	Module class: XFree86 Server Extension
> 	ABI class: XFree86 Server Extension, version 0.1
> (II) Loading extension DOUBLE-BUFFER
> (II) LoadModule: "extmod"
> (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
> (II) Module extmod: vendor="The XFree86 Project"
> 	compiled for 4.2.0, module version = 1.0.0
> 	Module class: XFree86 Server Extension
> 	ABI class: XFree86 Server Extension, version 0.1
> (II) Loading extension SHAPE
> (II) Loading extension MIT-SUNDRY-NONSTANDARD
> (II) Loading extension BIG-REQUESTS
> (II) Loading extension SYNC
> (II) Loading extension MIT-SCREEN-SAVER
> (II) Loading extension XC-MISC
> (II) Loading extension XFree86-VidModeExtension
> (II) Loading extension XFree86-Misc
> (II) Loading extension DPMS
> (II) Loading extension FontCache
> (II) Loading extension TOG-CUP
> (II) Loading extension Extended-Visual-Information
> (II) Loading extension XVideo
> (II) Loading extension XVideo-MotionCompensation
> (II) LoadModule: "type1"
> (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
> (II) Module type1: vendor="The XFree86 Project"
> 	compiled for 4.2.0, module version = 1.0.1
> 	Module class: XFree86 Font Renderer
> 	ABI class: XFree86 Font Renderer, version 0.3
> (II) Loading font Type1
> (II) Loading font CID
> (II) LoadModule: "freetype"
> (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
> (II) Module freetype: vendor="The XFree86 Project"
> 	compiled for 4.2.0, module version = 1.1.10
> 	Module class: XFree86 Font Renderer
> 	ABI class: XFree86 Font Renderer, version 0.3
> (II) Loading font FreeType
> (II) LoadModule: "i810"
> (II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o
> (II) Module i810: vendor="The XFree86 Project"
> 	compiled for 4.2.0, module version = 1.1.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) I810: Driver for Intel i810 chipset: i810, i810-dc100, i810e, i815,
> 	i830M
> (II) Primary Device is: PCI 00:02:0
> (--) Assigning device section with no busID to primary device
> (WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
> (--) Chipset i830M 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 "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) 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
> (**) I810(0): Depth 24, (--) framebuffer bpp 32
> (==) I810(0): RGB weight 888
> (==) I810(0): Default visual is TrueColor
> (==) I810(0): Write-combining range (0xa0000,0x20000) was already clear
> (==) I810(0): Write-combining range (0xf0000,0x10000)
> (WW) I810(0): Bad V_BIOS checksum
> (II) I810(0): Primary V_BIOS segment is: 0xc000
> (--) I810(0): Chipset: "i830"
> (--) I810(0): Linear framebuffer at 0xE8000000
> (--) I810(0): IO registers at addr 0xE0000000
> (II) I810(0): detected 8192K stolen memory.
> (II) I810(0): I810CheckAvailableMemory: 208896k available
> (==) I810(0): Will alloc AGP framebuffer: 8192 kByte
> (==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
> c000:01a2: 62 ILLEGAL X86 OPCODE!
> (II) I810(0): Failed to detect active display devices
> (EE) I810(0): Couldn't detect display devices.
> (II) UnloadModule: "i810"
> (II) UnloadModule: "int10"
> (II) Unloading /usr/X11R6/lib/modules/libint10.a
> (II) UnloadModule: "vgahw"
> (II) Unloading /usr/X11R6/lib/modules/libvgahw.a
> (EE) Screen(s) found, but none have a usable configuration.
> 
> Fatal server error:
> no screens found
> 
> When reporting a problem related to a server crash, please send
> the full server output, not just the last messages.
> This can be found in the log file "/var/log/XFree86.0.log".
> Please report problems to [email protected].
> 
> 
> Here is a verbose dmesg:
> 
> Copyright (c) 1992-2002 The FreeBSD Project.
> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
> 	The Regents of the University of California. All rights reserved.
> FreeBSD 4.5-STABLE #14: Mon Apr 29 11:31:10 CDT 2002
>     ler@lerlaptop:/usr/obj/usr/src/sys/LERLAPTOP
> Calibrating clock(s) ... TSC clock: 1129562703 Hz, i8254 clock: 1193174 Hz
> CLK_USE_I8254_CALIBRATION not specified - using default frequency
> Timecounter "i8254"  frequency 1193182 Hz
> CLK_USE_TSC_CALIBRATION not specified - using old calibration method
> CPU: Pentium III/Pentium III Xeon/Celeron (1129.58-MHz 686-class CPU)
>   Origin = "GenuineIntel"  Id = 0x6b1  Stepping = 1
>   Features=0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
> real memory  = 259522560 (253440K bytes)
> Physical memory chunk(s):
> 0x00001000 - 0x0009efff, 647168 bytes (158 pages)
> 0x003be000 - 0x0f6dffff, 254943232 bytes (62242 pages)
> 0x0f700000 - 0x0f777fff, 491520 bytes (120 pages)
> avail memory = 248741888 (242912K bytes)
> bios32: Found BIOS32 Service Directory header at 0xc00f63d0
> bios32: Entry = 0xfd850 (c00fd850)  Rev = 0  Len = 1
> pcibios: PCI BIOS entry at 0x11e
> pnpbios: Found PnP BIOS data at 0xc00f6420
> pnpbios: Entry = f0000:92bd  Rev = 1.0
> Other BIOS signatures found:
> ACPI: 000f6400
> Preloaded elf kernel "kernel" at 0xc0397000.
> Preloaded elf module "agp.ko" at 0xc03970a8.
> Preloaded elf module "accf_data.ko" at 0xc0397144.
> Preloaded elf module "accf_http.ko" at 0xc03971e8.
> Pentium Pro MTRR support enabled
> pci_open(1):	mode 1 addr port (0x0cf8) is 0x80000058
> pci_open(1a):	mode1res=0x80000000 (0x80000000)
> pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=35758086)
> Using $PIR table, 9 entries at 0xc00fdf30
> apm0: <APM BIOS> on motherboard
> apm: found APM BIOS v1.2, connected at v1.2
> npx0: <math processor> on motherboard
> npx0: INT 16 interface
> pcib0: <Host to PCI bridge> on motherboard
> found->	vendor=0x8086, dev=0x3575, revid=0x04
> 	class=06-00-00, hdrtype=0x00, mfdev=0
> 	subordinatebus=0 	secondarybus=0
> 	map[10]: type 1, range 32, base 00000000, size  0
> found->	vendor=0x8086, dev=0x3577, revid=0x04
> 	class=03-00-00, hdrtype=0x00, mfdev=1
> 	subordinatebus=0 	secondarybus=0
> 	intpin=a, irq=11
> 	map[10]: type 1, range 32, base e8000000, size 27
> 	map[14]: type 1, range 32, base e0000000, size 19
> found->	vendor=0x8086, dev=0x3577, revid=0x00
> 	class=03-80-00, hdrtype=0x00, mfdev=1
> 	subordinatebus=0 	secondarybus=0
> 	map[10]: type 1, range 32, base f0000000, size 27
> 	map[14]: type 1, range 32, base e0080000, size 19
> found->	vendor=0x8086, dev=0x2482, revid=0x02
> 	class=0c-03-00, hdrtype=0x00, mfdev=1
> 	subordinatebus=0 	secondarybus=0
> 	intpin=a, irq=11
> 	map[20]: type 1, range 32, base 000018c0, size  5
> found->	vendor=0x8086, dev=0x2484, revid=0x02
> 	class=0c-03-00, hdrtype=0x00, mfdev=0
> 	subordinatebus=0 	secondarybus=0
> 	intpin=b, irq=11
> 	map[20]: type 1, range 32, base 000018e0, size  5
> found->	vendor=0x8086, dev=0x2448, revid=0x42
> 	class=06-04-00, hdrtype=0x01, mfdev=0
> 	subordinatebus=3 	secondarybus=1
> found->	vendor=0x8086, dev=0x248c, revid=0x02
> 	class=06-01-00, hdrtype=0x00, mfdev=1
> 	subordinatebus=0 	secondarybus=0
> found->	vendor=0x8086, dev=0x248a, revid=0x02
> 	class=01-01-8a, hdrtype=0x00, mfdev=0
> 	subordinatebus=0 	secondarybus=0
> 	intpin=a, irq=255
> 	map[10]: type 1, range 32, base 000001f0, size  3
> 	map[14]: type 1, range 32, base 000003f4, size  2
> 	map[18]: type 1, range 32, base 00000170, size  3
> 	map[1c]: type 1, range 32, base 00000374, size  2
> 	map[20]: type 1, range 32, base 00001c20, size  4
> 	map[24]: type 1, range 32, base e0100000, size 10
> found->	vendor=0x8086, dev=0x2483, revid=0x02
> 	class=0c-05-00, hdrtype=0x00, mfdev=0
> 	subordinatebus=0 	secondarybus=0
> 	intpin=b, irq=11
> 	map[20]: type 1, range 32, base 00001c00, size  5
> found->	vendor=0x8086, dev=0x2485, revid=0x02
> 	class=04-01-00, hdrtype=0x00, mfdev=0
> 	subordinatebus=0 	secondarybus=0
> 	intpin=b, irq=11
> 	map[10]: type 1, range 32, base 00001000, size  8
> 	map[14]: type 1, range 32, base 00001880, size  6
> found->	vendor=0x8086, dev=0x2486, revid=0x02
> 	class=07-03-00, hdrtype=0x00, mfdev=0
> 	subordinatebus=0 	secondarybus=0
> 	intpin=b, irq=11
> 	map[10]: type 1, range 32, base 00001400, size  8
> 	map[14]: type 1, range 32, base 00001800, size  7
> pci0: <PCI bus> on pcib0
> agp0: <Intel 82830M (i830M GMCH) SVGA controller> mem 0xe0000000-0xe007ffff,0xe8000000-0xefffffff irq 11 at device 2.0 on pci0
> agp0: allocating GATT for aperture of size 32M
> pci0: <unknown card> (vendor=0x8086, dev=0x3577) at 2.1
> uhci0: <Intel 82801CA/CAM (ICH3) USB controller USB-A> port 0x18c0-0x18df irq 11 at device 29.0 on pci0
> usb0: <Intel 82801CA/CAM (ICH3) USB controller USB-A> on uhci0
> usb0: USB revision 1.0
> uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
> uhub0: 2 ports with 2 removable, self powered
> uhci1: <Intel 82801CA/CAM (ICH3) USB controller USB-B> port 0x18e0-0x18ff irq 11 at device 29.1 on pci0
> 	using shared irq11.
> usb1: <Intel 82801CA/CAM (ICH3) USB controller USB-B> on uhci1
> usb1: USB revision 1.0
> uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
> uhub1: 2 ports with 2 removable, self powered
> pcib1: <PCI to PCI bridge (vendor=8086 device=2448)> at device 30.0 on pci0
> found->	vendor=0x104c, dev=0xac55, revid=0x01
> 	class=06-07-00, hdrtype=0x02, mfdev=1
> 	subordinatebus=2 	secondarybus=2
> 	intpin=a, irq=11
> found->	vendor=0x104c, dev=0xac55, revid=0x01
> 	class=06-07-00, hdrtype=0x02, mfdev=1
> 	subordinatebus=3 	secondarybus=3
> 	intpin=b, irq=11
> found->	vendor=0x10ec, dev=0x8139, revid=0x10
> 	class=02-00-00, hdrtype=0x00, mfdev=0
> 	subordinatebus=0 	secondarybus=0
> 	intpin=a, irq=11
> 	map[10]: type 1, range 32, base 00002000, size  8
> 	map[14]: type 1, range 32, base e0200800, size  8
> found->	vendor=0x10cf, dev=0x2010, revid=0x01
> 	class=0c-00-10, hdrtype=0x00, mfdev=0
> 	subordinatebus=0 	secondarybus=0
> 	intpin=a, irq=11
> 	map[10]: type 1, range 32, base e0200000, size 11
> pci1: <PCI bus> on pcib1
> Found unknown YENTA PCI-CARDBUS Bridge devid 0xac55104c
> pcic0: <YENTA PCI-CARDBUS Bridge> irq 11 at device 10.0 on pci1
> pcic0: PCI Memory allocated: 0x44000000
> pcic0: PCI Configuration space:
>   0x00: 0xac55104c 0x02100007 0x06070001 0x00824008 
>   0x10: 0x44000000 0x020000a0 0x00020201 0x00000000 
>   0x20: 0x00000000 0x00000000 0x00000000 0x00000000 
>   0x30: 0x00000000 0x00000000 0x00000000 0x07e0010b 
>   0x40: 0x116410cf 0x00000001 0x00000000 0x00000000 
>   0x50: 0x00000000 0x00000000 0x00000000 0x00000000 
>   0x60: 0x00000000 0x00000000 0x00000000 0x00000000 
>   0x70: 0x00000000 0x00000000 0x00000000 0x00000000 
>   0x80: 0x00649060 0x00000000 0x00000000 0x01c61d22 
>   0x90: 0x404682c0 0x00000000 0x00000000 0x00000000 
>   0xa0: 0xfe120001 0x00c00000 0x00000004 0x0000000b 
>   0xb0: 0x09000000 0x00000000 0x00000000 0x00000000 
>   0xc0: 0x00000000 0x00000000 0x00000000 0x00000000 
>   0xd0: 0x00000000 0x00000000 0x00000000 0x00000000 
>   0xe0: 0x00000000 0x00000000 0x00000000 0x00000000 
>   0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 
> pccard0: <PC Card bus (classic)> on pcic0
> Found unknown YENTA PCI-CARDBUS Bridge devid 0xac55104c
> pcic1: <YENTA PCI-CARDBUS Bridge> irq 11 at device 10.1 on pci1
> pcic1: PCI Memory allocated: 0x44001000
> pcic1: PCI Configuration space:
>   0x00: 0xac55104c 0x02100007 0x06070001 0x00824008 
>   0x10: 0x44001000 0x020000a0 0x00030301 0x00000000 
>   0x20: 0x00000000 0x00000000 0x00000000 0x00000000 
>   0x30: 0x00000000 0x00000000 0x00000000 0x07e0020b 
>   0x40: 0x116410cf 0x00000001 0x00000000 0x00000000 
>   0x50: 0x00000000 0x00000000 0x00000000 0x00000000 
>   0x60: 0x00000000 0x00000000 0x00000000 0x00000000 
>   0x70: 0x00000000 0x00000000 0x00000000 0x00000000 
>   0x80: 0x00649060 0x00000000 0x00000000 0x01c61d22 
>   0x90: 0x404683c0 0x00000000 0x00000000 0x00000000 
>   0xa0: 0xfe120001 0x00c00000 0x00000804 0x0000000b 
>   0xb0: 0x09000000 0x00000000 0x00000000 0x00000000 
>   0xc0: 0x00000000 0x00000000 0x00000000 0x00000000 
>   0xd0: 0x00000000 0x00000000 0x00000000 0x00000000 
>   0xe0: 0x00000000 0x00000000 0x00000000 0x00000000 
>   0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 
> pccard1: <PC Card bus (classic)> on pcic1
> rl0: <RealTek 8139 10/100BaseTX> port 0x2000-0x20ff mem 0xe0200800-0xe02008ff irq 11 at device 13.0 on pci1
> rl0: Ethernet address: 00:e0:00:7e:d0:45
> miibus0: <MII bus> on rl0
> rlphy0: <RealTek internal media interface> on miibus0
> rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
> bpf: rl0 attached
> pci1: <unknown card> (vendor=0x10cf, dev=0x2010) at 14.0 irq 11
> isab0: <PCI to ISA bridge (vendor=8086 device=248c)> at device 31.0 on pci0
> isa0: <ISA bus> on isab0
> atapci0: <Intel ICH3 ATA100 controller> port 0x1c20-0x1c2f,0x374-0x377,0x170-0x177,0x3f4-0x3f7,0x1f0-0x1f7 mem 0xe0100000-0xe01003ff at device 31.1 on pci0
> ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x1c20
> ata0: mask=03 ostat0=50 ostat2=00
> ata0-master: ATAPI 00 00
> ata0-slave: ATAPI 00 00
> ata0: mask=03 stat0=50 stat1=00
> ata0-master: ATA 01 a5
> ata0: devices=01
> ata0: at 0x1f0 irq 14 on atapci0
> ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0x1c28
> ata1: mask=03 ostat0=50 ostat2=00
> ata1-master: ATAPI 14 eb
> ata1-slave: ATAPI 14 eb
> ata1: mask=03 stat0=00 stat1=00
> ata1: devices=0c
> ata1: at 0x170 irq 15 on atapci0
> ichsmb0: <SMBus controller> port 0x1c00-0x1c1f irq 11 at device 31.3 on pci0
> pcm0: <Intel 82801CA (ICH3)> port 0x1880-0x18bf,0x1000-0x10ff irq 11 at device 31.5 on pci0
> pcm0: ac97 codec id 0x83847656 (SigmaTel STAC9756/9757)
> pcm0: ac97 codec features 18 bit DAC, 18 bit ADC, 5 bit master volume, SigmaTel 3D Enhancement
> pcm0: ac97 primary codec extended features variable rate PCM, reserved 1, AMAP
> pcm0: sndbuf_setmap 29000, 4000; 0xd3bda000 -> 29000
> pcm0: sndbuf_setmap 2d000, 4000; 0xd3bde000 -> 2d000
> pcm0: measured ac97 link rate at 48014 Hz, will use 48000 Hz
> pci0: <unknown card> (vendor=0x8086, dev=0x2486) at 31.6 irq 11
> ata-: ata0 exists, using next available unit number
> ata-: ata1 exists, using next available unit number
> pcic-: pcic0 exists, using next available unit number
> pcic-: pcic1 exists, using next available unit number
> Trying Read_Port at 203
> Trying Read_Port at 243
> Trying Read_Port at 283
> Trying Read_Port at 2c3
> Trying Read_Port at 303
> Trying Read_Port at 343
> Trying Read_Port at 383
> Trying Read_Port at 3c3
> pnpbios: 17 devices, largest 266 bytes
> PNP0c02: adding io range 0x10-0x18, size=0x9, align=0x1
> PNP0c02: adding io range 0x1f-0x1f, size=0x1, align=0x1
> PNP0c02: adding io range 0x22-0x22, size=0x1, align=0x1
> PNP0c02: adding io range 0x24-0x25, size=0x2, align=0x1
> PNP0c02: adding io range 0x28-0x29, size=0x2, align=0x1
> PNP0c02: adding io range 0x2c-0x2d, size=0x2, align=0x1
> PNP0c02: adding io range 0x30-0x31, size=0x2, align=0x1
> PNP0c02: adding io range 0x34-0x35, size=0x2, align=0x1
> PNP0c02: adding io range 0x38-0x39, size=0x2, align=0x1
> PNP0c02: adding io range 0x3c-0x3d, size=0x2, align=0x1
> PNP0c02: adding io range 0x4e-0x4f, size=0x2, align=0x1
> PNP0c02: adding io range 0x50-0x52, size=0x3, align=0x1
> PNP0c02: adding io range 0x62-0x62, size=0x1, align=0x1
> PNP0c02: adding io range 0x66-0x66, size=0x1, align=0x1
> PNP0c02: adding io range 0x72-0x77, size=0x6, align=0x1
> PNP0c02: adding io range 0x80-0x80, size=0x1, align=0x1
> PNP0c02: adding io range 0x90-0x9f, size=0x10, align=0x1
> PNP0c02: adding io range 0xa4-0xa5, size=0x2, align=0x1
> PNP0c02: adding io range 0xa8-0xa9, size=0x2, align=0x1
> PNP0c02: adding io range 0xac-0xad, size=0x2, align=0x1
> PNP0c02: adding io range 0xb0-0xbd, size=0xe, align=0x1
> PNP0c02: adding io range 0x4d0-0x4d1, size=0x2, align=0x1
> PNP0c02: adding io range 0xf800-0xf87f, size=0x80, align=0x1
> PNP0c02: adding io range 0xf880-0xf8ff, size=0x80, align=0x1
> PNP0c02: adding io range 0xfc00-0xfc7f, size=0x80, align=0x1
> PNP0c02: adding io range 0xfc80-0xfcbf, size=0x40, align=0x1
> PNP0c02: adding io range 0xfd00-0xfd6f, size=0x70, align=0x1
> PNP0c02: adding io range 0xfe00-0xfe0f, size=0x10, align=0x1
> PNP0c02: adding fixed memory32 range 0xfff00000-0xffffffff, size=0x100000
> PNP0c02: adding fixed memory32 range 0xffb00000-0xffbfffff, size=0x100000
> PNP0c02: end config
> pnpbios: handle 0 device ID PNP0c02 (020cd041)
> PNP0c01: adding fixed memory32 range 0-0x9ffff, size=0xa0000
> PNP0c01: adding fixed memory32 range 0xe4000-0xfffff, size=0x1c000
> PNP0c01: adding fixed memory32 range 0x100000-0xfffffff, size=0xff00000
> PNP0c01: end config
> pnpbios: handle 2 device ID PNP0c01 (010cd041)
> PNP0c04: adding io range 0xf0-0xff, size=0x10, align=0x1
> PNP0c04: adding irq mask 0x2000
> PNP0c04: end config
> pnpbios: handle 3 device ID PNP0c04 (040cd041)
> PNP0800: adding io range 0x61-0x61, size=0x1, align=0x1
> PNP0800: end config
> pnpbios: handle 4 device ID PNP0800 (0008d041)
> PNP0303: adding io range 0x60-0x60, size=0x1, align=0x1
> PNP0303: adding io range 0x64-0x64, size=0x1, align=0x1
> PNP0303: adding irq mask 00x2
> PNP0303: end config
> pnpbios: handle 5 device ID PNP0303 (0303d041)
> PNP0200: adding io range 0-0xf, size=0x10, align=0x1
> PNP0200: adding io range 0x81-0x8f, size=0xf, align=0x1
> PNP0200: adding io range 0xc0-0xdf, size=0x20, align=0x1
> PNP0200: adding dma mask 0x10
> PNP0200: end config
> pnpbios: handle 7 device ID PNP0200 (0002d041)
> PNP0000: adding io range 0x20-0x21, size=0x2, align=0x1
> PNP0000: adding io range 0xa0-0xa1, size=0x2, align=0x1
> PNP0000: adding irq mask 00x4
> PNP0000: end config
> pnpbios: handle 8 device ID PNP0000 (0000d041)
> PNP0100: adding io range 0x40-0x43, size=0x4, align=0x1
> PNP0100: adding irq mask 00x1
> PNP0100: end config
> pnpbios: handle 9 device ID PNP0100 (0001d041)
> PNP0b00: adding io range 0x70-0x71, size=0x2, align=0x1
> PNP0b00: adding irq mask 0x100
> PNP0b00: end config
> pnpbios: handle 10 device ID PNP0b00 (000bd041)
> PNP0a03: adding io range 0xcf8-0xcff, size=0x8, align=0x1
> PNP0a03: end config
> pnpbios: handle 11 device ID PNP0a03 (030ad041)
> PNP0c02: adding fixed memory32 range 0xcf000-0xcffff, size=0x1000
> PNP0c02: end config
> pnpbios: handle 12 device ID PNP0c02 (020cd041)
> PNP0f13: adding irq mask 0000
> PNP0f13: end config
> pnpbios: handle 13 device ID PNP0f13 (130fd041)
> PNP0700: adding io range 0x3f0-0x3f5, size=0x6, align=0x1
> PNP0700: adding io range 0x3f7-0x3f7, size=0x1, align=0x1
> PNP0700: adding irq mask 0x40
> PNP0700: adding dma mask 0x4
> PNP0700: end config
> pnpbios: handle 14 device ID PNP0700 (0007d041)
> PNP0501: adding io range 0x3f8-0x3ff, size=0x8, align=0x1
> PNP0501: adding irq mask 0x10
> PNP0501: end config
> pnpbios: handle 15 device ID PNP0501 (0105d041)
> SMCf010: adding io range 0x2e8-0x2ef, size=0x8, align=0x1
> SMCf010: adding io range 0x400-0x43f, size=0x40, align=0x80
> SMCf010: adding irq mask 00x8
> SMCf010: adding dma mask 0x8
> SMCf010: end config
> pnpbios: handle 17 device ID SMCf010 (10f0a34d)
> PNP0400: adding io range 0x378-0x37f, size=0x8, align=0x1
> PNP0400: adding io range 0x778-0x77b, size=0x4, align=0x1
> PNP0400: adding irq mask 0x80
> PNP0400: end config
> pnpbios: handle 19 device ID PNP0400 (0004d041)
> PNP0e03: adding io range 0-0xffffffff, size=0, align=0
> PNP0e03: end config
> pnpbios: handle 21 device ID PNP0e03 (030ed041)
> isa_probe_children: disabling PnP devices
> isa_probe_children: probing non-PnP devices
> orm0: <Option ROMs> at iomem 0xc0000-0xcc7ff,0xcc800-0xcefff on isa0
> fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
> fdc0: FIFO enabled, 8 bytes threshold
> fd0: <1440-KB 3.5" drive> on fdc0 drive 0
> ata2 failed to probe at port 0x1f0 irq 14 on isa0
> ata3 failed to probe at port 0x170 irq 15 on isa0
> atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
> atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
> atkbd: the current kbd controller command byte 0047
> atkbd: keyboard ID 0x54ab (2)
> kbd0 at atkbd0
> kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000
> psm0: current command byte:0047
> psm0: <PS/2 Mouse> irq 12 on atkbdc0
> psm0: model IntelliMouse, device ID 3-00, 3 buttons
> psm0: config:00000000, flags:00000000, packet size:4
> psm0: syncmask:08, syncbits:08
> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
> fb0: vga0, vga, type:VGA (5), flags:0x7007f
> fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
> fb0: init mode:24, bios mode:3, current mode:24
> fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
> VGA parameters upon power-up
> 50 18 10 00 00 00 03 00 02 67 5f 4f 50 02 55 81 
> bf 1f 00 4f 0d 0e 00 00 06 40 9c 8e 8f 28 1f 96 
> b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
> 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
> VGA parameters in BIOS for mode 24
> 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 
> bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
> b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
> 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
> EGA/VGA parameters to be used for mode 24
> 50 18 10 00 00 00 03 00 02 67 5f 4f 50 02 55 81 
> bf 1f 00 4f 0d 0e 00 00 06 40 9c 8e 8f 28 1f 96 
> b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
> 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
> sc0: <System console> at flags 0x100 on isa0
> sc0: VGA <16 virtual consoles, flags=0x300>
> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
> pcic2 failed to probe at port 0x3e0 iomem 0xd0000 on isa0
> pcic3 failed to probe at port 0x3e2 iomem 0xd4000 on isa0
> sio0: irq maps: 0x841 0x851 0x841 0x841
> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
> sio0: type 16550A
> ppc0: parallel port found at 0x378
> ppc0: using extended I/O port range
> ppc0: EPP SPP
> ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
> ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
> plip0: <PLIP network interface> on ppbus0
> bpf: lp0 attached
> lpt0: <Printer> on ppbus0
> lpt0: Interrupt-driven port
> ppi0: <Parallel I/O> on ppbus0
> vpo0: can't connect to the drive
> imm0: (disconnect) s1=0x38 s2=0x38, s3=0x38
> imm0: (connect) s1=0x38 s2=0x38, s3=0x38
> imm0: (connect) s1=0x38 s2=0x38, s3=0x38
> isa_probe_children: probing PnP devices
> unknown: <PNP0c02> failed to probe at port 0x10-0x18,0x1f,0x22,0x24-0x25,0x28-0x29,0x2c-0x2d,0x30-0x31,0x34-0x35,0x38-0x39,0x3c-0x3d,0x4e-0x4f,0x50-0x52,0x62,0x66,0x72-0x77,0x80,0x90-0x9f,0xa4-0xa5,0xa8-0xa9,0xac-0xad,0xb0-0xbd,0x4d0-0x4d1,0xf800-0xf87f,0xf880-0xf8ff,0xfc00-0xfc7f,0xfc80-0xfcbf,0xfd00-0xfd6f,0xfe00-0xfe0f iomem 0xfff00000-0xffffffff,0xffb00000-0xffbfffff on isa0
> unknown: <PNP0c01> failed to probe at iomem 0-0x9ffff,0xe4000-0xfffff,0x100000-0xfffffff on isa0
> unknown: <PNP0c04> failed to probe at port 0xf0-0xff irq 13 on isa0
> pca0: <AT-style speaker sound> at port 0x61 on isa0
> unknown: <PNP0303> can't assign resources
> unknown: <PNP0303> at port 0x60 on isa0
> unknown: <PNP0200> failed to probe at port 0-0xf,0x81-0x8f,0xc0-0xdf drq 4 on isa0
> unknown: <PNP0000> can't assign resources
> unknown: <PNP0000> at port 0x20-0x21,0xa0-0xa1 irq 2 on isa0
> unknown: <PNP0100> failed to probe at port 0x40-0x43 irq 0 on isa0
> unknown: <PNP0b00> failed to probe at port 0x70-0x71 irq 8 on isa0
> unknown: <PNP0a03> failed to probe at port 0xcf8-0xcff on isa0
> unknown: <PNP0c02> failed to probe at iomem 0xcf000-0xcffff on isa0
> unknown: <PNP0f13> can't assign resources
> unknown: <PNP0f13> on isa0
> unknown: <PNP0700> can't assign resources
> unknown: <PNP0700> at port 0x3f0-0x3f5 on isa0
> unknown: <PNP0501> can't assign resources
> unknown: <PNP0501> at port 0x3f8-0x3ff on isa0
> unknown: <SMCf010> failed to probe at port 0x2e8-0x2ef,0x400-0x43f irq 3 drq 3 on isa0
> unknown: <PNP0400> can't assign resources
> unknown: <PNP0400> at port 0x378-0x37f on isa0
> unknown: <PNP0e03> failed to probe at port 0x19 on isa0
> pcic1: Event mask 0xf
> BIOS Geometries:
>  0:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors
>  0 accounted for
> Device configuration finished.
> bpf: lo0 attached
> ata1-slave: ATAPI identify retries exceeded
> pcic1: Autodetected 5.0V card
> pccard: card inserted, slot 1
> pcic1: reset 1 int is 10 stat is 6f
> pccard: card removed, slot 1
> ad0: success setting UDMA5 on Intel chip
> Creating DISK ad0
> pcic1: reset 1 int is 10 stat is 6f
> pcic1: Autodetected 5.0V card
> pccard: card inserted, slot 1
> pcic1: reset 2 int is 70 stat is 4f
> pcic1: reset 3 int is 70 stat is 4f
> ar: FreeBSD check1 failed
> ad0: <TOSHIBA MK2018GAP/M1.42 A> ATA-5 disk at ata0-master
> ad0: 19077MB (39070080 sectors), 38760 C, 16 H, 63 S, 512 B
> ad0: 16 secs/int, 1 depth queue, UDMA100
> ad0: piomode=4 dmamode=2 udmamode=5 cblid=1
> ata1-master: piomode=4 dmamode=2 udmamode=2 dmaflag=1
> ata1-master: success setting PIO4 on generic chip
> acd0: <HITACHI DVD-ROM GD-S250/0012> DVD-ROM drive at ata1 as master
> acd0: read 1722KB/s (34515KB/s), 512KB buffer, PIO4
> acd0: Reads: CD-R, CD-RW, CD-DA stream, DVD-ROM, DVD-R, DVD-RAM, packet
> acd0: Writes:
> acd0: Audio: play, 256 volume levels
> acd0: Mechanism: ejectable tray, unlocked
> acd0: Medium: no/blank disc
> Mounting root from ufs:/dev/ad0s2a
> ad0s1: type 0x5, start 36001665, end = 39070079, size 3068415 : OK
> ad0s2: type 0xa5, start 63, end = 36001664, size 36001602 : OK
> ad0s5: type 0xb, start 36001728, end = 39070079, size 3068352 
> ad0s5: C/H/S start 1023/1/1 (16434558) != start 36001728: invalid
> start_init: trying /sbin/init
> pcic1: reset 0 
> Linux ELF exec handler installed
> pccard1: Assigning wi0: io 0x240-0x27f irq 11 mem 0x0-0xffffffff
> pcic: I/O win 0 flags 15 240-27f
> wi0: Forcing IRQ to 11
> pcic: I/O win 0 flags 5 240-27f
> wi0 at port 0x240-0x27f irq 11 flags 0x10000 slot 1 on pccard1
> pcic: I/O win 0 flags 15 240-27f
> wi0: Forcing IRQ to 11
> wi0: 802.11 address: 00:06:25:01:da:49
> wi0: using RF:PRISM2.5 MAC:ISL3873
> wi0: Intersil Firmware: Primary 1.00.04, Station 1.00.03
> wi0: wi_has_wep = 1
> bpf: wi0 attached
> pcic1: Event mask 0x9
> 
> Kernel Config:
> 
> #
> #
> # For more information on this file, please read the handbook section on
> # Kernel Configuration Files:
> #
> #    http://www.FreeBSD.org/handbook/kernelconfig-config.html
> #
> # The handbook is also available locally in /usr/share/doc/handbook
> # if you've installed the doc distribution, otherwise always see the
> # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
> # latest information.
> #
> # An exhaustive list of options and more detailed explanations of the
> # device lines is also present in the ./LINT configuration file. If you are
> # in doubt as to the purpose or necessity of a line, check first in LINT.
> #
> # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.38 2002/01/25 17:41:40 murray Exp $
> 
> machine		i386
> cpu		I686_CPU
> ident		LERLAPTOP
> maxusers	0
> 
> #makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
> 
> options 	INET			#InterNETworking
> options 	INET6			#IPv6 communications protocols
> options 	FFS			#Berkeley Fast Filesystem
> options 	FFS_ROOT		#FFS usable as root device [keep this!]
> options 	SOFTUPDATES		#Enable FFS soft updates support
> options 	UFS_DIRHASH		#Improve performance on big directories
> options 	PROCFS			#Process filesystem
> options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
> options 	SCSI_DELAY=5000	#Delay (in ms) before probing SCSI
> options 	VISUAL_USERCONFIG	#visual boot -c editor
> options 	KTRACE			#ktrace(1) support
> options 	SYSVSHM			#SYSV-style shared memory
> options 	SYSVMSG			#SYSV-style message queues
> options 	SYSVSEM			#SYSV-style semaphores
> options 	P1003_1B		#Posix P1003_1B real-time extensions
> options 	_KPOSIX_PRIORITY_SCHEDULING
> options		ICMP_BANDLIM		#Rate limit bad replies
> options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
> options		PNPBIOS
> options		PERFMON
> # CPU_ENABLE_SSE enables SSE/MMX2 instructions support.
> options 	CPU_ENABLE_SSE
> 
> 
> device		isa
> device		pci
> 
> # Floppy drives
> device		fdc0	at isa? port IO_FD1 irq 6 drq 2
> device		fd0	at fdc0 drive 0
> #
> 
> # ATA and ATAPI devices
> device		ata0	at isa? port IO_WD1 irq 14
> device		ata1	at isa? port IO_WD2 irq 15
> device		ata
> device		atadisk			# ATA disk drives
> device		atapicd			# ATAPI CDROM drives
> device		atapifd			# ATAPI floppy drives
> device		atapist			# ATAPI tape drives
> options 	ATA_STATIC_ID		#Static device numbering
> 
> # SCSI peripherals
> device		scbus		# SCSI bus (required)
> device		da		# Direct Access (disks)
> device		sa		# Sequential Access (tape etc)
> device		cd		# CD
> device		pass		# Passthrough device (direct SCSI access)
> 
> 
> # atkbdc0 controls both the keyboard and the PS/2 mouse
> device		atkbdc0	at isa? port IO_KBD
> device		atkbd0	at atkbdc? irq 1 flags 0x1
> device		psm0	at atkbdc? irq 12
> 
> device		vga0	at isa?
> 
> # splash screen/screen saver
> pseudo-device	splash
> 
> # syscons is the default console driver, resembling an SCO console
> device		sc0	at isa? flags 0x100
> 
> 
> # Floating point support - do not disable.
> device		npx0	at nexus? port IO_NPX irq 13
> 
> # Power management support (see LINT for more options)
> ########################################vvvv was 0x20
> device		apm0    at nexus? flags 0x00 # Advanced Power Management
> 
> # PCCARD (PCMCIA) support
> device		card
> device		pcic0	at isa? irq 0 port 0x3e0 iomem 0xd0000
> device		pcic1	at isa? irq 0 port 0x3e2 iomem 0xd4000 
> 
> # Serial (COM) ports
> device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
> 
> # Parallel port
> device		ppc0	at isa? irq 7
> device		ppbus		# Parallel port bus (required)
> device		lpt		# Printer
> device		plip		# TCP/IP over parallel
> device		ppi		# Parallel port interface device
> device		vpo		# Requires scbus and da
> 
> 
> # PCI Ethernet NICs.
> device		miibus		# MII bus support
> device		rl		# RealTek 8129/8139
> 
> # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
> # exists only as a PCMCIA device, so there is no ISA attachment needed
> # and resources will always be dynamically assigned by the pccard code.
> device		wi
> 
> # Pseudo devices - the number indicates how many units to allocate.
> pseudo-device	loop		# Network loopback
> pseudo-device	ether		# Ethernet support
> #pseudo-device	sl	1	# Kernel SLIP
> #pseudo-device	ppp	1	# Kernel PPP
> pseudo-device	tun		# Packet tunnel.
> pseudo-device	pty		# Pseudo-ttys (telnet etc)
> #pseudo-device	gif		# IPv6 and IPv4 tunneling
> #pseudo-device	faith	1	# IPv6-to-IPv4 relaying (translation)
> 
> # The `bpf' pseudo-device enables the Berkeley Packet Filter.
> # Be aware of the administrative consequences of enabling this!
> pseudo-device	bpf		#Berkeley packet filter
> 
> # USB support
> device		uhci		# UHCI PCI->USB interface
> device		usb		# USB Bus (required)
> device		ugen		# Generic
> device		uhid		# "Human Interface Devices"
> device		ukbd		# Keyboard
> device		ulpt		# Printer
> device		umass		# Disks/Mass storage - Requires scbus and da
> device		ums		# Mouse
> device		uscanner	# Scanners
> device		urio		# Diamond Rio MP3 Player
> # USB Ethernet, requires mii
> device		aue		# ADMtek USB ethernet
> device		cue		# CATC USB ethernet
> device		kue		# Kawasaki LSI USB ethernet
> #####LER
> device		pcm		# sound?
> device		smbus
> device		iicbus
> device		iicbb
> device		intpm
> device		ichsmb
> device		smb
> device		iic
> device		ic
> device		pca
> pseudo-device	speaker
> 
> To Unsubscribe: send mail to [email protected]
> with "unsubscribe freebsd-mobile" in the body of the message
> 

-- 

John L. Utz III
[email protected]

Idiocy is the Impulse Function in the Convolution of Life


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.