gsutre / netbsd-drmgem

Porting DRM/GEM from OpenBSD to NetBSD (Intel only)
14 stars 3 forks source link

garbled display with genfb(4) on Ironlake #4

Closed gsutre closed 12 years ago

gsutre commented 13 years ago

On a Core i5 laptop (Arrandale), booting with genfb(4) console and then launching X gives a garbled display (only the cursor is fine). After killing X, the VT swicth is performed but the console is garbled as well.

However, on an older i386 laptop (915GM), everything works fine.

/var/log/Xorg.0.log (Arrandale)

[    36.861] 
X.Org X Server 1.9.2
Release Date: 2010-10-30
[    36.862] X Protocol Version 11, Revision 0
[    36.862] Build Operating System: NetBSD/amd64  - 
[    36.862] Current Operating System: NetBSD yosemite 5.99.52 NetBSD 5.99.52 (GENERIC) #0: Sat Jun 11 11:23:19 CEST 2011  instsoft@yosemite:/tmp/usr/src/sys/arch/amd64/compile/GENERIC amd64
[    36.862] Build Date: 23 November 2010  01:33:05AM
[    36.862]  
[    36.862] Current version of pixman: 0.21.4
[    36.863]    Before reporting problems, check http://wiki.X.Org
    to make sure that you have the latest version.
[    36.863] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    36.863] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 11 11:29:53 2011
[    36.865] (II) Loader magic: 0x815080
[    36.865] (II) Module ABI versions:
[    36.865]    X.Org ANSI C Emulation: 0.4
[    36.866]    X.Org Video Driver: 8.0
[    36.866]    X.Org XInput driver : 11.0
[    36.866]    X.Org Server Extension : 4.0
[    36.876] (--) PCI:*(0:0:2:0) 8086:0046:1028:0410 rev 2, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x000060b0/8
[    36.877] (==) Using default built-in configuration (12 lines)
[    36.877] (==) --- Start of built-in configuration ---
[    36.877]    Section "Device"
[    36.877]        Identifier  "Builtin Default intel Device 0"
[    36.877]        Driver  "intel"
[    36.877]    EndSection
[    36.877]    Section "Screen"
[    36.877]        Identifier  "Builtin Default intel Screen 0"
[    36.877]        Device  "Builtin Default intel Device 0"
[    36.877]    EndSection
[    36.877]    Section "ServerLayout"
[    36.877]        Identifier  "Builtin Default Layout"
[    36.877]        Screen  "Builtin Default intel Screen 0"
[    36.877]    EndSection
[    36.877] (==) --- End of built-in configuration ---
[    36.877] (==) ServerLayout "Builtin Default Layout"
[    36.877] (**) |-->Screen "Builtin Default intel Screen 0" (0)
[    36.877] (**) |   |-->Monitor ""
[    36.878] (**) |   |-->Device "Builtin Default intel Device 0"
[    36.878] (==) No monitor specified for screen "Builtin Default intel Screen 0".
    Using a default monitor configuration.
[    36.878] (==) Not automatically adding devices
[    36.878] (==) Not automatically enabling devices
[    36.895] (==) FontPath set to:
    /usr/X11R7/lib/X11/fonts/misc/,
    /usr/X11R7/lib/X11/fonts/TTF/,
    /usr/X11R7/lib/X11/fonts/Type1/,
    /usr/X11R7/lib/X11/fonts/75dpi/,
    /usr/X11R7/lib/X11/fonts/100dpi/
[    36.895] (==) ModulePath set to "/usr/X11R7/lib/modules"
[    36.895] (==) |-->Input Device ""
[    36.895] (==) |-->Input Device ""
[    36.895] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
[    36.895] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
[    36.895] (II) LoadModule: "extmod"
[    36.900] (II) Loading /usr/X11R7/lib/modules/extensions/libextmod.so
[    36.901] (II) Module extmod: vendor="X.Org Foundation"
[    36.901]    compiled for 1.9.2, module version = 1.0.0
[    36.901]    Module class: X.Org Server Extension
[    36.901]    ABI class: X.Org Server Extension, version 4.0
[    36.902] (II) Loading extension MIT-SCREEN-SAVER
[    36.902] (II) Loading extension XFree86-VidModeExtension
[    36.902] (II) Loading extension XFree86-DGA
[    36.902] (II) Loading extension DPMS
[    36.902] (II) Loading extension XVideo
[    36.902] (II) Loading extension XVideo-MotionCompensation
[    36.902] (II) Loading extension X-Resource
[    36.902] (II) LoadModule: "dbe"
[    36.903] (II) Loading /usr/X11R7/lib/modules/extensions/libdbe.so
[    36.903] (II) Module dbe: vendor="X.Org Foundation"
[    36.903]    compiled for 1.9.2, module version = 1.0.0
[    36.903]    Module class: X.Org Server Extension
[    36.903]    ABI class: X.Org Server Extension, version 4.0
[    36.904] (II) Loading extension DOUBLE-BUFFER
[    36.904] (II) LoadModule: "glx"
[    36.905] (II) Loading /usr/X11R7/lib/modules/extensions/libglx.so
[    36.907] (II) Module glx: vendor="X.Org Foundation"
[    36.908]    compiled for 1.9.2, module version = 1.0.0
[    36.908]    ABI class: X.Org Server Extension, version 4.0
[    36.908] (==) AIGLX enabled
[    36.908] (II) Loading extension GLX
[    36.908] (II) LoadModule: "record"
[    36.910] (II) Loading /usr/X11R7/lib/modules/extensions/librecord.so
[    36.910] (II) Module record: vendor="X.Org Foundation"
[    36.910]    compiled for 1.9.2, module version = 1.13.0
[    36.910]    Module class: X.Org Server Extension
[    36.910]    ABI class: X.Org Server Extension, version 4.0
[    36.910] (II) Loading extension RECORD
[    36.910] (II) LoadModule: "dri"
[    36.912] (II) Loading /usr/X11R7/lib/modules/extensions/libdri.so
[    36.913] (II) Module dri: vendor="X.Org Foundation"
[    36.913]    compiled for 1.9.2, module version = 1.0.0
[    36.913]    ABI class: X.Org Server Extension, version 4.0
[    36.913] (II) Loading extension XFree86-DRI
[    36.914] (II) LoadModule: "dri2"
[    36.915] (II) Loading /usr/X11R7/lib/modules/extensions/libdri2.so
[    36.916] (II) Module dri2: vendor="X.Org Foundation"
[    36.916]    compiled for 1.9.2, module version = 1.2.0
[    36.916]    ABI class: X.Org Server Extension, version 4.0
[    36.916] (II) Loading extension DRI2
[    36.916] (II) LoadModule: "intel"
[    36.917] (II) Loading /usr/X11R7/lib/modules/drivers/intel_drv.so
[    36.922] (II) Module intel: vendor="X.Org Foundation"
[    36.923]    compiled for 1.9.2, module version = 2.9.1
[    36.923]    Module class: X.Org Video Driver
[    36.923]    ABI class: X.Org Video Driver, version 8.0
[    36.923] (II) LoadModule: "mouse"
[    36.924] (II) Loading /usr/X11R7/lib/modules/drivers/mouse_drv.so
[    36.925] (II) Module mouse: vendor="X.Org Foundation"
[    36.925]    compiled for 1.9.2, module version = 1.6.0
[    36.925]    Module class: X.Org XInput Driver
[    36.925]    ABI class: X.Org XInput driver, version 11.0
[    36.925] (II) LoadModule: "kbd"
[    36.926] (II) Loading /usr/X11R7/lib/modules/drivers/kbd_drv.so
[    36.927] (II) Module kbd: vendor="X.Org Foundation"
[    36.927]    compiled for 1.9.2, module version = 1.5.0
[    36.927]    Module class: X.Org XInput Driver
[    36.927]    ABI class: X.Org XInput driver, version 11.0
[    36.927] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
[    36.928] (--) Using wscons driver on /dev/ttyE4 in pcvt compatibility mode (version 3.32)
[    36.928] (--) using VT number 5

[    36.965] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    36.967] (II) Loading sub module "vgahw"
[    36.967] (II) LoadModule: "vgahw"
[    36.970] (II) Loading /usr/X11R7/lib/modules/libvgahw.so
[    36.971] (II) Module vgahw: vendor="X.Org Foundation"
[    36.971]    compiled for 1.9.2, module version = 0.1.0
[    36.971]    ABI class: X.Org Video Driver, version 8.0
[    36.971] (II) Loading sub module "ramdac"
[    36.971] (II) LoadModule: "ramdac"
[    36.971] (II) Module "ramdac" already built-in
[    36.971] drmOpenDevice: node name is /dev/dri/card0
[    36.971] drmOpenDevice: open result is 14, (OK)
[    36.972] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    36.972] drmOpenDevice: node name is /dev/dri/card0
[    36.972] drmOpenDevice: open result is 14, (OK)
[    36.972] drmOpenByBusid: drmOpenMinor returns 14
[    36.972] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    36.972] (II) intel(0): Creating default Display subsection in Screen section
    "Builtin Default intel Screen 0" for depth/fbbpp 24/32
[    36.972] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    36.972] (==) intel(0): RGB weight 888
[    36.972] (==) intel(0): Default visual is TrueColor
[    36.972] (II) intel(0): Integrated Graphics Chipset: Intel(R) Arrandale
[    36.972] (--) intel(0): Chipset: "Arrandale"
[    36.972] (--) intel(0): Linear framebuffer at 0xE0000000
[    36.972] (--) intel(0): IO registers at addr 0xF0000000 size 4194304
[    36.972] (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
[    36.973] (II) intel(0): No SDVO device is found in VBT
[    36.975] (II) intel(0): 2 display pipes available.
[    36.975] (II) Loading sub module "ddc"
[    36.975] (II) LoadModule: "ddc"
[    36.975] (II) Module "ddc" already built-in
[    36.975] (II) Loading sub module "i2c"
[    36.975] (II) LoadModule: "i2c"
[    36.975] (II) Module "i2c" already built-in
[    36.976] (II) intel(0): Output VGA has no monitor section
[    36.977] (II) intel(0): Output eDP has no monitor section
[    36.977] 
##############################################
*** In function i830_dp_i2c_init, on line 1861, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    36.977] i830_dp_i2c_init DPDDC-A
[    36.977] ##############################################

[    36.978] (II) intel(0): I2C bus "DPDDC-A" initialized.
[    36.993] 
##############################################
*** In function i830_dp_i2c_aux_ch, on line 554, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    36.993] aux_i2c nack
[    36.993] ##############################################

[    37.013] 
##############################################
*** In function i830_dp_i2c_aux_ch, on line 554, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    37.013] aux_i2c nack
[    37.013] ##############################################

[    37.033] (II) intel(0): eDP output detected
[    37.033] (II) intel(0): Output HDMI-3 has no monitor section
[    37.033] (II) intel(0): I2C bus "HDMIB" initialized.
[    37.033] (II) intel(0): HDMI-3 output detected
[    37.033] (II) intel(0): Output DP-B has no monitor section
[    37.033] 
##############################################
*** In function i830_dp_i2c_init, on line 1861, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    37.034] i830_dp_i2c_init DPDDC-B
[    37.034] ##############################################

[    37.034] (II) intel(0): I2C bus "DPDDC-B" initialized.
[    37.053] 
##############################################
*** In function i830_dp_aux_ch, on line 381, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    37.053] dp_aux_ch timeout status 0x5145003e
[    37.053] ##############################################

[    37.053] 
##############################################
*** In function i830_dp_i2c_aux_ch, on line 525, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    37.054] aux_ch failed -60
[    37.054] ##############################################

[    37.073] 
##############################################
*** In function i830_dp_aux_ch, on line 381, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    37.073] dp_aux_ch timeout status 0x5145003e
[    37.073] ##############################################

[    37.074] 
##############################################
*** In function i830_dp_i2c_aux_ch, on line 525, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    37.074] aux_ch failed -60
[    37.074] ##############################################

[    37.074] (II) intel(0): DP-B output detected
[    37.074] (II) intel(0): Output HDMI-4 has no monitor section
[    37.074] (II) intel(0): I2C bus "HDMIC" initialized.
[    37.074] (II) intel(0): HDMI-4 output detected
[    37.074] (II) intel(0): Output DP-C has no monitor section
[    37.074] 
##############################################
*** In function i830_dp_i2c_init, on line 1861, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    37.074] i830_dp_i2c_init DPDDC-C
[    37.074] ##############################################

[    37.074] (II) intel(0): I2C bus "DPDDC-C" initialized.
[    37.093] 
##############################################
*** In function i830_dp_aux_ch, on line 381, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    37.093] dp_aux_ch timeout status 0x5145003e
[    37.093] ##############################################

[    37.094] 
##############################################
*** In function i830_dp_i2c_aux_ch, on line 525, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    37.094] aux_ch failed -60
[    37.094] ##############################################

[    37.113] 
##############################################
*** In function i830_dp_aux_ch, on line 381, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    37.113] dp_aux_ch timeout status 0x5145003e
[    37.113] ##############################################

[    37.114] 
##############################################
*** In function i830_dp_i2c_aux_ch, on line 525, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    37.114] aux_ch failed -60
[    37.114] ##############################################

[    37.114] (II) intel(0): DP-C output detected
[    37.138] (II) intel(0): EDID for output VGA
[    37.138] (II) intel(0): I2C device "DPDDC-A:ddc2" registered at address 0xA0.
[    37.153] 
##############################################
*** In function i830_dp_i2c_aux_ch, on line 554, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    37.153] aux_i2c nack
[    37.154] ##############################################

[    37.173] 
##############################################
*** In function i830_dp_i2c_aux_ch, on line 554, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    37.173] aux_i2c nack
[    37.174] ##############################################

[    37.193] 
##############################################
*** In function i830_dp_i2c_aux_ch, on line 554, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    37.193] aux_i2c nack
[    37.194] ##############################################

[    39.835] (II) intel(0): EDID for output eDP
[    39.835] (II) intel(0): Manufacturer: LGD  Model: 24d  Serial#: 0
[    39.835] (II) intel(0): Year: 2010  Week: 0
[    39.835] (II) intel(0): EDID Version: 1.4
[    39.835] (II) intel(0): Digital Display Input
[    39.835] (II) intel(0): 6 bits per channel
[    39.835] (II) intel(0): Digital interface is DisplayPort
[    39.835] (II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 17
[    39.835] (II) intel(0): Gamma: 2.20
[    39.835] (II) intel(0): No DPMS capabilities specified
[    39.835] (II) intel(0): Supported color encodings: RGB 4:4:4 
[    39.835] (II) intel(0): First detailed timing is preferred mode
[    39.835] (II) intel(0): Preferred mode is native pixel format and refresh rate
[    39.835] (II) intel(0): redX: 0.589 redY: 0.349   greenX: 0.337 greenY: 0.548
[    39.835] (II) intel(0): blueX: 0.155 blueY: 0.122   whiteX: 0.313 whiteY: 0.329
[    39.835] (II) intel(0): Manufacturer's mask: 0
[    39.835] (II) intel(0): Supported detailed timing:
[    39.836] (II) intel(0): clock: 75.5 MHz   Image Size:  294 x 166 mm
[    39.836] (II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1581 h_border: 0
[    39.836] (II) intel(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 793 v_border: 0
[    39.836] (II) intel(0): Supported detailed timing:
[    39.836] (II) intel(0): clock: 50.3 MHz   Image Size:  294 x 166 mm
[    39.836] (II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1576 h_border: 0
[    39.836] (II) intel(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 793 v_border: 0
[    39.836] (II) intel(0):  DR347133WH1
[    39.836] (II) intel(0): Unknown vendor-specific block 0
[    39.836] (II) intel(0): EDID (in hex):
[    39.836] (II) intel(0):     00ffffffffffff0030e44d0200000000
[    39.836] (II) intel(0):     00140104951d117802d5d59659568c27
[    39.836] (II) intel(0):     1f505400000001010101010101010101
[    39.836] (II) intel(0):     0101010101017e1d56d7500019303020
[    39.836] (II) intel(0):     360026a61000001aa61356d250001930
[    39.836] (II) intel(0):     3020360026a61000001a000000fe0044
[    39.836] (II) intel(0):     52333437803133335748310a00000000
[    39.836] (II) intel(0):     00004131160000000009010a20200006
[    39.836] (II) intel(0): EDID vendor "LGD", prod id 589
[    39.836] (II) intel(0): Printing probed modes for output eDP
[    39.836] (II) intel(0): Modeline "1366x768"x60.2   75.50  1366 1414 1446 1581  768 771 777 793 +hsync -vsync (47.8 kHz)
[    39.836] (II) intel(0): Modeline "1366x768"x40.2   50.30  1366 1414 1446 1576  768 771 777 793 +hsync -vsync (31.9 kHz)
[    39.836] (II) intel(0): I2C device "HDMIB:ddc2" registered at address 0xA0.
[    39.842] (II) intel(0): EDID for output HDMI-3
[    39.842] (II) intel(0): EDID for output HDMI-3
[    39.855] 
##############################################
*** In function i830_dp_aux_ch, on line 381, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    39.855] dp_aux_ch timeout status 0x5145003e
[    39.855] ##############################################

[    39.855] 
##############################################
*** In function ironlake_dp_detect, on line 1505, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    39.856] DPCD: 0000
[    39.856] ##############################################

[    39.856] (II) intel(0): EDID for output DP-B
[    39.856] (II) intel(0): I2C device "HDMIC:ddc2" registered at address 0xA0.
[    39.861] (II) intel(0): EDID for output HDMI-4
[    39.861] (II) intel(0): EDID for output HDMI-4
[    39.875] 
##############################################
*** In function i830_dp_aux_ch, on line 381, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    39.875] dp_aux_ch timeout status 0x5145003e
[    39.875] ##############################################

[    39.875] 
##############################################
*** In function ironlake_dp_detect, on line 1505, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    39.876] DPCD: 0000
[    39.876] ##############################################

[    39.876] (II) intel(0): EDID for output DP-C
[    39.876] (II) intel(0): Output VGA disconnected
[    39.876] (II) intel(0): Output eDP connected
[    39.876] (II) intel(0): Output HDMI-3 disconnected
[    39.876] (II) intel(0): Output DP-B disconnected
[    39.876] (II) intel(0): Output HDMI-4 disconnected
[    39.876] (II) intel(0): Output DP-C disconnected
[    39.876] (II) intel(0): Using exact sizes for initial modes
[    39.876] (II) intel(0): Output eDP using initial mode 1366x768
[    39.876] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    39.876] (II) intel(0): detected 512 kB GTT.
[    39.876] (II) intel(0): detected 32764 kB stolen memory.
[    39.876] (==) intel(0): video overlay key set to 0x101fe
[    39.876] (==) intel(0): DPI set to (96, 96)
[    39.876] (II) Loading sub module "fb"
[    39.876] (II) LoadModule: "fb"
[    39.877] (II) Loading /usr/X11R7/lib/modules/libfb.so
[    39.879] (II) Module fb: vendor="X.Org Foundation"
[    39.879]    compiled for 1.9.2, module version = 1.0.0
[    39.879]    ABI class: X.Org ANSI C Emulation, version 0.4
[    39.879] (II) Loading sub module "int10"
[    39.879] (II) LoadModule: "int10"
[    39.881] (II) Loading /usr/X11R7/lib/modules/libint10.so
[    39.883] (II) Module int10: vendor="X.Org Foundation"
[    39.883]    compiled for 1.9.2, module version = 1.0.0
[    39.883]    ABI class: X.Org Video Driver, version 8.0
[    39.883] (WW) intel(0): remove MTRR a0000 - c0000
[    39.885] (WW) intel(0): remove MTRR c0000 - 100000
[    39.886] (II) intel(0): Primary V_BIOS segment is: 0xc000
[    39.886] (WW) intel(0): remove MTRR 0 - 1000
[    39.890] (--) intel(0): Console VGA mode is 0x105
[    39.890] (==) Depth 24 pixmap format is 32 bpp
[    39.891] (II) intel(0): Kernel reported 1006592 total, 0 used
[    39.891] (II) intel(0): I830CheckAvailableMemory: 4026368 kB available
[    39.891] (II) intel(0): [DRI2] Setup complete
[    39.891] (II) intel(0): [DRI2]   DRI driver: i965
[    39.891] (**) intel(0): Framebuffer compression disabled
[    39.891] (**) intel(0): Tiling enabled
[    39.891] (**) intel(0): SwapBuffers wait enabled
[    39.970] (==) intel(0): VideoRam: 262144 KB
[    39.970] (II) intel(0): Attempting memory allocation with tiled buffers.
[    39.971] (II) intel(0): Tiled allocation successful.
[    39.971] (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
[    39.971] 
##############################################
*** In function I830ScreenInit, on line 2690, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_driver.c ***
[    39.971] assert( if(!vgaHWMapMem(scrn)) )
[    39.971] ##############################################

[    39.972] (WW) intel(0): remove MTRR a0000 - b0000
[    39.973] 
##############################################
*** In function I830ScreenInit, on line 2695, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_driver.c ***
[    39.973] assert( if(!I830EnterVT(scrnIndex, 0)) )
[    39.973] ##############################################

[    39.973] 
##############################################
*** In function I830ScreenInit, on line 2706, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_driver.c ***
[    39.973] assert( if(!fbScreenInit(screen, ...) )
[    39.973] ##############################################

[    39.977] (II) UXA(0): Driver registered support for the following operations:
[    39.977] (II)         solid
[    39.977] (II)         copy
[    39.977] (II)         composite (RENDER acceleration)
[    39.977] (II)         put_image
[    39.977] (II)         get_image
[    39.978] (==) intel(0): Backing store disabled
[    39.978] (==) intel(0): Silken mouse enabled
[    39.979] (II) intel(0): Initializing HW Cursor
[    39.979] 
##############################################
*** In function I830EnterVT, on line 2935, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_driver.c ***
[    39.979] Enter VT
[    39.979] ##############################################

[    39.979] 
##############################################
*** In function ironlake_edp_backlight_off, on line 912, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    39.980] 
[    39.980] ##############################################

[    39.980] 
##############################################
*** In function i830_dp_link_down, on line 1412, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    39.980] 
[    39.980] ##############################################

[    41.196] Plane disable
[    41.196] Pipe disable
[    41.216] PFIT disable
[    41.216] FDI TX disable
[    41.216] FDI RX disable
[    41.236] FDI TX train 1 preload
[    41.236] FDI RX train 1 preload
[    41.256] LVDS port force off
[    41.256] Transcoder disable
[    41.276] PCH DPLL disable
[    41.276] FDI RX PLL PCD disable
[    41.276] FDI TX PLL disable 00024040
[    41.296] FDI RX PLL disable 00044000
[    41.316] DPMS off done
[    41.336] Plane disable
[    41.336] Pipe disable
[    41.356] PFIT disable
[    41.356] FDI TX disable
[    41.356] FDI RX disable
[    41.376] FDI TX train 1 preload
[    41.376] FDI RX train 1 preload
[    41.396] LVDS port force off
[    41.396] Transcoder disable
[    41.416] PCH DPLL disable
[    41.416] FDI RX PLL PCD disable
[    41.416] FDI TX PLL disable 00004040
[    41.436] FDI RX PLL disable 00044000
[    41.456] DPMS off done
[    41.520] (II) intel(0): Fixed memory allocation layout:
[    41.520] (II) intel(0): 0x01fff000:            end of stolen memory
[    41.520] (II) intel(0): 0x01fff000-0x0fffffff: DRI memory manager (229380 kB)
[    41.520] (II) intel(0): 0x10000000:            end of aperture
[    41.520] (II) intel(0): BO memory allocation layout:
[    41.520] (II) intel(0): 0x01fff000:            start of memory manager
[    41.520] (II) intel(0): 0x02020000-0x0243ffff: front buffer (4224 kB) X tiled
[    41.520] (II) intel(0): 0x02520000-0x02529fff: HW cursors (40 kB)
[    41.520] (II) intel(0): 0x10000000:            end of memory manager
[    41.663] 
##############################################
*** In function I830InitHWCursor, on line 82, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_cursor.c ***
[    41.663] I830InitHWCursor
[    41.663] ##############################################

[    41.753] 
##############################################
*** In function ironlake_edp_backlight_off, on line 912, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    41.753] 
[    41.753] ##############################################

[    42.077] Plane disable
[    42.077] Pipe disable
[    42.097] PFIT disable
[    42.097] FDI TX disable
[    42.097] FDI RX disable
[    42.117] FDI TX train 1 preload
[    42.117] FDI RX train 1 preload
[    42.137] LVDS port force off
[    42.137] Transcoder disable
[    42.157] PCH DPLL disable
[    42.157] FDI RX PLL PCD disable
[    42.157] FDI TX PLL disable 00024040
[    42.177] FDI RX PLL disable 00044000
[    42.197] DPMS off done
[    42.217] Plane disable
[    42.217] Pipe disable
[    42.237] PFIT disable
[    42.237] FDI TX disable
[    42.237] FDI RX disable
[    42.257] FDI TX train 1 preload
[    42.257] FDI RX train 1 preload
[    42.277] LVDS port force off
[    42.277] Transcoder disable
[    42.297] PCH DPLL disable
[    42.297] FDI RX PLL PCD disable
[    42.297] FDI TX PLL disable 00004040
[    42.317] FDI RX PLL disable 00044000
[    42.337] DPMS off done
[    42.358] 
##############################################
*** In function i830_dp_mode_fixup, on line 627, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    42.358] Display port link bw 0a lane count 1 clock 270000
[    42.358] ##############################################

[    42.359] 
##############################################
*** In function ironlake_edp_backlight_off, on line 912, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    42.359] 
[    42.359] ##############################################

[    42.667] 
##############################################
*** In function ironlake_edp_pll_on, on line 924, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    42.667] 
[    42.667] ##############################################

[    42.687] Plane disable
[    42.687] Pipe disable
[    42.707] PFIT disable
[    42.707] FDI TX disable
[    42.707] FDI RX disable
[    42.727] FDI TX train 1 preload
[    42.727] FDI RX train 1 preload
[    42.747] LVDS port force off
[    42.747] Transcoder disable
[    42.767] PCH DPLL disable
[    42.767] FDI RX PLL PCD disable
[    42.767] FDI TX PLL disable 00024040
[    42.787] FDI RX PLL disable 00044000
[    42.807] DPMS off done
[    42.827] (WW) intel(0): Chosen PLL clock of 216.0 Mhz more than 2% away from desired 270.0 Mhz
[    42.827] bpp 6
[    42.887] 
##############################################
*** In function ironlake_set_pll_edp, on line 1665, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_display.c ***
[    42.887] eDP PLL enable for clock 270000
[    42.887] ##############################################

[    42.987] Pipe enable
[    42.987] Plane enable
[    42.987] LUT load
[    42.988] DPMS on done
[    43.227] 
##############################################
*** In function ironlake_edp_backlight_on, on line 894, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    43.228] 
[    43.228] ##############################################

[    43.538] Plane disable
[    43.538] Pipe disable
[    43.558] PFIT disable
[    43.558] FDI TX disable
[    43.558] FDI RX disable
[    43.578] FDI TX train 1 preload
[    43.578] FDI RX train 1 preload
[    43.598] LVDS port force off
[    43.598] Transcoder disable
[    43.618] PCH DPLL disable
[    43.618] FDI RX PLL PCD disable
[    43.618] FDI TX PLL disable 00004040
[    43.638] FDI RX PLL disable 00044000
[    43.658] DPMS off done
[    43.678] (II) intel(0): Output configuration:
[    43.678] (II) intel(0):   Pipe A is on
[    43.678] (II) intel(0):   Display plane A is now enabled and connected to pipe A.
[    43.678] (II) intel(0):   Pipe B is off
[    43.678] (II) intel(0):   Display plane B is now disabled and connected to pipe B.
[    43.678] (II) intel(0):   Output VGA is connected to pipe none
[    43.678] (II) intel(0):   Output eDP is connected to pipe A
[    43.678] (II) intel(0):   Output HDMI-3 is connected to pipe none
[    43.678] (II) intel(0):   Output DP-B is connected to pipe none
[    43.678] (II) intel(0):   Output HDMI-4 is connected to pipe none
[    43.678] (II) intel(0):   Output DP-C is connected to pipe none
[    43.678] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    43.679] 
##############################################
*** In function I830ScreenInit, on line 2775, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_driver.c ***
[    43.679] assert( if(!miCreateDefColormap(screen)) )
[    43.679] ##############################################

[    43.680] 
##############################################
*** In function I830ScreenInit, on line 2779, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_driver.c ***
[    43.680] assert( if(!xf86HandleColormaps(screen, ...)) )
[    43.680] ##############################################

[    43.680] (==) intel(0): DPMS enabled
[    43.680] (==) intel(0): Intel XvMC decoder enabled
[    43.680] (II) intel(0): Set up textured video
[    43.681] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    43.681] (II) intel(0): direct rendering: DRI2 Enabled
[    43.682] (--) RandR disabled
[    43.682] (II) Initializing built-in extension Generic Event Extension
[    43.682] (II) Initializing built-in extension SHAPE
[    43.682] (II) Initializing built-in extension MIT-SHM
[    43.682] (II) Initializing built-in extension XInputExtension
[    43.682] (II) Initializing built-in extension XTEST
[    43.682] (II) Initializing built-in extension BIG-REQUESTS
[    43.682] (II) Initializing built-in extension SYNC
[    43.682] (II) Initializing built-in extension XKEYBOARD
[    43.682] (II) Initializing built-in extension XC-MISC
[    43.682] (II) Initializing built-in extension SECURITY
[    43.682] (II) Initializing built-in extension XINERAMA
[    43.682] (II) Initializing built-in extension XFIXES
[    43.682] (II) Initializing built-in extension XFree86-Bigfont
[    43.682] (II) Initializing built-in extension RENDER
[    43.682] (II) Initializing built-in extension RANDR
[    43.682] (II) Initializing built-in extension COMPOSITE
[    43.682] (II) Initializing built-in extension DAMAGE
[    43.698] (II) AIGLX: Screen 0 is not DRI capable
[    43.726] (II) AIGLX: Loaded and initialized /usr/X11R7/lib/modules/dri/swrast_dri.so
[    43.726] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    43.726] (II) intel(0): Setting screen physical size to 361 x 203
[    44.100] (WW) : No Device specified, looking for one...
[    44.144] (II) : found Device "/dev/wsmouse"
[    44.150] (**) : Protocol: WSMouse
[    44.150] (**) Option "CorePointer"
[    44.150] (**) : always reports core events
[    44.150] (**) Option "Device" "/dev/wsmouse"
[    44.161] (==) : Emulate3Buttons, Emulate3Timeout: 50
[    44.161] (**) : ZAxisMapping: buttons 4 and 5
[    44.162] (**) : Buttons: 9
[    44.162] (II) XINPUT: Adding extended input device "" (type: MOUSE)
[    44.162] (**) : (accel) keeping acceleration scheme 1
[    44.162] (**) : (accel) acceleration profile 0
[    44.162] (**) : (accel) acceleration factor: 2.000
[    44.162] (**) : (accel) acceleration threshold: 4
[    44.168] (**) Option "CoreKeyboard"
[    44.168] (**) : always reports core events
[    44.168] (**) Option "Protocol" "standard"
[    44.168] (**) : Protocol: standard
[    44.168] (**) Option "XkbRules" "base"
[    44.168] (**) : XkbRules: "base"
[    44.168] (**) Option "XkbModel" "pc105"
[    44.168] (**) : XkbModel: "pc105"
[    44.168] (**) Option "XkbLayout" "us"
[    44.168] (**) : XkbLayout: "us"
[    44.168] (**) Option "CustomKeycodes" "off"
[    44.168] (**) : CustomKeycodes disabled
[    44.168] (II) XINPUT: Adding extended input device "" (type: KEYBOARD)
[    44.169] Pipe enable
[    44.169] Plane enable
[    44.169] LUT load
[    44.169] DPMS on done
[    44.169] 
##############################################
*** In function ironlake_edp_backlight_on, on line 894, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    44.170] 
[    44.170] ##############################################

[    66.904] 
##############################################
*** In function i830_dp_i2c_aux_ch, on line 554, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    66.904] aux_i2c nack
[    66.904] ##############################################

[    66.924] 
##############################################
*** In function i830_dp_i2c_aux_ch, on line 554, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    66.924] aux_i2c nack
[    66.924] ##############################################

[    66.944] 
##############################################
*** In function i830_dp_i2c_aux_ch, on line 554, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    66.944] aux_i2c nack
[    66.944] ##############################################

[    69.585] (II) intel(0): EDID vendor "LGD", prod id 589
[    69.585] (II) intel(0): Printing DDC gathered Modelines:
[    69.585] (II) intel(0): Modeline "1366x768"x0.0   75.50  1366 1414 1446 1581  768 771 777 793 +hsync -vsync (47.8 kHz)
[    69.586] (II) intel(0): Modeline "1366x768"x0.0   50.30  1366 1414 1446 1576  768 771 777 793 +hsync -vsync (31.9 kHz)
[    69.586] (II) intel(0): EDID vendor "LGD", prod id 589
[    69.605] 
##############################################
*** In function i830_dp_aux_ch, on line 381, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    69.605] dp_aux_ch timeout status 0x5145003e
[    69.606] ##############################################

[    69.606] 
##############################################
*** In function ironlake_dp_detect, on line 1505, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    69.606] DPCD: 0000
[    69.606] ##############################################

[    69.625] 
##############################################
*** In function i830_dp_aux_ch, on line 381, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    69.626] dp_aux_ch timeout status 0x5145003e
[    69.626] ##############################################

[    69.626] 
##############################################
*** In function ironlake_dp_detect, on line 1505, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[    69.626] DPCD: 0000
[    69.626] ##############################################

[   113.769] (II) UnloadModule: "mouse"
[   113.770] (II) UnloadModule: "kbd"
[   113.770] Pipe enable
[   113.770] Plane enable
[   113.770] LUT load
[   113.770] DPMS on done
[   113.771] 
##############################################
*** In function ironlake_edp_backlight_on, on line 894, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_dp.c ***
[   113.771] 
[   113.771] ##############################################

[   113.775] 
##############################################
*** In function I830LeaveVT, on line 2873, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_driver.c ***
[   113.776] Leave VT
[   113.776] ##############################################

[   114.019] 
##############################################
*** In function I830CloseScreen, on line 3062, in file /tmp/drmgem/usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_driver.c ***
[   114.020] 
Unmapping memory
[   114.020] ##############################################

dmesg (Arrandale)

Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    2006, 2007, 2008, 2009, 2010, 2011
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 5.99.52 (GENERIC) #0: Sat Jun 11 11:23:19 CEST 2011
    instsoft@yosemite:/tmp/usr/src/sys/arch/amd64/compile/GENERIC
total memory = 8117 MB
avail memory = 7855 MB
Prep module path=ffs len=282551 pa=dcd000
timecounter: Timecounters tick every 10.000 msec
No bootinfo commands at boot
RTC BIOS diagnostic error 0x30
timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
SMBIOS rev. 2.6 @ 0xf2460 (66 entries)
Dell Inc. Latitude E4310 (0001)
mainbus0 (root)
ACPI Warning: 32/64X FACS address mismatch in FADT - 0xDB76BF40/0x00000000DB76ED40, using 32 (20110211/tbfadt-517)
cpu0 at mainbus0 apid 0cpu0: 8 page colors
cpu0: calibrating local timer
cpu0: apic clock running at 133 MHz
timecounter: Timecounter "lapic" frequency 133090221 Hz quality -100
: Intel(R) Core(TM) i5 CPU       M 540  @ 2.53GHz, id 0x20655
cpu0: PAT enabled
cpu1 at mainbus0 apid 4x86_ipi_init: ESR 00000040
: Intel(R) Core(TM) i5 CPU       M 540  @ 2.53GHz, id 0x20655
cpu1: PAT enabled
cpu2 at mainbus0 apid 1: Intel(R) Core(TM) i5 CPU       M 540  @ 2.53GHz, id 0x20655
cpu2: PAT enabled
cpu3 at mainbus0 apid 5: Intel(R) Core(TM) i5 CPU       M 540  @ 2.53GHz, id 0x20655
cpu3: PAT enabled
ioapic0 at mainbus0 apid 2: pa 0xfec00000, version 20, 24 pins
acpi0 at mainbus0: Intel ACPICA 20110211
acpi0: X/RSDT: OemId , AslId 
acpi0: SCI interrupting at int 9
acpi0: fixed power button present
timecounter: Timecounter "ACPI-Safe" frequency 3579545 Hz quality 900
acpi0: ACPI-Safe 24-bit timer
acpiec0 at acpi0 (ECDV, PNP0C09-0): io 0x930,0x934
FWHD (INT0800) at acpi0 not configured
hpet0 at acpi0 (HPET, PNP0103-0): mem 0xfed00000-0xfed003ff
timecounter: Timecounter "hpet0" frequency 14318179 Hz quality 2000
LDRC (PNP0C02) at acpi0 not configured
attimer1 at acpi0 (TIMR, PNP0100): io 0x40-0x43,0x50-0x53 irq 0
pckbc1 at acpi0 (PS2K, PNP0303) (kbd port): io 0x60,0x64 irq 1
pckbc2 at acpi0 (PS2M, DLL0410) (aux port): irq 12
PDRC (PNP0C02) at acpi0 not configured
A_CC (SMO8800) at acpi0 not configured
acpivga0 at acpi0 (VID): ACPI Display Adapter
acpivga0: capabilities: _DOS _DOD
acpiout0 at acpivga0 (CRT, 0x0100): ACPI Display Output Device
acpiout0: capabilities: _DCS _DGS _DSS
acpiout1 at acpivga0 (LCD, 0x0400): ACPI Display Output Device
acpiout1: capabilities: _BCL _BCM _BQC _DCS _DGS _DSS
acpiout1: brightness levels: 0 6 13 20 26 33 40 46 53 60 66 73 80 86 93 100
acpiout2 at acpivga0 (DVI, 0x0302): ACPI Display Output Device
acpiout2: capabilities: _DCS _DGS _DSS
acpiout3 at acpivga0 (DVI2, 0x0303): ACPI Display Output Device
acpiout3: capabilities: _DCS _DGS _DSS
acpiout4 at acpivga0 (DP, 0x0300): ACPI Display Output Device
acpiout4: capabilities: _DCS _DGS _DSS
acpiout5 at acpivga0 (DP2, 0x0301): ACPI Display Output Device
acpiout5: capabilities: _DCS _DGS _DSS
acpivga0: connected output devices:
acpivga0:   0x0100 (acpiout0): Ext. Monitor, head 0
acpivga0:   0x0400 (acpiout1): Unknown Output Device, head 0
acpivga0:   0x0302 (acpiout2): Unknown Output Device, head 0
acpivga0:   0x0303 (acpiout3): Unknown Output Device, head 0
acpivga0:   0x0300 (acpiout4): Unknown Output Device, head 0
acpivga0:   0x0301 (acpiout5): Unknown Output Device, head 0
acpilid0 at acpi0 (LID, PNP0C0D): ACPI Lid Switch
acpibut0 at acpi0 (PBTN, PNP0C0C): ACPI Power Button
acpibut1 at acpi0 (SBTN, PNP0C0E): ACPI Sleep Button
acpiacad0 at acpi0 (AC, ACPI0003): ACPI AC Adapter
acpibat0 at acpi0 (BAT0, PNP0C0A-1): ACPI Battery
acpibat0: SMP LION rechargeable battery
acpibat0: model number DELL Y266P09, serial number 132
acpibat0: granularity: low->warn 0.028 Ah, warn->full 0.028 Ah
acpibat1 at acpi0 (BAT1, PNP0C0A-2): ACPI Battery
acpiwmi0 at acpi0 (AMW0, PNP0C14-0): ACPI WMI Interface
acpiwmi0: {8D9DDCBC-A997-11DA-B012-B622A1EF5492} oid 4141 count 01 flags 00
acpiwmi0: {A80593CE-A997-11DA-B012-B622A1EF5492} oid 4142 count 01 flags 02
acpiwmi0: {9DBB5994-A997-11DA-B012-B622A1EF5492} oid 00D0 count 01 flags 08
acpiwmi0: {A3776CE0-1E88-11DB-A98B-0800200C9A66} oid 4342 count 01 flags 00
acpiwmi0: {05901221-D566-11D1-B2F0-00A0C9062910} oid 4F4D count 01 flags 00
wmidell0 at acpiwmi0: Dell WMI mappings
pckbd0 at pckbc1 (kbd slot)
pckbc1: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard
pms0 at pckbc1 (aux slot)
pms0: synaptics_probe: Not synaptics.
pckbc1: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
pci0 at mainbus0 bus 0: configuration mode 1
pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
pchb0 at pci0 dev 0 function 0: vendor 0x8086 product 0x0044 (rev. 0x02)
agp0 at pchb0: detected 32764k stolen memory
agp0: aperture at 0xe0000000, size 0x10000000
genfb0 at pci0 dev 2 function 0: vendor 0x8086 product 0x0046
genfb0: recycling existing fb mapping at ffff800052c60000
genfb0: framebuffer at 0xe0000000, size 1024x768,depth 8, stride 1024
wsdisplay0 at genfb0 kbdmux 1: console (default, vt100 emulation), using wskbd0
wsmux1: connecting to wsdisplay0
inteldrm0 at genfb0: ioapic0 pin 16
drmdev0 at inteldrm0
wm0 at pci0 dev 25 function 0: PCH LAN (82577LM) Controller, rev. 5
wm0: interrupting at ioapic0 pin 20
wm0: PCI-Express bus
wm0: FLASH
wm0: Ethernet address 5c:26:0a:13:8f:e1
ihphy0 at wm0 phy 2: i82577 10/100/1000 media interface, rev. 3
ihphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
ehci0 at pci0 dev 26 function 0: vendor 0x8086 product 0x3b3c (rev. 0x05)
ehci0: interrupting at ioapic0 pin 16
ehci0: EHCI version 1.0
usb0 at ehci0: USB revision 2.0
usb0: WARNING: power management not supported
hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
hdaudio0: interrupting at ioapic0 pin 22
hdafg0 at hdaudio0 vendor 0x111D product 0x7605 nid 0x01: Sigmatel 92HD81B1X5
hdafg0: DAC00 2ch: Speaker [Built-In], HP Out [Jack]
    nid=0D [pin: Speaker (Built-In)]
           nid=13 [audio output] [source: dac]
    nid=0B [pin: HP Out (Black Jack)]
           nid=13 [audio output] [source: dac]
hdafg0: ADC01 2ch: Mic In [Jack]
    nid=0A [pin: Mic In (Black Jack)]
    nid=0F [pin: Mic In (Black Jack)]
hdafg0: ADC02 2ch: Mic In [Built-In]
    nid=11 [pin: Mic In (Built-In)]
hdafg0: DAC03 2ch: Speaker [Jack]
    nid=0E [pin: Speaker (Black Jack)]
           nid=14 [audio output] [source: dac]
hdafg0: 2ch/2ch 44100Hz 48000Hz 88200Hz 96000Hz 192000Hz 16/16 20/32 24/32
audio0 at hdafg0: full duplex, playback, capture, independent
hdafg1 at hdaudio0 vendor 0x8086 product 0x2804 nid 0x01: Intel G45 HDMI
hdafg1: DP00 8ch: Digital Out [Jack]
    nid=04 [pin: Digital Out (Jack)]
           nid=02 [audio output] [source: dac]
hdafg1: DP01 8ch: Digital Out [Jack]
    nid=05 [pin: Digital Out (Jack)]
           nid=03 [audio output] [source: dac]
hdafg1: 8ch/0ch 48000Hz 16/16*
ppb0 at pci0 dev 28 function 0: vendor 0x8086 product 0x3b42 (rev. 0x05)
ppb0: PCI Express 2.0 
pci1 at ppb0 bus 1
pci1: i/o space, memory space enabled, rd/line, wr/inv ok
ppb1 at pci0 dev 28 function 1: vendor 0x8086 product 0x3b44 (rev. 0x05)
ppb1: PCI Express 2.0 
pci2 at ppb1 bus 2
pci2: i/o space, memory space enabled, rd/line, wr/inv ok
iwn0 at pci2 dev 0 function 0: vendor 0x8086 product 0x422b (rev. 0x35)
iwn0: interrupting at ioapic0 pin 17
iwn0: MIMO 3T3R, MoW, address 00:24:d7:55:88:5c
iwn0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
iwn0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
iwn0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
ppb2 at pci0 dev 28 function 2: vendor 0x8086 product 0x3b46 (rev. 0x05)
ppb2: PCI Express 2.0 
pci3 at ppb2 bus 3
pci3: i/o space, memory space enabled, rd/line, wr/inv ok
sdhc0 at pci3 dev 0 function 0: vendor 0x1180 product 0xe822 (rev. 0x01)
sdhc0: interrupting at ioapic0 pin 18
sdmmc0 at sdhc0
ppb3 at pci0 dev 28 function 3: vendor 0x8086 product 0x3b48 (rev. 0x05)
ppb3: PCI Express 2.0 
ppb3: disabling notification events
pci4 at ppb3 bus 4
pci4: i/o space, memory space enabled, rd/line, wr/inv ok
ehci1 at pci0 dev 29 function 0: vendor 0x8086 product 0x3b34 (rev. 0x05)
ehci1: interrupting at ioapic0 pin 17
ehci1: EHCI version 1.0
usb1 at ehci1: USB revision 2.0
usb1: WARNING: power management not supported
ppb4 at pci0 dev 30 function 0: vendor 0x8086 product 0x2448 (rev. 0xa5)
pci5 at ppb4 bus 10
pci5: i/o space, memory space enabled
pcib0 at pci0 dev 31 function 0: vendor 0x8086 product 0x3b0f (rev. 0x05)
ahcisata0 at pci0 dev 31 function 2: vendor 0x8086 product 0x3b2f
ahcisata0: interrupting at ioapic0 pin 18
ahcisata0: 64-bit DMA
ahcisata0: AHCI revision 0x10300, 6 ports, 32 command slots, features 0xe720e060
atabus0 at ahcisata0 channel 0
atabus1 at ahcisata0 channel 1
atabus2 at ahcisata0 channel 4
atabus3 at ahcisata0 channel 5
ichsmb0 at pci0 dev 31 function 3: vendor 0x8086 product 0x3b30 (rev. 0x05)
ichsmb0: interrupting at ioapic0 pin 18
iic0 at ichsmb0: I2C bus
isa0 at pcib0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: PC speaker
sysbeep0 at pcppi0
attimer1: attached to pcppi0
acpicpu0 at cpu0: ACPI CPU
acpicpu0: C1: FFH, lat   3 us, pow  1000 mW
acpicpu0: C2: FFH, lat 205 us, pow   500 mW, bus master check
acpicpu0: C3: FFH, lat 245 us, pow   350 mW, bus master check
acpicpu0: P0: FFH, lat  10 us, pow 25000 mW, 2533 MHz
acpicpu0: P1: FFH, lat  10 us, pow 23390 mW, 2399 MHz
acpicpu0: P2: FFH, lat  10 us, pow 21835 mW, 2266 MHz
acpicpu0: P3: FFH, lat  10 us, pow 20334 mW, 2133 MHz
acpicpu0: P4: FFH, lat  10 us, pow 18817 mW, 1999 MHz
acpicpu0: P5: FFH, lat  10 us, pow 17351 mW, 1866 MHz
acpicpu0: P6: FFH, lat  10 us, pow 15937 mW, 1733 MHz
acpicpu0: P7: FFH, lat  10 us, pow 14528 mW, 1599 MHz
acpicpu0: P8: FFH, lat  10 us, pow 13163 mW, 1466 MHz
acpicpu0: P9: FFH, lat  10 us, pow 11835 mW, 1333 MHz
acpicpu0: P10: FFH, lat  10 us, pow 10512 mW, 1199 MHz
acpicpu0: T0: HLT, lat   1 us, pow     0 mW, 100 %
acpicpu0: T1: HLT, lat   1 us, pow     0 mW,  88 %
acpicpu0: T2: HLT, lat   1 us, pow     0 mW,  76 %
acpicpu0: T3: HLT, lat   1 us, pow     0 mW,  64 %
acpicpu0: T4: HLT, lat   1 us, pow     0 mW,  52 %
acpicpu0: T5: HLT, lat   1 us, pow     0 mW,  40 %
acpicpu0: T6: HLT, lat   1 us, pow     0 mW,  28 %
acpicpu0: T7: HLT, lat   1 us, pow     0 mW,  16 %
acpicpu0: id 1, lapic id 0, cap 0x0bfd, flags 0x0018e297
acpicpu0: P-state coordination: 4 CPUs, domain 0, type HW_ALL
coretemp0 at cpu0: thermal sensor, 1 C resolution
acpicpu1 at cpu1: ACPI CPU
acpicpu1: id 2, lapic id 4, cap 0x0bfd, flags 0x0018e297
acpicpu1: P-state coordination: 4 CPUs, domain 0, type HW_ALL
coretemp1 at cpu1: thermal sensor, 1 C resolution
acpicpu2 at cpu2: ACPI CPU
acpicpu2: id 3, lapic id 1, cap 0x0bfd, flags 0x0018e297
acpicpu2: P-state coordination: 4 CPUs, domain 0, type HW_ALL
acpicpu3 at cpu3: ACPI CPU
acpicpu3: id 4, lapic id 5, cap 0x0bfd, flags 0x0018e297
acpicpu3: P-state coordination: 4 CPUs, domain 0, type HW_ALL
Initializing SSP: ed6027eb2a4c88a0 2f75831afb9b6d1b dafda8f2986ea99a c1c63efd239195f1 c48e64e6d732a01b 7c9be6ad333ce709 bec006f109d788c3 2a215c0f7f10c628 
timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
cpu1: TSC skew=6 drift=-4
cpu2: TSC skew=-162 drift=154
cpu3: TSC skew=4 drift=-8
TSC not known safe on this CPU
timecounter: Timecounter "TSC" frequency 2527272600 Hz quality -100
acpiacad0: AC adapter offline.
acpiacad0: AC adapter not connected
uhub0 at usb0: vendor 0x8086 EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub0: 3 ports with 3 removable, self powered
uhub1 at usb1: vendor 0x8086 EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub1: 3 ports with 3 removable, self powered
cpu1: running
cpu2: running
cpu3: running
acpicpu3: ACPI CPUs started
ahcisata0 port 0: device present, speed: 3.0Gb/s
ahcisata0 port 1: device present, speed: 1.5Gb/s
wd0 at atabus0 drive 0
wd0: 
wd0: drive supports 16-sector PIO transfers, LBA48 addressing
wd0: 119 GB, 248085 cyl, 16 head, 63 sec, 512 bytes/sect x 250069680 sectors
wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100) (using DMA)
atapibus0 at atabus1: 1 targets
cd0 at atapibus0 drive 0:  cdrom removable
cd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133)
cd0(ahcisata0:1:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA)
uhub2 at uhub0 port 1: vendor 0x8087 product 0x0020, class 9/0, rev 2.00/0.00, addr 2
uhub2: single transaction translator
uhub3 at uhub1 port 1: vendor 0x8087 product 0x0020, class 9/0, rev 2.00/0.00, addr 2
uhub3: single transaction translator
uhub2: 6 ports with 6 removable, self powered
uhub3: 8 ports with 8 removable, self powered
ugen0 at uhub3 port 8
uvideo0 at uhub2 port 4 configuration 1 interface 0: CN0F5CWW7866409802FKA01 Laptop_Integrated_Webcam_2M, rev 2.00/a7.20, addr 3
video0 at uvideo0: CN0F5CWW7866409802FKA01 Laptop_Integrated_Webcam_2M, rev 2.00/a7.20, addr 3
ugen0: Broadcom Corp 5880, rev 1.10/1.01, addr 3
crypto: assign driver 0, flags 2
crypto: driver 0 registers alg 1 flags 0 maxoplen 0
crypto: driver 0 registers alg 2 flags 0 maxoplen 0
crypto: driver 0 registers alg 3 flags 0 maxoplen 0
crypto: driver 0 registers alg 4 flags 0 maxoplen 0
crypto: driver 0 registers alg 5 flags 0 maxoplen 0
crypto: driver 0 registers alg 26 flags 0 maxoplen 0
crypto: driver 0 registers alg 27 flags 0 maxoplen 0
crypto: driver 0 registers alg 29 flags 0 maxoplen 0
crypto: driver 0 registers alg 33 flags 0 maxoplen 0
crypto: driver 0 registers alg 17 flags 0 maxoplen 0
crypto: driver 0 registers alg 6 flags 0 maxoplen 0
crypto: driver 0 registers alg 19 flags 0 maxoplen 0
crypto: driver 0 registers alg 7 flags 0 maxoplen 0
crypto: driver 0 registers alg 20 flags 0 maxoplen 0
crypto: driver 0 registers alg 15 flags 0 maxoplen 0
crypto: driver 0 registers alg 24 flags 0 maxoplen 0
crypto: driver 0 registers alg 25 flags 0 maxoplen 0
crypto: driver 0 registers alg 8 flags 0 maxoplen 0
crypto: driver 0 registers alg 21 flags 0 maxoplen 0
crypto: driver 0 registers alg 16 flags 0 maxoplen 0
crypto: driver 0 registers alg 9 flags 0 maxoplen 0
crypto: driver 0 registers alg 10 flags 0 maxoplen 0
crypto: driver 0 registers alg 13 flags 0 maxoplen 0
crypto: driver 0 registers alg 14 flags 0 maxoplen 0
crypto: driver 0 registers alg 28 flags 0 maxoplen 0
crypto: driver 0 registers alg 30 flags 0 maxoplen 0
crypto: driver 0 registers alg 31 flags 0 maxoplen 0
crypto: driver 0 registers alg 32 flags 0 maxoplen 0
crypto: driver 0 registers alg 11 flags 0 maxoplen 0
crypto: driver 0 registers alg 18 flags 0 maxoplen 0
crypto: driver 0 registers alg 23 flags 0 maxoplen 0
crypto: driver 0 registers alg 22 flags 0 maxoplen 0
raidattach: Asked for 8 units
Kernelized RAIDframe activated
pad: requested 1 units
pad0: outputs: 44100Hz, 16-bit, stereo
audio1 at pad0: half duplex, playback, capture
Searching for RAID components...
boot device: wd0
root on wd0a dumps on wd0b
root file system type: ffs
iwn0: radio is disabled by hardware switch
iwn0: cannot assign link-local address
iwn0: radio is disabled by hardware switch
iwn0: radio is disabled by hardware switch
iwn0: cannot assign link-local address
wsdisplay0: screen 1 added (default, vt100 emulation)
wsdisplay0: screen 2 added (default, vt100 emulation)
wsdisplay0: screen 3 added (default, vt100 emulation)
wsdisplay0: screen 4 added (default, vt100 emulation)

/var/log/Xorg.0.log (915GM)

[    45.344] 
X.Org X Server 1.9.2
Release Date: 2010-10-30
[    45.344] X Protocol Version 11, Revision 0
[    45.344] Build Operating System: NetBSD/i386  - 
[    45.344] Current Operating System: NetBSD niagara 5.99.52 NetBSD 5.99.52 (GENERIC) #1: Sat Jun 11 01:41:07 CEST 2011  sutre@niagara:/home/sutre/tmp/usr/src/sys/arch/i386/compile/GENERIC i386
[    45.346] Build Date: 23 November 2010  01:33:05AM
[    45.346]  
[    45.346] Current version of pixman: 0.21.4
[    45.346]    Before reporting problems, check http://wiki.X.Org
    to make sure that you have the latest version.
[    45.346] Markers: (--) probed, (*_) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    45.346](==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 11 10:58:57 2011
[    45.495](II) Loader magic: 0x82277dc
[    45.495](II) Module ABI versions:
[    45.495]    X.Org ANSI C Emulation: 0.4
[    45.495]    X.Org Video Driver: 8.0
[    45.495]    X.Org XInput driver : 11.0
[    45.495]    X.Org Server Extension : 4.0
[    45.508](--) PCI:_(0:0:2:0) 8086:2592:10cf:12e2 rev 4, Mem @ 0xb0080000/524288, 0xc0000000/268435456, 0xb0040000/262144, I/O @ 0x00001400/8
[    45.508](--) PCI: (0:0:2:1) 8086:2792:10cf:12e2 rev 4, Mem @ 0x00000000/524288
[    45.515](==) Using default built-in configuration (12 lines)
[    45.515](==) --- Start of built-in configuration ---
[    45.515]    Section "Device"
[    45.515]        Identifier  "Builtin Default intel Device 0"
[    45.515]        Driver  "intel"
[    45.515]    EndSection
[    45.515]    Section "Screen"
[    45.515]        Identifier  "Builtin Default intel Screen 0"
[    45.515]        Device  "Builtin Default intel Device 0"
[    45.515]    EndSection
[    45.516]    Section "ServerLayout"
[    45.516]        Identifier  "Builtin Default Layout"
[    45.516]        Screen  "Builtin Default intel Screen 0"
[    45.516]    EndSection
[    45.516](==) --- End of built-in configuration ---
[    45.527](==) ServerLayout "Builtin Default Layout"
[    45.527](**) |-->Screen "Builtin Default intel Screen 0" (0)
[    45.527](**) |   |-->Monitor ""
[    45.542](**) |   |-->Device "Builtin Default intel Device 0"
[    45.542](==) No monitor specified for screen "Builtin Default intel Screen 0".
    Using a default monitor configuration.
[    45.542](==) Not automatically adding devices
[    45.542](==) Not automatically enabling devices
[    45.825](==) FontPath set to:
    /usr/X11R7/lib/X11/fonts/misc/,
    /usr/X11R7/lib/X11/fonts/TTF/,
    /usr/X11R7/lib/X11/fonts/Type1/,
    /usr/X11R7/lib/X11/fonts/75dpi/,
    /usr/X11R7/lib/X11/fonts/100dpi/
[    45.825](==) ModulePath set to "/usr/X11R7/lib/modules"
[    45.826](==) |-->Input Device ""
[    45.826](==) |-->Input Device ""
[    45.826](==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
[    45.826](==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
[    45.826](II) LoadModule: "extmod"
[    45.937](II) Loading /usr/X11R7/lib/modules/extensions/libextmod.so
[    45.960](II) Module extmod: vendor="X.Org Foundation"
[    45.974]    compiled for 1.9.2, module version = 1.0.0
[    45.974]    Module class: X.Org Server Extension
[    45.974]    ABI class: X.Org Server Extension, version 4.0
[    45.974](II) Loading extension MIT-SCREEN-SAVER
[    45.974](II) Loading extension XFree86-VidModeExtension
[    45.975](II) Loading extension XFree86-DGA
[    45.976](II) Loading extension DPMS
[    45.976](II) Loading extension XVideo
[    45.976](II) Loading extension XVideo-MotionCompensation
[    45.976](II) Loading extension X-Resource
[    45.976](II) LoadModule: "dbe"
[    45.979](II) Loading /usr/X11R7/lib/modules/extensions/libdbe.so
[    45.987](II) Module dbe: vendor="X.Org Foundation"
[    45.987]    compiled for 1.9.2, module version = 1.0.0
[    45.987]    Module class: X.Org Server Extension
[    45.987]    ABI class: X.Org Server Extension, version 4.0
[    45.987](II) Loading extension DOUBLE-BUFFER
[    45.987](II) LoadModule: "glx"
[    45.991](II) Loading /usr/X11R7/lib/modules/extensions/libglx.so
[    46.061](II) Module glx: vendor="X.Org Foundation"
[    46.173]    compiled for 1.9.2, module version = 1.0.0
[    46.173]    ABI class: X.Org Server Extension, version 4.0
[    46.190](==) AIGLX enabled
[    46.190](II) Loading extension GLX
[    46.190](II) LoadModule: "record"
[    46.194](II) Loading /usr/X11R7/lib/modules/extensions/librecord.so
[    46.229](II) Module record: vendor="X.Org Foundation"
[    46.229]    compiled for 1.9.2, module version = 1.13.0
[    46.229]    Module class: X.Org Server Extension
[    46.229]    ABI class: X.Org Server Extension, version 4.0
[    46.229](II) Loading extension RECORD
[    46.229](II) LoadModule: "dri"
[    46.233](II) Loading /usr/X11R7/lib/modules/extensions/libdri.so
[    46.282](II) Module dri: vendor="X.Org Foundation"
[    46.282]    compiled for 1.9.2, module version = 1.0.0
[    46.282]    ABI class: X.Org Server Extension, version 4.0
[    46.327](II) Loading extension XFree86-DRI
[    46.327](II) LoadModule: "dri2"
[    46.331](II) Loading /usr/X11R7/lib/modules/extensions/libdri2.so
[    46.365](II) Module dri2: vendor="X.Org Foundation"
[    46.365]    compiled for 1.9.2, module version = 1.2.0
[    46.365]    ABI class: X.Org Server Extension, version 4.0
[    46.365](II) Loading extension DRI2
[    46.365](II) LoadModule: "intel"
[    46.367](II) Loading /usr/X11R7/lib/modules/drivers/intel_drv.so
[    46.747](II) Module intel: vendor="X.Org Foundation"
[    46.747]    compiled for 1.9.2, module version = 2.9.1
[    46.748]    Module class: X.Org Video Driver
[    46.748]    ABI class: X.Org Video Driver, version 8.0
[    46.777](II) LoadModule: "mouse"
[    46.779](II) Loading /usr/X11R7/lib/modules/drivers/mouse_drv.so
[    46.870](II) Module mouse: vendor="X.Org Foundation"
[    46.870]    compiled for 1.9.2, module version = 1.6.0
[    46.870]    Module class: X.Org XInput Driver
[    46.870]    ABI class: X.Org XInput driver, version 11.0
[    46.870](II) LoadModule: "kbd"
[    46.872](II) Loading /usr/X11R7/lib/modules/drivers/kbd_drv.so
[    46.937](II) Module kbd: vendor="X.Org Foundation"
[    46.937]    compiled for 1.9.2, module version = 1.5.0
[    46.937]    Module class: X.Org XInput Driver
[    46.938]    ABI class: X.Org XInput driver, version 11.0
[    46.953](II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
[    46.955](--) Using wscons driver on /dev/ttyE4 in pcvt compatibility mode (version 3.32)
[    46.955](--) using VT number 5

[    47.041](WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    47.079](II) Loading sub module "vgahw"
[    47.079](II) LoadModule: "vgahw"
[    47.152](II) Loading /usr/X11R7/lib/modules/libvgahw.so
[    47.223](II) Module vgahw: vendor="X.Org Foundation"
[    47.223]    compiled for 1.9.2, module version = 0.1.0
[    47.223]    ABI class: X.Org Video Driver, version 8.0
[    47.223](II) Loading sub module "ramdac"
[    47.223](II) LoadModule: "ramdac"
[    47.223](II) Module "ramdac" already built-in
[    47.224] drmOpenDevice: node name is /dev/dri/card0
[    47.224] drmOpenDevice: open result is 11, (OK)
[    47.224] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    47.224] drmOpenDevice: node name is /dev/dri/card0
[    47.224] drmOpenDevice: open result is 11, (OK)
[    47.224] drmOpenByBusid: drmOpenMinor returns 11
[    47.224] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    47.224](II) intel(0): Creating default Display subsection in Screen section
    "Builtin Default intel Screen 0" for depth/fbbpp 24/32
[    47.224](==) intel(0): Depth 24, (--) framebuffer bpp 32
[    47.224](==) intel(0): RGB weight 888
[    47.224](==) intel(0): Default visual is TrueColor
[    47.225](II) intel(0): Integrated Graphics Chipset: Intel(R) 915GM
[    47.225](--) intel(0): Chipset: "915GM"
[    47.225](--) intel(0): Linear framebuffer at 0xC0000000
[    47.225](--) intel(0): IO registers at addr 0xB0080000 size 524288
[    47.233](WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
[    47.299](II) intel(0): No SDVO device is found in VBT
[    47.368](II) intel(0): 2 display pipes available.
[    47.371](II) Loading sub module "ddc"
[    47.371](II) LoadModule: "ddc"
[    47.371](II) Module "ddc" already built-in
[    47.371](II) Loading sub module "i2c"
[    47.371](II) LoadModule: "i2c"
[    47.371](II) Module "i2c" already built-in
[    47.432](II) intel(0): Output VGA has no monitor section
[    47.433](II) intel(0): Output LVDS has no monitor section
[    47.457](II) intel(0): I2C bus "LVDSDDC_C" initialized.
[    47.457](II) intel(0): Attempting to determine panel fixed mode.
[    47.457](II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
[    47.463](II) intel(0): EDID for output LVDS
[    47.514](II) intel(0): Output TV has no monitor section
[    47.515](WW) intel(0): remove MTRR a0000 - b0000
[    47.884](II) intel(0): I2C bus "CRTDDC_A" initialized.
[    47.885](II) intel(0): I2C bus "CRTDDC_A" removed.
[    48.595](II) intel(0): EDID for output VGA
[    48.600](II) intel(0): EDID for output LVDS
[    48.601](II) intel(0): Not using default mode "320x175" (doublescan mode not supported)
[    48.601](II) intel(0): Not using default mode "320x200" (doublescan mode not supported)
[    48.601](II) intel(0): Not using default mode "360x200" (doublescan mode not supported)
[    48.601](II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    48.601](II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    48.601](II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    48.601](II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    48.601](II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    48.601](II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    48.601](II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    48.601](II) intel(0): Not using default mode "            
dmatveev commented 13 years ago

dmesg

 Oct 13 00:59:21 vault /netbsd:    2006, 2007, 2008, 2009, 2010, 2011
 Oct 13 00:59:21 vault /netbsd:    The NetBSD Foundation, Inc.  All rights reserved.
 Oct 13 00:59:21 vault /netbsd: Copyright (c) 1982, 1986, 1989, 1991, 1993
 Oct 13 00:59:21 vault /netbsd:    The Regents of the University of California.  All rights reserved.
 Oct 13 00:59:21 vault /netbsd: 
 Oct 13 00:59:21 vault /netbsd: NetBSD 5.99.56 (GENERIC) #0: Tue Oct 11 01:12:02 MSK 2011
 Oct 13 00:59:21 vault /netbsd:     dm@:/usr/obj/sys/arch/amd64/compile/GENERIC
 Oct 13 00:59:21 vault /netbsd: total memory = 8157 MB
 Oct 13 00:59:21 vault /netbsd: avail memory = 7906 MB
 Oct 13 00:59:21 vault /netbsd: timecounter: Timecounters tick every 10.000 msec
 Oct 13 00:59:21 vault /netbsd: timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
 Oct 13 00:59:21 vault /netbsd: MSI MS-7592 (5.0)
 Oct 13 00:59:21 vault /netbsd: mainbus0 (root)
 Oct 13 00:59:21 vault /netbsd: cpu0 at mainbus0 apid 0: Pentium(R) Dual-Core  CPU      E5500  @ 2.80GHz, id 0x1067a
 Oct 13 00:59:21 vault /netbsd: cpu1 at mainbus0 apid 1: Pentium(R) Dual-Core  CPU      E5500  @ 2.80GHz, id 0x1067a
 Oct 13 00:59:21 vault /netbsd: ioapic0 at mainbus0 apid 2: pa 0xfec00000, version 20, 24 pins
 Oct 13 00:59:21 vault /netbsd: acpi0 at mainbus0: Intel ACPICA 20110623
 Oct 13 00:59:21 vault /netbsd: acpi0: X/RSDT: OemId <7592MS,A7592400,20101101>, AslId <MSFT,00000097>
 Oct 13 00:59:21 vault /netbsd: ACPI Warning: Incorrect checksum in table [OEMB] - 0x43, should be 0x3C (20110623/tbutils-282)
 Oct 13 00:59:21 vault /netbsd: acpi0: SCI interrupting at int 9
 Oct 13 00:59:21 vault /netbsd: timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
 Oct 13 00:59:21 vault /netbsd: hpet0 at acpi0: high precision event timer (mem 0xfed00000-0xfed00400)
 Oct 13 00:59:21 vault /netbsd: timecounter: Timecounter "hpet0" frequency 14318180 Hz quality 2000
 Oct 13 00:59:21 vault /netbsd: MCH (PNP0C01) at acpi0 not configured
 Oct 13 00:59:21 vault /netbsd: attimer1 at acpi0 (TMR, PNP0100): io 0x40-0x43 irq 0
 Oct 13 00:59:21 vault /netbsd: pcppi1 at acpi0 (SPKR, PNP0800): io 0x61
 Oct 13 00:59:21 vault /netbsd: midi0 at pcppi1: PC speaker
 Oct 13 00:59:21 vault /netbsd: sysbeep0 at pcppi1
 Oct 13 00:59:21 vault /netbsd: UAR1 (PNP0501) at acpi0 not configured
 Oct 13 00:59:21 vault /netbsd: UAR2 (PNP0501) at acpi0 not configured
 Oct 13 00:59:21 vault /netbsd: LPTE (PNP0400) at acpi0 not configured
 Oct 13 00:59:21 vault /netbsd: RMSC (PNP0C02) at acpi0 not configured
 Oct 13 00:59:21 vault /netbsd: FWH (INT0800) at acpi0 not configured
 Oct 13 00:59:21 vault /netbsd: FWHE (PNP0C02) at acpi0 not configured
 Oct 13 00:59:21 vault /netbsd: OMSC (PNP0C02) at acpi0 not configured
 Oct 13 00:59:21 vault /netbsd: pckbc1 at acpi0 (PS2K, PNP0303) (kbd port): io 0x60,0x64 irq 1
 Oct 13 00:59:21 vault /netbsd: SIOR (PNP0C02) at acpi0 not configured
 Oct 13 00:59:21 vault /netbsd: PCIE (PNP0C02) at acpi0 not configured
 Oct 13 00:59:21 vault /netbsd: RMEM (PNP0C01) at acpi0 not configured
 Oct 13 00:59:21 vault /netbsd: acpibut0 at acpi0 (PWRB, PNP0C0C-170): ACPI Power Button
 Oct 13 00:59:21 vault /netbsd: attimer1: attached to pcppi1
 Oct 13 00:59:21 vault /netbsd: pckbd0 at pckbc1 (kbd slot)
 Oct 13 00:59:21 vault /netbsd: pckbc1: using irq 1 for kbd slot
 Oct 13 00:59:21 vault /netbsd: wskbd0 at pckbd0: console keyboard
 Oct 13 00:59:21 vault /netbsd: pci0 at mainbus0 bus 0: configuration mode 1
 Oct 13 00:59:21 vault /netbsd: pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 Oct 13 00:59:21 vault /netbsd: pchb0 at pci0 dev 0 function 0: vendor 0x8086 product 0x2e30 (rev. 0x03)
 Oct 13 00:59:21 vault /netbsd: agp0 at pchb0: detected 32764k stolen memory
 Oct 13 00:59:21 vault /netbsd: agp0: aperture at 0xd0000000, size 0x10000000
 Oct 13 00:59:21 vault /netbsd: vga0 at pci0 dev 2 function 0: vendor 0x8086 product 0x2e32 (rev. 0x03)
 Oct 13 00:59:21 vault /netbsd: wsdisplay0 at vga0 kbdmux 1: console (80x25, vt100 emulation), using wskbd0
 Oct 13 00:59:21 vault /netbsd: wsmux1: connecting to wsdisplay0
 Oct 13 00:59:21 vault /netbsd: inteldrm has not been converted to device_t
 Oct 13 00:59:21 vault /netbsd: inteldrm0 at vga0: ioapic0 pin 16
 Oct 13 00:59:21 vault /netbsd: drmdev has not been converted to device_t
 Oct 13 00:59:21 vault /netbsd: drmdev0 at inteldrm0
 Oct 13 00:59:21 vault /netbsd: hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
 Oct 13 00:59:21 vault /netbsd: hdaudio0: interrupting at ioapic0 pin 16
 Oct 13 00:59:21 vault /netbsd: hdafg0 at hdaudio0: VIA VT1708S
 Oct 13 00:59:21 vault /netbsd: hdafg0: DAC00 8ch: Speaker [Jack], HP Out [Jack]
 Oct 13 00:59:21 vault /netbsd: hdafg0: ADC01 2ch: CD [Built-In], Line In [Jack], Mic In [Jack]
 Oct 13 00:59:21 vault /netbsd: hdafg0: DIG02 2ch: SPDIF Out [Jack]
 Oct 13 00:59:21 vault /netbsd: hdafg0: 8ch/2ch 48000Hz PCM16*
 Oct 13 00:59:21 vault /netbsd: audio0 at hdafg0: full duplex, playback, capture, independent
 Oct 13 00:59:21 vault /netbsd: ppb0 at pci0 dev 28 function 0: vendor 0x8086 product 0x27d0 (rev. 0x01)
 Oct 13 00:59:21 vault /netbsd: ppb0: PCI Express 1.0 <Root Port of PCI-E Root Complex>
 Oct 13 00:59:21 vault /netbsd: pci1 at ppb0 bus 1
 Oct 13 00:59:21 vault /netbsd: pci1: i/o space, memory space enabled, rd/line, wr/inv ok
 Oct 13 00:59:21 vault /netbsd: ppb1 at pci0 dev 28 function 1: vendor 0x8086 product 0x27d2 (rev. 0x01)
 Oct 13 00:59:21 vault /netbsd: ppb1: PCI Express 1.0 <Root Port of PCI-E Root Complex>
 Oct 13 00:59:21 vault /netbsd: pci2 at ppb1 bus 2
 Oct 13 00:59:21 vault /netbsd: pci2: i/o space, memory space enabled, rd/line, wr/inv ok
 Oct 13 00:59:21 vault /netbsd: alc0 at pci2 dev 0 function 0: Atheros AR8131 PCIe Gigabit Ethernet
 Oct 13 00:59:21 vault /netbsd: alc0: interrupting at ioapic0 pin 17
 Oct 13 00:59:21 vault /netbsd: alc0: Ethernet address 6c:62:6d:c2:29:fd
 Oct 13 00:59:21 vault /netbsd: atphy0 at alc0 phy 0: L1 10/100/1000 PHY, rev. 11
 Oct 13 00:59:21 vault /netbsd: atphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT-FDX, auto
 Oct 13 00:59:21 vault /netbsd: ppb2 at pci0 dev 28 function 2: vendor 0x8086 product 0x27d4 (rev. 0x01)
 Oct 13 00:59:21 vault /netbsd: ppb2: PCI Express 1.0 <Root Port of PCI-E Root Complex>
 Oct 13 00:59:21 vault /netbsd: pci3 at ppb2 bus 3
 Oct 13 00:59:21 vault /netbsd: pci3: i/o space, memory space enabled, rd/line, wr/inv ok
 Oct 13 00:59:21 vault /netbsd: uhci0 at pci0 dev 29 function 0: vendor 0x8086 product 0x27c8 (rev. 0x01)
 Oct 13 00:59:21 vault /netbsd: uhci0: interrupting at ioapic0 pin 23
 Oct 13 00:59:21 vault /netbsd: usb0 at uhci0: USB revision 1.0
 Oct 13 00:59:21 vault /netbsd: uhci1 at pci0 dev 29 function 1: vendor 0x8086 product 0x27c9 (rev. 0x01)
 Oct 13 00:59:21 vault /netbsd: uhci1: interrupting at ioapic0 pin 19
 Oct 13 00:59:21 vault /netbsd: usb1 at uhci1: USB revision 1.0
 Oct 13 00:59:21 vault /netbsd: uhci2 at pci0 dev 29 function 2: vendor 0x8086 product 0x27ca (rev. 0x01)
 Oct 13 00:59:21 vault /netbsd: uhci2: interrupting at ioapic0 pin 18
 Oct 13 00:59:21 vault /netbsd: usb2 at uhci2: USB revision 1.0
 Oct 13 00:59:21 vault /netbsd: uhci3 at pci0 dev 29 function 3: vendor 0x8086 product 0x27cb (rev. 0x01)
 Oct 13 00:59:21 vault /netbsd: uhci3: interrupting at ioapic0 pin 16
 Oct 13 00:59:21 vault /netbsd: usb3 at uhci3: USB revision 1.0
 Oct 13 00:59:21 vault /netbsd: ehci0 at pci0 dev 29 function 7: vendor 0x8086 product 0x27cc (rev. 0x01)
 Oct 13 00:59:21 vault /netbsd: ehci0: interrupting at ioapic0 pin 23
 Oct 13 00:59:21 vault /netbsd: ehci0: EHCI version 1.0
 Oct 13 00:59:21 vault /netbsd: ehci0: companion controllers, 2 ports each: uhci0 uhci1 uhci2 uhci3
 Oct 13 00:59:21 vault /netbsd: usb4 at ehci0: USB revision 2.0
 Oct 13 00:59:21 vault /netbsd: ppb3 at pci0 dev 30 function 0: vendor 0x8086 product 0x244e (rev. 0xe1)
 Oct 13 00:59:21 vault /netbsd: pci4 at ppb3 bus 4
 Oct 13 00:59:21 vault /netbsd: pci4: i/o space, memory space enabled
 Oct 13 00:59:21 vault /netbsd: rtk0 at pci4 dev 0 function 0: Realtek 8139 10/100BaseTX (rev. 0x10)
 Oct 13 00:59:21 vault /netbsd: rtk0: interrupting at ioapic0 pin 16
 Oct 13 00:59:21 vault /netbsd: rtk0: Ethernet address 00:e0:52:ca:e6:63
 Oct 13 00:59:21 vault /netbsd: rlphy0 at rtk0 phy 7: Realtek internal PHY
 Oct 13 00:59:21 vault /netbsd: rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 Oct 13 00:59:21 vault /netbsd: ichlpcib0 at pci0 dev 31 function 0: vendor 0x8086 product 0x27b8 (rev. 0x01)
 Oct 13 00:59:21 vault /netbsd: timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
 Oct 13 00:59:21 vault /netbsd: ichlpcib0: 24-bit timer
 Oct 13 00:59:21 vault /netbsd: ichlpcib0: TCO (watchdog) timer configured.
 Oct 13 00:59:21 vault /netbsd: piixide0 at pci0 dev 31 function 1: Intel 82801GB/GR IDE Controller (ICH7) (rev. 0x01)
 Oct 13 00:59:21 vault /netbsd: piixide0: bus-master DMA support present
 Oct 13 00:59:21 vault /netbsd: piixide0: primary channel configured to compatibility mode
 Oct 13 00:59:21 vault /netbsd: piixide0: primary channel interrupting at ioapic0 pin 14
 Oct 13 00:59:21 vault /netbsd: atabus0 at piixide0 channel 0
 Oct 13 00:59:21 vault /netbsd: piixide0: secondary channel configured to compatibility mode
 Oct 13 00:59:21 vault /netbsd: piixide0: secondary channel interrupting at ioapic0 pin 15
 Oct 13 00:59:21 vault /netbsd: atabus1 at piixide0 channel 1
 Oct 13 00:59:21 vault /netbsd: piixide1 at pci0 dev 31 function 2: Intel 82801GB/GR Serial ATA/Raid Controller (ICH7) (rev. 0x01)
 Oct 13 00:59:21 vault /netbsd: piixide1: bus-master DMA support present
 Oct 13 00:59:21 vault /netbsd: piixide1: primary channel configured to native-PCI mode
 Oct 13 00:59:21 vault /netbsd: piixide1: using ioapic0 pin 19 for native-PCI interrupt
 Oct 13 00:59:21 vault /netbsd: atabus2 at piixide1 channel 0
 Oct 13 00:59:21 vault /netbsd: piixide1: secondary channel configured to native-PCI mode
 Oct 13 00:59:21 vault /netbsd: atabus3 at piixide1 channel 1
 Oct 13 00:59:21 vault /netbsd: ichsmb0 at pci0 dev 31 function 3: vendor 0x8086 product 0x27da (rev. 0x01)
 Oct 13 00:59:21 vault /netbsd: ichsmb0: interrupting at ioapic0 pin 19
 Oct 13 00:59:21 vault /netbsd: iic0 at ichsmb0: I2C bus
 Oct 13 00:59:21 vault /netbsd: isa0 at ichlpcib0
 Oct 13 00:59:21 vault /netbsd: lpt0 at isa0 port 0x378-0x37b irq 7
 Oct 13 00:59:21 vault /netbsd: com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo
 Oct 13 00:59:21 vault /netbsd: com1 at isa0 port 0x2f8-0x2ff irq 3: ns16550a, working fifo
 Oct 13 00:59:21 vault /netbsd: acpicpu0 at cpu0: ACPI CPU
 Oct 13 00:59:21 vault /netbsd: acpicpu0: C1: HLT, lat   0 us, pow     0 mW
 Oct 13 00:59:21 vault /netbsd: acpicpu0: P0: FFH, lat  10 us, pow 89000 mW, 2803 MHz
 Oct 13 00:59:21 vault /netbsd: acpicpu0: P1: FFH, lat  10 us, pow 77000 mW, 2403 MHz
 Oct 13 00:59:21 vault /netbsd: acpicpu0: P2: FFH, lat  10 us, pow 66000 mW, 2003 MHz
 Oct 13 00:59:21 vault /netbsd: acpicpu0: P3: FFH, lat  10 us, pow 55000 mW, 1603 MHz
 Oct 13 00:59:21 vault /netbsd: acpicpu0: P4: FFH, lat  10 us, pow 46000 mW, 1203 MHz
 Oct 13 00:59:21 vault /netbsd: coretemp0 at cpu0: thermal sensor, 1 C resolution
 Oct 13 00:59:21 vault /netbsd: acpicpu1 at cpu1: ACPI CPU
 Oct 13 00:59:21 vault /netbsd: coretemp1 at cpu1: thermal sensor, 1 C resolution
 Oct 13 00:59:21 vault /netbsd: timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 Oct 13 00:59:21 vault /netbsd: uhub0 at usb0: vendor 0x8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 Oct 13 00:59:21 vault /netbsd: uhub0: 2 ports with 2 removable, self powered
 Oct 13 00:59:21 vault /netbsd: uhub1 at usb1: vendor 0x8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 Oct 13 00:59:21 vault /netbsd: uhub1: 2 ports with 2 removable, self powered
 Oct 13 00:59:21 vault /netbsd: uhub2 at usb2: vendor 0x8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 Oct 13 00:59:21 vault /netbsd: uhub2: 2 ports with 2 removable, self powered
 Oct 13 00:59:21 vault /netbsd: uhub3 at usb3: vendor 0x8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 Oct 13 00:59:21 vault /netbsd: uhub3: 2 ports with 2 removable, self powered
 Oct 13 00:59:21 vault /netbsd: uhub4 at usb4: vendor 0x8086 EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 Oct 13 00:59:21 vault /netbsd: uhub4: 8 ports with 8 removable, self powered
 Oct 13 00:59:21 vault /netbsd: wd0 at atabus0 drive 0
 Oct 13 00:59:21 vault /netbsd: wd0: <ST3250820A>
 Oct 13 00:59:21 vault /netbsd: wd0: drive supports 16-sector PIO transfers, LBA48 addressing
 Oct 13 00:59:21 vault /netbsd: wd0: 232 GB, 484518 cyl, 16 head, 63 sec, 512 bytes/sect x 488395055 sectors
 Oct 13 00:59:21 vault /netbsd: wd0: 32-bit data port
 Oct 13 00:59:21 vault /netbsd: wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
 Oct 13 00:59:21 vault /netbsd: wd0(piixide0:0:0): using PIO mode 4, Ultra-DMA mode 5 (Ultra/100) (using DMA)
 Oct 13 00:59:21 vault /netbsd: atapibus0 at atabus2: 2 targets
 Oct 13 00:59:21 vault /netbsd: cd0 at atapibus0 drive 1: <PIONEER DVD-RW  DVR-219L, KFQC221355WL, 1.02> cdrom removable
 Oct 13 00:59:21 vault /netbsd: cd0: 32-bit data port
 Oct 13 00:59:21 vault /netbsd: cd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
 Oct 13 00:59:21 vault /netbsd: wd1 at atabus2 drive 0
 Oct 13 00:59:21 vault /netbsd: wd1: <ST500DM002-1BC142>
 Oct 13 00:59:21 vault /netbsd: wd1: drive supports 16-sector PIO transfers, LBA48 addressing
 Oct 13 00:59:21 vault /netbsd: wd1: 465 GB, 969021 cyl, 16 head, 63 sec, 512 bytes/sect x 976773168 sectors
 Oct 13 00:59:21 vault /netbsd: wd1: 32-bit data port
 Oct 13 00:59:21 vault /netbsd: wd1: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133)
 Oct 13 00:59:21 vault /netbsd: wd1(piixide1:0:0): using PIO mode 4, Ultra-DMA mode 6 (Ultra/133) (using DMA)
 Oct 13 00:59:21 vault /netbsd: cd0(piixide1:0:1): using PIO mode 4, Ultra-DMA mode 5 (Ultra/100) (using DMA)
 Oct 13 00:59:21 vault /netbsd: Kernelized RAIDframe activated
 Oct 13 00:59:21 vault /netbsd: pad0: outputs: 44100Hz, 16-bit, stereo
 Oct 13 00:59:21 vault /netbsd: audio1 at pad0: half duplex, playback, capture
 Oct 13 00:59:21 vault /netbsd: boot device: wd0
 Oct 13 00:59:21 vault /netbsd: root on wd0a dumps on wd0b
 Oct 13 00:59:21 vault /netbsd: root file system type: ffs
 Oct 13 00:59:21 vault root: /etc/rc: WARNING: $lkm is not set properly - see rc.conf(5).
 Oct 13 00:59:22 vault savecore: no core dump
 Oct 13 00:59:22 vault root: /etc/rc: WARNING: $btattach is not set properly - see rc.conf(5).
 Oct 13 00:59:22 vault root: /etc/rc: WARNING: $btconfig is not set properly - see rc.conf(5).
 Oct 13 00:59:22 vault root: /etc/rc: WARNING: $btdevctl is not set properly - see rc.conf(5).
 Oct 13 00:59:23 vault root: /etc/rc: WARNING: $poffd is not set properly - see rc.conf(5).
 Oct 13 00:59:23 vault root: /etc/rc: WARNING: $lkm is not set properly - see rc.conf(5).
 Oct 13 00:59:23 vault root: /etc/rc: WARNING: $lkm is not set properly - see rc.conf(5).
 Oct 13 00:59:42 vault dhclient: Internet Systems Consortium DHCP Client V3.0.3
 Oct 13 00:59:42 vault dhclient: Copyright 2004-2005 Internet Systems Consortium.
 Oct 13 00:59:42 vault dhclient: All rights reserved.
 Oct 13 00:59:42 vault dhclient: For info, please visit http://www.isc.org/products/DHCP
 Oct 13 00:59:42 vault dhclient: 
 Oct 13 00:59:42 vault dhclient: Listening on BPF/rtk0/00:e0:52:ca:e6:63
 Oct 13 00:59:42 vault dhclient: Sending on   BPF/rtk0/00:e0:52:ca:e6:63
 Oct 13 00:59:42 vault dhclient: Sending on   Socket/fallback
 Oct 13 00:59:44 vault dhclient: DHCPREQUEST on rtk0 to 255.255.255.255 port 67
 Oct 13 00:59:44 vault dhclient: DHCPACK from 192.168.1.1
 Oct 13 00:59:44 vault dhclient: bound to 192.168.1.34 -- renewal in 430784 seconds.
 Oct 13 01:00:00 vault syslogd[152]: restart
 Oct 13 01:20:49 vault syslogd[152]: Exiting on signal 15
 Oct 13 01:21:38 vault syslogd[152]: restart
 Oct 13 01:21:38 vault /netbsd: syncing disks... done
 Oct 13 01:21:38 vault /netbsd: unmounting file systems...unmounted procfs on /proc type procfs
 Oct 13 01:21:38 vault /netbsd: unmounted ptyfs on /dev/pts type ptyfs
 Oct 13 01:21:38 vault /netbsd: unmounted kernfs on /kern type kernfs
 Oct 13 01:21:38 vault /netbsd: unmounted /dev/wd0f on /home type ffs
 Oct 13 01:21:38 vault /netbsd: unmounted /dev/wd0e on /usr type ffs
 Oct 13 01:21:38 vault /netbsd: Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 Oct 13 01:21:38 vault /netbsd:    2006, 2007, 2008, 2009, 2010, 2011
 Oct 13 01:21:38 vault /netbsd:    The NetBSD Foundation, Inc.  All rights reserved.
 Oct 13 01:21:38 vault /netbsd: Copyright (c) 1982, 1986, 1989, 1991, 1993
 Oct 13 01:21:38 vault /netbsd:    The Regents of the University of California.  All rights reserved.
 Oct 13 01:21:38 vault /netbsd: 
 Oct 13 01:21:38 vault /netbsd: NetBSD 5.99.56 (GENERIC) #0: Tue Oct 11 01:12:02 MSK 2011
 Oct 13 01:21:38 vault /netbsd:     dm@:/usr/obj/sys/arch/amd64/compile/GENERIC
 Oct 13 01:21:38 vault /netbsd: total memory = 8157 MB
 Oct 13 01:21:38 vault /netbsd: avail memory = 7906 MB
 Oct 13 01:21:38 vault /netbsd: timecounter: Timecounters tick every 10.000 msec
 Oct 13 01:21:38 vault /netbsd: timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
 Oct 13 01:21:38 vault /netbsd: MSI MS-7592 (5.0)
 Oct 13 01:21:38 vault /netbsd: mainbus0 (root)
 Oct 13 01:21:38 vault /netbsd: cpu0 at mainbus0 apid 0: Pentium(R) Dual-Core  CPU      E5500  @ 2.80GHz, id 0x1067a
 Oct 13 01:21:38 vault /netbsd: cpu1 at mainbus0 apid 1: Pentium(R) Dual-Core  CPU      E5500  @ 2.80GHz, id 0x1067a
 Oct 13 01:21:38 vault /netbsd: ioapic0 at mainbus0 apid 2: pa 0xfec00000, version 20, 24 pins
 Oct 13 01:21:38 vault /netbsd: acpi0 at mainbus0: Intel ACPICA 20110623
 Oct 13 01:21:38 vault /netbsd: acpi0: X/RSDT: OemId <7592MS,A7592400,20101101>, AslId <MSFT,00000097>
 Oct 13 01:21:38 vault /netbsd: ACPI Warning: Incorrect checksum in table [OEMB] - 0x43, should be 0x3C (20110623/tbutils-282)
 Oct 13 01:21:38 vault /netbsd: acpi0: SCI interrupting at int 9
 Oct 13 01:21:38 vault /netbsd: timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
 Oct 13 01:21:38 vault /netbsd: hpet0 at acpi0: high precision event timer (mem 0xfed00000-0xfed00400)
 Oct 13 01:21:38 vault /netbsd: timecounter: Timecounter "hpet0" frequency 14318180 Hz quality 2000
 Oct 13 01:21:38 vault /netbsd: MCH (PNP0C01) at acpi0 not configured
 Oct 13 01:21:38 vault /netbsd: attimer1 at acpi0 (TMR, PNP0100): io 0x40-0x43 irq 0
 Oct 13 01:21:38 vault /netbsd: pcppi1 at acpi0 (SPKR, PNP0800): io 0x61
 Oct 13 01:21:38 vault /netbsd: midi0 at pcppi1: PC speaker
 Oct 13 01:21:38 vault /netbsd: sysbeep0 at pcppi1
 Oct 13 01:21:38 vault /netbsd: UAR1 (PNP0501) at acpi0 not configured
 Oct 13 01:21:38 vault /netbsd: UAR2 (PNP0501) at acpi0 not configured
 Oct 13 01:21:38 vault /netbsd: LPTE (PNP0400) at acpi0 not configured
 Oct 13 01:21:38 vault /netbsd: RMSC (PNP0C02) at acpi0 not configured
 Oct 13 01:21:38 vault /netbsd: FWH (INT0800) at acpi0 not configured
 Oct 13 01:21:38 vault /netbsd: FWHE (PNP0C02) at acpi0 not configured
 Oct 13 01:21:38 vault /netbsd: OMSC (PNP0C02) at acpi0 not configured
 Oct 13 01:21:38 vault /netbsd: pckbc1 at acpi0 (PS2K, PNP0303) (kbd port): io 0x60,0x64 irq 1
 Oct 13 01:21:38 vault /netbsd: SIOR (PNP0C02) at acpi0 not configured
 Oct 13 01:21:38 vault /netbsd: PCIE (PNP0C02) at acpi0 not configured
 Oct 13 01:21:38 vault /netbsd: RMEM (PNP0C01) at acpi0 not configured
 Oct 13 01:21:38 vault /netbsd: acpibut0 at acpi0 (PWRB, PNP0C0C-170): ACPI Power Button
 Oct 13 01:21:38 vault /netbsd: attimer1: attached to pcppi1
 Oct 13 01:21:38 vault /netbsd: pckbd0 at pckbc1 (kbd slot)
 Oct 13 01:21:38 vault /netbsd: pckbc1: using irq 1 for kbd slot
 Oct 13 01:21:38 vault /netbsd: wskbd0 at pckbd0: console keyboard
 Oct 13 01:21:38 vault /netbsd: pci0 at mainbus0 bus 0: configuration mode 1
 Oct 13 01:21:38 vault /netbsd: pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 Oct 13 01:21:38 vault /netbsd: pchb0 at pci0 dev 0 function 0: vendor 0x8086 product 0x2e30 (rev. 0x03)
 Oct 13 01:21:38 vault /netbsd: agp0 at pchb0: detected 32764k stolen memory
 Oct 13 01:21:38 vault /netbsd: agp0: aperture at 0xd0000000, size 0x10000000
 Oct 13 01:21:38 vault /netbsd: vga0 at pci0 dev 2 function 0: vendor 0x8086 product 0x2e32 (rev. 0x03)
 Oct 13 01:21:38 vault /netbsd: wsdisplay0 at vga0 kbdmux 1: console (80x25, vt100 emulation), using wskbd0
 Oct 13 01:21:38 vault /netbsd: wsmux1: connecting to wsdisplay0
 Oct 13 01:21:38 vault /netbsd: inteldrm has not been converted to device_t
 Oct 13 01:21:38 vault /netbsd: inteldrm0 at vga0: ioapic0 pin 16
 Oct 13 01:21:38 vault /netbsd: drmdev has not been converted to device_t
 Oct 13 01:21:38 vault /netbsd: drmdev0 at inteldrm0
 Oct 13 01:21:38 vault /netbsd: hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
 Oct 13 01:21:38 vault /netbsd: hdaudio0: interrupting at ioapic0 pin 16
 Oct 13 01:21:38 vault /netbsd: hdafg0 at hdaudio0: VIA VT1708S
 Oct 13 01:21:38 vault /netbsd: hdafg0: DAC00 8ch: Speaker [Jack], HP Out [Jack]
 Oct 13 01:21:38 vault /netbsd: hdafg0: ADC01 2ch: CD [Built-In], Line In [Jack], Mic In [Jack]
 Oct 13 01:21:38 vault /netbsd: hdafg0: DIG02 2ch: SPDIF Out [Jack]
 Oct 13 01:21:38 vault /netbsd: hdafg0: 8ch/2ch 48000Hz PCM16*
 Oct 13 01:21:38 vault /netbsd: audio0 at hdafg0: full duplex, playback, capture, independent
 Oct 13 01:21:38 vault /netbsd: ppb0 at pci0 dev 28 function 0: vendor 0x8086 product 0x27d0 (rev. 0x01)
 Oct 13 01:21:38 vault /netbsd: ppb0: PCI Express 1.0 <Root Port of PCI-E Root Complex>
 Oct 13 01:21:38 vault /netbsd: pci1 at ppb0 bus 1
 Oct 13 01:21:38 vault /netbsd: pci1: i/o space, memory space enabled, rd/line, wr/inv ok
 Oct 13 01:21:38 vault /netbsd: ppb1 at pci0 dev 28 function 1: vendor 0x8086 product 0x27d2 (rev. 0x01)
 Oct 13 01:21:38 vault /netbsd: ppb1: PCI Express 1.0 <Root Port of PCI-E Root Complex>
 Oct 13 01:21:38 vault /netbsd: pci2 at ppb1 bus 2
 Oct 13 01:21:38 vault /netbsd: pci2: i/o space, memory space enabled, rd/line, wr/inv ok
 Oct 13 01:21:38 vault /netbsd: alc0 at pci2 dev 0 function 0: Atheros AR8131 PCIe Gigabit Ethernet
 Oct 13 01:21:38 vault /netbsd: alc0: interrupting at ioapic0 pin 17
 Oct 13 01:21:38 vault /netbsd: alc0: Ethernet address 6c:62:6d:c2:29:fd
 Oct 13 01:21:38 vault /netbsd: atphy0 at alc0 phy 0: L1 10/100/1000 PHY, rev. 11
 Oct 13 01:21:38 vault /netbsd: atphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT-FDX, auto
 Oct 13 01:21:38 vault /netbsd: ppb2 at pci0 dev 28 function 2: vendor 0x8086 product 0x27d4 (rev. 0x01)
 Oct 13 01:21:38 vault /netbsd: ppb2: PCI Express 1.0 <Root Port of PCI-E Root Complex>
 Oct 13 01:21:38 vault /netbsd: pci3 at ppb2 bus 3
 Oct 13 01:21:38 vault /netbsd: pci3: i/o space, memory space enabled, rd/line, wr/inv ok
 Oct 13 01:21:38 vault /netbsd: uhci0 at pci0 dev 29 function 0: vendor 0x8086 product 0x27c8 (rev. 0x01)
 Oct 13 01:21:38 vault /netbsd: uhci0: interrupting at ioapic0 pin 23
 Oct 13 01:21:38 vault /netbsd: usb0 at uhci0: USB revision 1.0
 Oct 13 01:21:38 vault /netbsd: uhci1 at pci0 dev 29 function 1: vendor 0x8086 product 0x27c9 (rev. 0x01)
 Oct 13 01:21:38 vault /netbsd: uhci1: interrupting at ioapic0 pin 19
 Oct 13 01:21:38 vault /netbsd: usb1 at uhci1: USB revision 1.0
 Oct 13 01:21:38 vault /netbsd: uhci2 at pci0 dev 29 function 2: vendor 0x8086 product 0x27ca (rev. 0x01)
 Oct 13 01:21:38 vault /netbsd: uhci2: interrupting at ioapic0 pin 18
 Oct 13 01:21:38 vault /netbsd: usb2 at uhci2: USB revision 1.0
 Oct 13 01:21:38 vault /netbsd: uhci3 at pci0 dev 29 function 3: vendor 0x8086 product 0x27cb (rev. 0x01)
 Oct 13 01:21:38 vault /netbsd: uhci3: interrupting at ioapic0 pin 16
 Oct 13 01:21:38 vault /netbsd: usb3 at uhci3: USB revision 1.0
 Oct 13 01:21:38 vault /netbsd: ehci0 at pci0 dev 29 function 7: vendor 0x8086 product 0x27cc (rev. 0x01)
 Oct 13 01:21:38 vault /netbsd: ehci0: interrupting at ioapic0 pin 23
 Oct 13 01:21:38 vault /netbsd: ehci0: EHCI version 1.0
 Oct 13 01:21:38 vault /netbsd: ehci0: companion controllers, 2 ports each: uhci0 uhci1 uhci2 uhci3
 Oct 13 01:21:38 vault /netbsd: usb4 at ehci0: USB revision 2.0
 Oct 13 01:21:38 vault /netbsd: ppb3 at pci0 dev 30 function 0: vendor 0x8086 product 0x244e (rev. 0xe1)
 Oct 13 01:21:38 vault /netbsd: pci4 at ppb3 bus 4
 Oct 13 01:21:38 vault /netbsd: pci4: i/o space, memory space enabled
 Oct 13 01:21:38 vault /netbsd: rtk0 at pci4 dev 0 function 0: Realtek 8139 10/100BaseTX (rev. 0x10)
 Oct 13 01:21:38 vault /netbsd: rtk0: interrupting at ioapic0 pin 16
 Oct 13 01:21:38 vault /netbsd: rtk0: Ethernet address 00:e0:52:ca:e6:63
 Oct 13 01:21:38 vault /netbsd: rlphy0 at rtk0 phy 7: Realtek internal PHY
 Oct 13 01:21:38 vault /netbsd: rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 Oct 13 01:21:38 vault /netbsd: ichlpcib0 at pci0 dev 31 function 0: vendor 0x8086 product 0x27b8 (rev. 0x01)
 Oct 13 01:21:38 vault /netbsd: timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
 Oct 13 01:21:38 vault /netbsd: ichlpcib0: 24-bit timer
 Oct 13 01:21:38 vault /netbsd: ichlpcib0: TCO (watchdog) timer configured.
 Oct 13 01:21:38 vault /netbsd: piixide0 at pci0 dev 31 function 1: Intel 82801GB/GR IDE Controller (ICH7) (rev. 0x01)
 Oct 13 01:21:38 vault /netbsd: piixide0: bus-master DMA support present
 Oct 13 01:21:38 vault /netbsd: piixide0: primary channel configured to compatibility mode
 Oct 13 01:21:38 vault /netbsd: piixide0: primary channel interrupting at ioapic0 pin 14
 Oct 13 01:21:38 vault /netbsd: atabus0 at piixide0 channel 0
 Oct 13 01:21:38 vault /netbsd: piixide0: secondary channel configured to compatibility mode
 Oct 13 01:21:38 vault /netbsd: piixide0: secondary channel interrupting at ioapic0 pin 15
 Oct 13 01:21:38 vault /netbsd: atabus1 at piixide0 channel 1
 Oct 13 01:21:38 vault /netbsd: piixide1 at pci0 dev 31 function 2: Intel 82801GB/GR Serial ATA/Raid Controller (ICH7) (rev. 0x01)
 Oct 13 01:21:38 vault /netbsd: piixide1: bus-master DMA support present
 Oct 13 01:21:38 vault /netbsd: piixide1: primary channel configured to native-PCI mode
 Oct 13 01:21:38 vault /netbsd: piixide1: using ioapic0 pin 19 for native-PCI interrupt
 Oct 13 01:21:38 vault /netbsd: atabus2 at piixide1 channel 0
 Oct 13 01:21:38 vault /netbsd: piixide1: secondary channel configured to native-PCI mode
 Oct 13 01:21:38 vault /netbsd: atabus3 at piixide1 channel 1
 Oct 13 01:21:38 vault /netbsd: ichsmb0 at pci0 dev 31 function 3: vendor 0x8086 product 0x27da (rev. 0x01)
 Oct 13 01:21:38 vault /netbsd: ichsmb0: interrupting at ioapic0 pin 19
 Oct 13 01:21:38 vault /netbsd: iic0 at ichsmb0: I2C bus
 Oct 13 01:21:38 vault /netbsd: isa0 at ichlpcib0
 Oct 13 01:21:38 vault /netbsd: lpt0 at isa0 port 0x378-0x37b irq 7
 Oct 13 01:21:38 vault /netbsd: com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo
 Oct 13 01:21:38 vault /netbsd: com1 at isa0 port 0x2f8-0x2ff irq 3: ns16550a, working fifo
 Oct 13 01:21:38 vault /netbsd: acpicpu0 at cpu0: ACPI CPU
 Oct 13 01:21:38 vault /netbsd: acpicpu0: C1: HLT, lat   0 us, pow     0 mW
 Oct 13 01:21:38 vault /netbsd: acpicpu0: P0: FFH, lat  10 us, pow 89000 mW, 2803 MHz
 Oct 13 01:21:38 vault /netbsd: acpicpu0: P1: FFH, lat  10 us, pow 77000 mW, 2403 MHz
 Oct 13 01:21:38 vault /netbsd: acpicpu0: P2: FFH, lat  10 us, pow 66000 mW, 2003 MHz
 Oct 13 01:21:38 vault /netbsd: acpicpu0: P3: FFH, lat  10 us, pow 55000 mW, 1603 MHz
 Oct 13 01:21:38 vault /netbsd: acpicpu0: P4: FFH, lat  10 us, pow 46000 mW, 1203 MHz
 Oct 13 01:21:38 vault /netbsd: coretemp0 at cpu0: thermal sensor, 1 C resolution
 Oct 13 01:21:38 vault /netbsd: acpicpu1 at cpu1: ACPI CPU
 Oct 13 01:21:38 vault /netbsd: coretemp1 at cpu1: thermal sensor, 1 C resolution
 Oct 13 01:21:38 vault /netbsd: timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 Oct 13 01:21:38 vault /netbsd: uhub0 at usb0: vendor 0x8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 Oct 13 01:21:38 vault /netbsd: uhub0: 2 ports with 2 removable, self powered
 Oct 13 01:21:38 vault /netbsd: uhub1 at usb1: vendor 0x8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 Oct 13 01:21:38 vault /netbsd: uhub1: 2 ports with 2 removable, self powered
 Oct 13 01:21:38 vault /netbsd: uhub2 at usb2: vendor 0x8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 Oct 13 01:21:38 vault /netbsd: uhub2: 2 ports with 2 removable, self powered
 Oct 13 01:21:38 vault /netbsd: uhub3 at usb3: vendor 0x8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 Oct 13 01:21:38 vault /netbsd: uhub3: 2 ports with 2 removable, self powered
 Oct 13 01:21:38 vault /netbsd: uhub4 at usb4: vendor 0x8086 EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 Oct 13 01:21:38 vault /netbsd: uhub4: 8 ports with 8 removable, self powered
 Oct 13 01:21:38 vault /netbsd: wd0 at atabus0 drive 0
 Oct 13 01:21:38 vault /netbsd: wd0: <ST3250820A>
 Oct 13 01:21:38 vault /netbsd: wd0: drive supports 16-sector PIO transfers, LBA48 addressing
 Oct 13 01:21:38 vault /netbsd: wd0: 232 GB, 484518 cyl, 16 head, 63 sec, 512 bytes/sect x 488395055 sectors
 Oct 13 01:21:38 vault /netbsd: wd0: 32-bit data port
 Oct 13 01:21:38 vault /netbsd: wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
 Oct 13 01:21:38 vault /netbsd: wd0(piixide0:0:0): using PIO mode 4, Ultra-DMA mode 5 (Ultra/100) (using DMA)
 Oct 13 01:21:38 vault /netbsd: atapibus0 at atabus2: 2 targets
 Oct 13 01:21:38 vault /netbsd: cd0 at atapibus0 drive 1: <PIONEER DVD-RW  DVR-219L, KFQC221355WL, 1.02> cdrom removable
 Oct 13 01:21:38 vault /netbsd: cd0: 32-bit data port
 Oct 13 01:21:38 vault /netbsd: cd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
 Oct 13 01:21:38 vault /netbsd: wd1 at atabus2 drive 0
 Oct 13 01:21:38 vault /netbsd: wd1: <ST500DM002-1BC142>
 Oct 13 01:21:38 vault /netbsd: wd1: drive supports 16-sector PIO transfers, LBA48 addressing
 Oct 13 01:21:38 vault /netbsd: wd1: 465 GB, 969021 cyl, 16 head, 63 sec, 512 bytes/sect x 976773168 sectors
 Oct 13 01:21:38 vault /netbsd: wd1: 32-bit data port
 Oct 13 01:21:38 vault /netbsd: wd1: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133)
 Oct 13 01:21:38 vault /netbsd: wd1(piixide1:0:0): using PIO mode 4, Ultra-DMA mode 6 (Ultra/133) (using DMA)
 Oct 13 01:21:38 vault /netbsd: cd0(piixide1:0:1): using PIO mode 4, Ultra-DMA mode 5 (Ultra/100) (using DMA)
 Oct 13 01:21:38 vault /netbsd: Kernelized RAIDframe activated
 Oct 13 01:21:38 vault /netbsd: pad0: outputs: 44100Hz, 16-bit, stereo
 Oct 13 01:21:38 vault /netbsd: audio1 at pad0: half duplex, playback, capture
 Oct 13 01:21:38 vault /netbsd: boot device: wd0
 Oct 13 01:21:38 vault /netbsd: root on wd0a dumps on wd0b
 Oct 13 01:21:38 vault /netbsd: root file system type: ffs
 Oct 13 01:21:38 vault root: /etc/rc: WARNING: $lkm is not set properly - see rc.conf(5).
 Oct 13 01:21:38 vault savecore: no core dump
 Oct 13 01:21:38 vault root: /etc/rc: WARNING: $btattach is not set properly - see rc.conf(5).
 Oct 13 01:21:38 vault root: /etc/rc: WARNING: $btconfig is not set properly - see rc.conf(5).
 Oct 13 01:21:38 vault root: /etc/rc: WARNING: $btdevctl is not set properly - see rc.conf(5).
 Oct 13 01:21:39 vault root: /etc/rc: WARNING: $poffd is not set properly - see rc.conf(5).
 Oct 13 01:21:39 vault root: /etc/rc: WARNING: $lkm is not set properly - see rc.conf(5).
 Oct 13 01:21:39 vault root: /etc/rc: WARNING: $lkm is not set properly - see rc.conf(5).
 Oct 13 01:22:07 vault syslogd[152]: Exiting on signal 15
 Oct 13 01:22:58 vault syslogd[152]: restart
 Oct 13 01:22:58 vault /netbsd: syncing disks... done
 Oct 13 01:22:58 vault /netbsd: unmounting file systems...unmounted procfs on /proc type procfs
 Oct 13 01:22:58 vault /netbsd: unmounted ptyfs on /dev/pts type ptyfs
 Oct 13 01:22:58 vault /netbsd: unmounted kernfs on /kern type kernfs
 Oct 13 01:22:58 vault /netbsd: unmounted /dev/wd0f on /home type ffs
 Oct 13 01:22:58 vault /netbsd: unmounted /dev/wd0e on /usr type ffs
 Oct 13 01:22:58 vault /netbsd: Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 Oct 13 01:22:58 vault /netbsd:    2006, 2007, 2008, 2009, 2010, 2011
 Oct 13 01:22:58 vault /netbsd:    The NetBSD Foundation, Inc.  All rights reserved.
 Oct 13 01:22:58 vault /netbsd: Copyright (c) 1982, 1986, 1989, 1991, 1993
 Oct 13 01:22:58 vault /netbsd:    The Regents of the University of California.  All rights reserved.
 Oct 13 01:22:58 vault /netbsd: 
 Oct 13 01:22:58 vault /netbsd: NetBSD 5.99.56 (GENERIC) #0: Tue Oct 11 01:12:02 MSK 2011
 Oct 13 01:22:58 vault /netbsd:     dm@:/usr/obj/sys/arch/amd64/compile/GENERIC
 Oct 13 01:22:58 vault /netbsd: total memory = 8157 MB
 Oct 13 01:22:58 vault /netbsd: avail memory = 7906 MB
 Oct 13 01:22:58 vault /netbsd: timecounter: Timecounters tick every 10.000 msec
 Oct 13 01:22:58 vault /netbsd: timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
 Oct 13 01:22:58 vault /netbsd: MSI MS-7592 (5.0)
 Oct 13 01:22:58 vault /netbsd: mainbus0 (root)
 Oct 13 01:22:58 vault /netbsd: cpu0 at mainbus0 apid 0: Pentium(R) Dual-Core  CPU      E5500  @ 2.80GHz, id 0x1067a
 Oct 13 01:22:58 vault /netbsd: cpu1 at mainbus0 apid 1: Pentium(R) Dual-Core  CPU      E5500  @ 2.80GHz, id 0x1067a
 Oct 13 01:22:58 vault /netbsd: ioapic0 at mainbus0 apid 2: pa 0xfec00000, version 20, 24 pins
 Oct 13 01:22:58 vault /netbsd: acpi0 at mainbus0: Intel ACPICA 20110623
 Oct 13 01:22:58 vault /netbsd: acpi0: X/RSDT: OemId <7592MS,A7592400,20101101>, AslId <MSFT,00000097>
 Oct 13 01:22:58 vault /netbsd: ACPI Warning: Incorrect checksum in table [OEMB] - 0x43, should be 0x3C (20110623/tbutils-282)
 Oct 13 01:22:58 vault /netbsd: acpi0: SCI interrupting at int 9
 Oct 13 01:22:58 vault /netbsd: timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
 Oct 13 01:22:58 vault /netbsd: hpet0 at acpi0: high precision event timer (mem 0xfed00000-0xfed00400)
 Oct 13 01:22:58 vault /netbsd: timecounter: Timecounter "hpet0" frequency 14318180 Hz quality 2000
 Oct 13 01:22:58 vault /netbsd: MCH (PNP0C01) at acpi0 not configured
 Oct 13 01:22:58 vault /netbsd: attimer1 at acpi0 (TMR, PNP0100): io 0x40-0x43 irq 0
 Oct 13 01:22:58 vault /netbsd: pcppi1 at acpi0 (SPKR, PNP0800): io 0x61
 Oct 13 01:22:58 vault /netbsd: midi0 at pcppi1: PC speaker
 Oct 13 01:22:58 vault /netbsd: sysbeep0 at pcppi1
 Oct 13 01:22:58 vault /netbsd: UAR1 (PNP0501) at acpi0 not configured
 Oct 13 01:22:58 vault /netbsd: UAR2 (PNP0501) at acpi0 not configured
 Oct 13 01:22:58 vault /netbsd: LPTE (PNP0400) at acpi0 not configured
 Oct 13 01:22:58 vault /netbsd: RMSC (PNP0C02) at acpi0 not configured
 Oct 13 01:22:58 vault /netbsd: FWH (INT0800) at acpi0 not configured
 Oct 13 01:22:58 vault /netbsd: FWHE (PNP0C02) at acpi0 not configured
 Oct 13 01:22:58 vault /netbsd: OMSC (PNP0C02) at acpi0 not configured
 Oct 13 01:22:58 vault /netbsd: pckbc1 at acpi0 (PS2K, PNP0303) (kbd port): io 0x60,0x64 irq 1
 Oct 13 01:22:58 vault /netbsd: SIOR (PNP0C02) at acpi0 not configured
 Oct 13 01:22:58 vault /netbsd: PCIE (PNP0C02) at acpi0 not configured
 Oct 13 01:22:58 vault /netbsd: RMEM (PNP0C01) at acpi0 not configured
 Oct 13 01:22:58 vault /netbsd: acpibut0 at acpi0 (PWRB, PNP0C0C-170): ACPI Power Button
 Oct 13 01:22:58 vault /netbsd: attimer1: attached to pcppi1
 Oct 13 01:22:58 vault /netbsd: pckbd0 at pckbc1 (kbd slot)
 Oct 13 01:22:58 vault /netbsd: pckbc1: using irq 1 for kbd slot
 Oct 13 01:22:58 vault /netbsd: wskbd0 at pckbd0: console keyboard
 Oct 13 01:22:58 vault /netbsd: pci0 at mainbus0 bus 0: configuration mode 1
 Oct 13 01:22:58 vault /netbsd: pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 Oct 13 01:22:58 vault /netbsd: pchb0 at pci0 dev 0 function 0: vendor 0x8086 product 0x2e30 (rev. 0x03)
 Oct 13 01:22:58 vault /netbsd: agp0 at pchb0: detected 32764k stolen memory
 Oct 13 01:22:58 vault /netbsd: agp0: aperture at 0xd0000000, size 0x10000000
 Oct 13 01:22:58 vault /netbsd: genfb0 at pci0 dev 2 function 0: vendor 0x8086 product 0x2e32
 Oct 13 01:22:58 vault /netbsd: genfb0: framebuffer at 0xd0000000, size 640x480, depth 8, stride 640
 Oct 13 01:22:58 vault /netbsd: wsdisplay0 at genfb0 kbdmux 1: console (default, vt100 emulation), using wskbd0
 Oct 13 01:22:58 vault /netbsd: wsmux1: connecting to wsdisplay0
 Oct 13 01:22:58 vault /netbsd: inteldrm has not been converted to device_t
 Oct 13 01:22:58 vault /netbsd: inteldrm0 at genfb0: ioapic0 pin 16
 Oct 13 01:22:58 vault /netbsd: drmdev has not been converted to device_t
 Oct 13 01:22:58 vault /netbsd: drmdev0 at inteldrm0
 Oct 13 01:22:58 vault /netbsd: hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
 Oct 13 01:22:58 vault /netbsd: hdaudio0: interrupting at ioapic0 pin 16
 Oct 13 01:22:58 vault /netbsd: hdafg0 at hdaudio0: VIA VT1708S
 Oct 13 01:22:58 vault /netbsd: hdafg0: DAC00 8ch: Speaker [Jack], HP Out [Jack]
 Oct 13 01:22:58 vault /netbsd: hdafg0: ADC01 2ch: CD [Built-In], Line In [Jack], Mic In [Jack]
 Oct 13 01:22:58 vault /netbsd: hdafg0: DIG02 2ch: SPDIF Out [Jack]
 Oct 13 01:22:58 vault /netbsd: hdafg0: 8ch/2ch 48000Hz PCM16*
 Oct 13 01:22:58 vault /netbsd: audio0 at hdafg0: full duplex, playback, capture, independent
 Oct 13 01:22:58 vault /netbsd: ppb0 at pci0 dev 28 function 0: vendor 0x8086 product 0x27d0 (rev. 0x01)
 Oct 13 01:22:58 vault /netbsd: ppb0: PCI Express 1.0 <Root Port of PCI-E Root Complex>
 Oct 13 01:22:58 vault /netbsd: pci1 at ppb0 bus 1
 Oct 13 01:22:58 vault /netbsd: pci1: i/o space, memory space enabled, rd/line, wr/inv ok
 Oct 13 01:22:58 vault /netbsd: ppb1 at pci0 dev 28 function 1: vendor 0x8086 product 0x27d2 (rev. 0x01)
 Oct 13 01:22:58 vault /netbsd: ppb1: PCI Express 1.0 <Root Port of PCI-E Root Complex>
 Oct 13 01:22:58 vault /netbsd: pci2 at ppb1 bus 2
 Oct 13 01:22:58 vault /netbsd: pci2: i/o space, memory space enabled, rd/line, wr/inv ok
 Oct 13 01:22:58 vault /netbsd: alc0 at pci2 dev 0 function 0: Atheros AR8131 PCIe Gigabit Ethernet
 Oct 13 01:22:58 vault /netbsd: alc0: interrupting at ioapic0 pin 17
 Oct 13 01:22:58 vault /netbsd: alc0: Ethernet address 6c:62:6d:c2:29:fd
 Oct 13 01:22:58 vault /netbsd: atphy0 at alc0 phy 0: L1 10/100/1000 PHY, rev. 11
 Oct 13 01:22:58 vault /netbsd: atphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT-FDX, auto
 Oct 13 01:22:58 vault /netbsd: ppb2 at pci0 dev 28 function 2: vendor 0x8086 product 0x27d4 (rev. 0x01)
 Oct 13 01:22:58 vault /netbsd: ppb2: PCI Express 1.0 <Root Port of PCI-E Root Complex>
 Oct 13 01:22:58 vault /netbsd: pci3 at ppb2 bus 3
 Oct 13 01:22:58 vault /netbsd: pci3: i/o space, memory space enabled, rd/line, wr/inv ok
 Oct 13 01:22:58 vault /netbsd: uhci0 at pci0 dev 29 function 0: vendor 0x8086 product 0x27c8 (rev. 0x01)
 Oct 13 01:22:58 vault /netbsd: uhci0: interrupting at ioapic0 pin 23
 Oct 13 01:22:58 vault /netbsd: usb0 at uhci0: USB revision 1.0
 Oct 13 01:22:58 vault /netbsd: uhci1 at pci0 dev 29 function 1: vendor 0x8086 product 0x27c9 (rev. 0x01)
 Oct 13 01:22:58 vault /netbsd: uhci1: interrupting at ioapic0 pin 19
 Oct 13 01:22:58 vault /netbsd: usb1 at uhci1: USB revision 1.0
 Oct 13 01:22:58 vault /netbsd: uhci2 at pci0 dev 29 function 2: vendor 0x8086 product 0x27ca (rev. 0x01)
 Oct 13 01:22:58 vault /netbsd: uhci2: interrupting at ioapic0 pin 18
 Oct 13 01:22:58 vault /netbsd: usb2 at uhci2: USB revision 1.0
 Oct 13 01:22:58 vault /netbsd: uhci3 at pci0 dev 29 function 3: vendor 0x8086 product 0x27cb (rev. 0x01)
 Oct 13 01:22:58 vault /netbsd: uhci3: interrupting at ioapic0 pin 16
 Oct 13 01:22:58 vault /netbsd: usb3 at uhci3: USB revision 1.0
 Oct 13 01:22:58 vault /netbsd: ehci0 at pci0 dev 29 function 7: vendor 0x8086 product 0x27cc (rev. 0x01)
 Oct 13 01:22:58 vault /netbsd: ehci0: interrupting at ioapic0 pin 23
 Oct 13 01:22:58 vault /netbsd: ehci0: EHCI version 1.0
 Oct 13 01:22:58 vault /netbsd: ehci0: companion controllers, 2 ports each: uhci0 uhci1 uhci2 uhci3
 Oct 13 01:22:58 vault /netbsd: usb4 at ehci0: USB revision 2.0
 Oct 13 01:22:58 vault /netbsd: ppb3 at pci0 dev 30 function 0: vendor 0x8086 product 0x244e (rev. 0xe1)
 Oct 13 01:22:58 vault /netbsd: pci4 at ppb3 bus 4
 Oct 13 01:22:58 vault /netbsd: pci4: i/o space, memory space enabled
 Oct 13 01:22:58 vault /netbsd: rtk0 at pci4 dev 0 function 0: Realtek 8139 10/100BaseTX (rev. 0x10)
 Oct 13 01:22:58 vault /netbsd: rtk0: interrupting at ioapic0 pin 16
 Oct 13 01:22:58 vault /netbsd: rtk0: Ethernet address 00:e0:52:ca:e6:63
 Oct 13 01:22:58 vault /netbsd: rlphy0 at rtk0 phy 7: Realtek internal PHY
 Oct 13 01:22:58 vault /netbsd: rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 Oct 13 01:22:58 vault /netbsd: ichlpcib0 at pci0 dev 31 function 0: vendor 0x8086 product 0x27b8 (rev. 0x01)
 Oct 13 01:22:58 vault /netbsd: timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
 Oct 13 01:22:58 vault /netbsd: ichlpcib0: 24-bit timer
 Oct 13 01:22:58 vault /netbsd: ichlpcib0: TCO (watchdog) timer configured.
 Oct 13 01:22:58 vault /netbsd: piixide0 at pci0 dev 31 function 1: Intel 82801GB/GR IDE Controller (ICH7) (rev. 0x01)
 Oct 13 01:22:58 vault /netbsd: piixide0: bus-master DMA support present
 Oct 13 01:22:58 vault /netbsd: piixide0: primary channel configured to compatibility mode
 Oct 13 01:22:58 vault /netbsd: piixide0: primary channel interrupting at ioapic0 pin 14
 Oct 13 01:22:58 vault /netbsd: atabus0 at piixide0 channel 0
 Oct 13 01:22:58 vault /netbsd: piixide0: secondary channel configured to compatibility mode
 Oct 13 01:22:58 vault /netbsd: piixide0: secondary channel interrupting at ioapic0 pin 15
 Oct 13 01:22:58 vault /netbsd: atabus1 at piixide0 channel 1
 Oct 13 01:22:58 vault /netbsd: piixide1 at pci0 dev 31 function 2: Intel 82801GB/GR Serial ATA/Raid Controller (ICH7) (rev. 0x01)
 Oct 13 01:22:58 vault /netbsd: piixide1: bus-master DMA support present
 Oct 13 01:22:58 vault /netbsd: piixide1: primary channel configured to native-PCI mode
 Oct 13 01:22:58 vault /netbsd: piixide1: using ioapic0 pin 19 for native-PCI interrupt
 Oct 13 01:22:58 vault /netbsd: atabus2 at piixide1 channel 0
 Oct 13 01:22:58 vault /netbsd: piixide1: secondary channel configured to native-PCI mode
 Oct 13 01:22:58 vault /netbsd: atabus3 at piixide1 channel 1
 Oct 13 01:22:58 vault /netbsd: ichsmb0 at pci0 dev 31 function 3: vendor 0x8086 product 0x27da (rev. 0x01)
 Oct 13 01:22:58 vault /netbsd: ichsmb0: interrupting at ioapic0 pin 19
 Oct 13 01:22:58 vault /netbsd: iic0 at ichsmb0: I2C bus
 Oct 13 01:22:58 vault /netbsd: isa0 at ichlpcib0
 Oct 13 01:22:58 vault /netbsd: lpt0 at isa0 port 0x378-0x37b irq 7
 Oct 13 01:22:58 vault /netbsd: com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo
 Oct 13 01:22:58 vault /netbsd: com1 at isa0 port 0x2f8-0x2ff irq 3: ns16550a, working fifo
 Oct 13 01:22:58 vault /netbsd: acpicpu0 at cpu0: ACPI CPU
 Oct 13 01:22:58 vault /netbsd: acpicpu0: C1: HLT, lat   0 us, pow     0 mW
 Oct 13 01:22:58 vault /netbsd: acpicpu0: P0: FFH, lat  10 us, pow 89000 mW, 2803 MHz
 Oct 13 01:22:58 vault /netbsd: acpicpu0: P1: FFH, lat  10 us, pow 77000 mW, 2403 MHz
 Oct 13 01:22:58 vault /netbsd: acpicpu0: P2: FFH, lat  10 us, pow 66000 mW, 2003 MHz
 Oct 13 01:22:58 vault /netbsd: acpicpu0: P3: FFH, lat  10 us, pow 55000 mW, 1603 MHz
 Oct 13 01:22:58 vault /netbsd: acpicpu0: P4: FFH, lat  10 us, pow 46000 mW, 1203 MHz
 Oct 13 01:22:58 vault /netbsd: coretemp0 at cpu0: thermal sensor, 1 C resolution
 Oct 13 01:22:58 vault /netbsd: acpicpu1 at cpu1: ACPI CPU
 Oct 13 01:22:58 vault /netbsd: coretemp1 at cpu1: thermal sensor, 1 C resolution
 Oct 13 01:22:58 vault /netbsd: timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 Oct 13 01:22:58 vault /netbsd: uhub0 at usb0: vendor 0x8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 Oct 13 01:22:58 vault /netbsd: uhub0: 2 ports with 2 removable, self powered
 Oct 13 01:22:58 vault /netbsd: uhub1 at usb1: vendor 0x8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 Oct 13 01:22:58 vault /netbsd: uhub1: 2 ports with 2 removable, self powered
 Oct 13 01:22:58 vault /netbsd: uhub2 at usb2: vendor 0x8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 Oct 13 01:22:58 vault /netbsd: uhub2: 2 ports with 2 removable, self powered
 Oct 13 01:22:58 vault /netbsd: uhub3 at usb3: vendor 0x8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 Oct 13 01:22:58 vault /netbsd: uhub3: 2 ports with 2 removable, self powered
 Oct 13 01:22:58 vault /netbsd: uhub4 at usb4: vendor 0x8086 EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 Oct 13 01:22:58 vault /netbsd: uhub4: 8 ports with 8 removable, self powered
 Oct 13 01:22:58 vault /netbsd: wd0 at atabus0 drive 0
 Oct 13 01:22:58 vault /netbsd: wd0: <ST3250820A>
 Oct 13 01:22:58 vault /netbsd: wd0: drive supports 16-sector PIO transfers, LBA48 addressing
 Oct 13 01:22:58 vault /netbsd: wd0: 232 GB, 484518 cyl, 16 head, 63 sec, 512 bytes/sect x 488395055 sectors
 Oct 13 01:22:58 vault /netbsd: wd0: 32-bit data port
 Oct 13 01:22:58 vault /netbsd: wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
 Oct 13 01:22:58 vault /netbsd: wd0(piixide0:0:0): using PIO mode 4, Ultra-DMA mode 5 (Ultra/100) (using DMA)
 Oct 13 01:22:58 vault /netbsd: atapibus0 at atabus2: 2 targets
 Oct 13 01:22:58 vault /netbsd: cd0 at atapibus0 drive 1: <PIONEER DVD-RW  DVR-219L, KFQC221355WL, 1.02> cdrom removable
 Oct 13 01:22:58 vault /netbsd: cd0: 32-bit data port
 Oct 13 01:22:58 vault /netbsd: cd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
 Oct 13 01:22:58 vault /netbsd: wd1 at atabus2 drive 0
 Oct 13 01:22:58 vault /netbsd: wd1: <ST500DM002-1BC142>
 Oct 13 01:22:58 vault /netbsd: wd1: drive supports 16-sector PIO transfers, LBA48 addressing
 Oct 13 01:22:58 vault /netbsd: wd1: 465 GB, 969021 cyl, 16 head, 63 sec, 512 bytes/sect x 976773168 sectors
 Oct 13 01:22:58 vault /netbsd: wd1: 32-bit data port
 Oct 13 01:22:58 vault /netbsd: wd1: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133)
 Oct 13 01:22:58 vault /netbsd: wd1(piixide1:0:0): using PIO mode 4, Ultra-DMA mode 6 (Ultra/133) (using DMA)
 Oct 13 01:22:58 vault /netbsd: cd0(piixide1:0:1): using PIO mode 4, Ultra-DMA mode 5 (Ultra/100) (using DMA)
 Oct 13 01:22:58 vault /netbsd: Kernelized RAIDframe activated
 Oct 13 01:22:58 vault /netbsd: pad0: outputs: 44100Hz, 16-bit, stereo
 Oct 13 01:22:58 vault /netbsd: audio1 at pad0: half duplex, playback, capture
 Oct 13 01:22:58 vault /netbsd: boot device: wd0
 Oct 13 01:22:58 vault /netbsd: root on wd0a dumps on wd0b
 Oct 13 01:22:58 vault /netbsd: root file system type: ffs
 Oct 13 01:22:58 vault root: /etc/rc: WARNING: $lkm is not set properly - see rc.conf(5).
 Oct 13 01:22:58 vault savecore: no core dump
 Oct 13 01:22:58 vault root: /etc/rc: WARNING: $btattach is not set properly - see rc.conf(5).
 Oct 13 01:22:58 vault root: /etc/rc: WARNING: $btconfig is not set properly - see rc.conf(5).
 Oct 13 01:22:58 vault root: /etc/rc: WARNING: $btdevctl is not set properly - see rc.conf(5).
 Oct 13 01:22:59 vault root: /etc/rc: WARNING: $poffd is not set properly - see rc.conf(5).
 Oct 13 01:22:59 vault root: /etc/rc: WARNING: $lkm is not set properly - see rc.conf(5).
 Oct 13 01:22:59 vault root: /etc/rc: WARNING: $lkm is not set properly - see rc.conf(5).
 Oct 13 01:23:51 vault dhclient: Internet Systems Consortium DHCP Client V3.0.3
 Oct 13 01:23:51 vault dhclient: Copyright 2004-2005 Internet Systems Consortium.
 Oct 13 01:23:51 vault dhclient: All rights reserved.
 Oct 13 01:23:51 vault dhclient: For info, please visit http://www.isc.org/products/DHCP
 Oct 13 01:23:51 vault dhclient: 
 Oct 13 01:23:51 vault dhclient: Listening on BPF/rtk0/00:e0:52:ca:e6:63
 Oct 13 01:23:51 vault dhclient: Sending on   BPF/rtk0/00:e0:52:ca:e6:63
 Oct 13 01:23:51 vault dhclient: Sending on   Socket/fallback
 Oct 13 01:23:52 vault dhclient: DHCPREQUEST on rtk0 to 255.255.255.255 port 67
 Oct 13 01:23:52 vault dhclient: DHCPACK from 192.168.1.1
 Oct 13 01:23:52 vault dhclient: bound to 192.168.1.34 -- renewal in 403028 seconds.

Xorg.0.log

 [    20.510] 
 X.Org X Server 1.10.3
 Release Date: 2011-07-08
 [    20.510] X Protocol Version 11, Revision 0
 [    20.510] Build Operating System: NetBSD/amd64  - 
 [    20.510] Current Operating System: NetBSD vault 5.99.56 NetBSD 5.99.56 (GENERIC) #0: Tue Oct 11 01:12:02 MSK 2011  dm@:/usr/obj/sys/arch/amd64/compile/GENERIC amd64
 [    20.510] Build Date: 01 August 2011  01:01:00AM
 [    20.510]  
 [    20.510] Current version of pixman: 0.23.2
 [    20.511]   Before reporting problems, check http://wiki.X.Org
    to make sure that you have the latest version.
 [    20.511] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 [    20.511] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 13 01:23:07 2011
 [    20.518] (==) Using config file: "/etc/X11/xorg.conf"
 [    20.528] (==) ServerLayout "X.org Configured"
 [    20.528] (**) |-->Screen "Screen0" (0)
 [    20.528] (**) |   |-->Monitor "Monitor0"
 [    20.529] (**) |   |-->Device "Card0"
 [    20.529] (**) |-->Screen "Screen1" (1)
 [    20.529] (**) |   |-->Monitor "Monitor1"
 [    20.529] (**) |   |-->Device "Card1"
 [    20.541] (**) |-->Input Device "Mouse0"
 [    20.541] (**) |-->Input Device "Keyboard0"
 [    20.541] (==) Not automatically adding devices
 [    20.541] (==) Not automatically enabling devices
 [    20.578] (**) FontPath set to:
    /usr/X11R7/lib/X11/fonts/misc/,
    /usr/X11R7/lib/X11/fonts/TTF/,
    /usr/X11R7/lib/X11/fonts/Type1/,
    /usr/X11R7/lib/X11/fonts/75dpi/,
    /usr/X11R7/lib/X11/fonts/100dpi/,
    /usr/X11R7/lib/X11/fonts/misc/,
    /usr/X11R7/lib/X11/fonts/TTF/,
    /usr/X11R7/lib/X11/fonts/Type1/,
    /usr/X11R7/lib/X11/fonts/75dpi/,
    /usr/X11R7/lib/X11/fonts/100dpi/
 [    20.578] (**) ModulePath set to "/usr/X11R7/lib/modules"
 [    20.580] (II) Loader magic: 0x82fc60
 [    20.580] (II) Module ABI versions:
 [    20.580]   X.Org ANSI C Emulation: 0.4
 [    20.580]   X.Org Video Driver: 10.0
 [    20.580]   X.Org XInput driver : 12.2
 [    20.580]   X.Org Server Extension : 5.0
 [    20.587] (--) PCI:*(0:0:2:0) 8086:2e32:1462:7592 rev 3, Mem @ 0xfe400000/4194304, 0xd0000000/268435456, I/O @ 0x0000cc00/8
 [    20.587] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
 [    20.587] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
 [    20.587] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
 [    20.587] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
 [    20.587] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
 [    20.587] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
 [    20.587] (II) LoadModule: "dbe"
 [    20.610] (II) Loading /usr/X11R7/lib/modules/extensions/libdbe.so
 [    20.625] (II) Module dbe: vendor="X.Org Foundation"
 [    20.625]   compiled for 1.10.3, module version = 1.0.0
 [    20.625]   Module class: X.Org Server Extension
 [    20.625]   ABI class: X.Org Server Extension, version 5.0
 [    20.625] (II) Loading extension DOUBLE-BUFFER
 [    20.625] (II) LoadModule: "dri"
 [    20.626] (II) Loading /usr/X11R7/lib/modules/extensions/libdri.so
 [    20.633] (II) Module dri: vendor="X.Org Foundation"
 [    20.639]   compiled for 1.10.3, module version = 1.0.0
 [    20.639]   ABI class: X.Org Server Extension, version 5.0
 [    20.645] (II) Loading extension XFree86-DRI
 [    20.645] (II) LoadModule: "dri2"
 [    20.646] (II) Loading /usr/X11R7/lib/modules/extensions/libdri2.so
 [    20.653] (II) Module dri2: vendor="X.Org Foundation"
 [    20.653]   compiled for 1.10.3, module version = 1.2.0
 [    20.653]   ABI class: X.Org Server Extension, version 5.0
 [    20.653] (II) Loading extension DRI2
 [    20.653] (II) LoadModule: "extmod"
 [    20.654] (II) Loading /usr/X11R7/lib/modules/extensions/libextmod.so
 [    20.663] (II) Module extmod: vendor="X.Org Foundation"
 [    20.663]   compiled for 1.10.3, module version = 1.0.0
 [    20.663]   Module class: X.Org Server Extension
 [    20.663]   ABI class: X.Org Server Extension, version 5.0
 [    20.663] (II) Loading extension MIT-SCREEN-SAVER
 [    20.663] (II) Loading extension XFree86-VidModeExtension
 [    20.663] (II) Loading extension XFree86-DGA
 [    20.664] (II) Loading extension DPMS
 [    20.664] (II) Loading extension XVideo
 [    20.664] (II) Loading extension XVideo-MotionCompensation
 [    20.664] (II) Loading extension X-Resource
 [    20.664] (II) LoadModule: "glx"
 [    20.665] (II) Loading /usr/X11R7/lib/modules/extensions/libglx.so
 [    20.672] (II) Module glx: vendor="X.Org Foundation"
 [    20.673]   compiled for 1.10.3, module version = 1.0.0
 [    20.673]   ABI class: X.Org Server Extension, version 5.0
 [    20.677] (==) AIGLX enabled
 [    20.677] (II) Loading extension GLX
 [    20.677] (II) LoadModule: "record"
 [    20.678] (II) Loading /usr/X11R7/lib/modules/extensions/librecord.so
 [    20.681] (II) Module record: vendor="X.Org Foundation"
 [    20.681]   compiled for 1.10.3, module version = 1.13.0
 [    20.681]   Module class: X.Org Server Extension
 [    20.681]   ABI class: X.Org Server Extension, version 5.0
 [    20.681] (II) Loading extension RECORD
 [    20.681] (II) LoadModule: "shadow"
 [    20.682] (II) Loading /usr/X11R7/lib/modules/extensions/libshadow.so
 [    20.686] (II) Module shadow: vendor="X.Org Foundation"
 [    20.686]   compiled for 1.10.3, module version = 1.1.0
 [    20.686]   ABI class: X.Org ANSI C Emulation, version 0.4
 [    20.687] (II) LoadModule: "intel"
 [    20.687] (II) Loading /usr/X11R7/lib/modules/drivers/intel_drv.so
 [    20.732] (II) Module intel: vendor="X.Org Foundation"
 [    20.732]   compiled for 1.10.3, module version = 2.9.1
 [    20.732]   Module class: X.Org Video Driver
 [    20.732]   ABI class: X.Org Video Driver, version 10.0
 [    20.732] (II) LoadModule: "vesa"
 [    20.733] (II) Loading /usr/X11R7/lib/modules/drivers/vesa_drv.so
 [    20.743] (II) Module vesa: vendor="X.Org Foundation"
 [    20.743]   compiled for 1.10.3, module version = 2.3.0
 [    20.743]   Module class: X.Org Video Driver
 [    20.743]   ABI class: X.Org Video Driver, version 10.0
 [    20.743] (II) LoadModule: "mouse"
 [    20.744] (II) Loading /usr/X11R7/lib/modules/drivers/mouse_drv.so
 [    20.749] (II) Module mouse: vendor="X.Org Foundation"
 [    20.749]   compiled for 1.10.3, module version = 1.7.1
 [    20.749]   Module class: X.Org XInput Driver
 [    20.749]   ABI class: X.Org XInput driver, version 12.2
 [    20.750] (II) LoadModule: "kbd"
 [    20.750] (II) Loading /usr/X11R7/lib/modules/drivers/kbd_drv.so
 [    20.760] (II) Module kbd: vendor="X.Org Foundation"
 [    20.760]   compiled for 1.10.3, module version = 1.6.0
 [    20.760]   Module class: X.Org XInput Driver
 [    20.760]   ABI class: X.Org XInput driver, version 12.2
 [    20.760] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
 [    20.761] (II) VESA: driver for VESA chipsets: vesa
 [    20.761] (--) Using wscons driver on /dev/ttyE0 in pcvt compatibility mode (version 3.32)
 [    20.761] (--) using VT number 1

 [    20.761] (II) Loading /usr/X11R7/lib/modules/drivers/intel_drv.so
 [    20.761] (WW) Falling back to old probe method for vesa
 [    20.761] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
 [    20.762] (II) Loading sub module "vgahw"
 [    20.762] (II) LoadModule: "vgahw"
 [    20.767] (II) Loading /usr/X11R7/lib/modules/libvgahw.so
 [    20.771] (II) Module vgahw: vendor="X.Org Foundation"
 [    20.771]   compiled for 1.10.3, module version = 0.1.0
 [    20.771]   ABI class: X.Org Video Driver, version 10.0
 [    20.771] (II) Loading sub module "ramdac"
 [    20.771] (II) LoadModule: "ramdac"
 [    20.771] (II) Module "ramdac" already built-in
 [    20.772] drmOpenDevice: node name is /dev/dri/card0
 [    20.772] drmOpenDevice: open result is 13, (OK)
 [    20.772] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
 [    20.772] drmOpenDevice: node name is /dev/dri/card0
 [    20.772] drmOpenDevice: open result is 13, (OK)
 [    20.772] drmOpenByBusid: drmOpenMinor returns 13
 [    20.772] drmOpenByBusid: Interface 1.4 failed, trying 1.1
 [    20.772] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
 [    20.772] (==) intel(0): Depth 24, (--) framebuffer bpp 32
 [    20.772] (==) intel(0): RGB weight 888
 [    20.772] (==) intel(0): Default visual is TrueColor
 [    20.772] (II) intel(0): Integrated Graphics Chipset: Intel(R) G41
 [    20.772] (--) intel(0): Chipset: "G41"
 [    20.772] (--) intel(0): Linear framebuffer at 0xD0000000
 [    20.772] (--) intel(0): IO registers at addr 0xFE400000 size 4194304
 [    20.772] (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
 [    20.772] (II) intel(0): No SDVO device is found in VBT
 [    20.777] (II) intel(0): 2 display pipes available.
 [    20.777] (II) Loading sub module "ddc"
 [    20.777] (II) LoadModule: "ddc"
 [    20.777] (II) Module "ddc" already built-in
 [    20.777] (II) Loading sub module "i2c"
 [    20.777] (II) LoadModule: "i2c"
 [    20.777] (II) Module "i2c" already built-in
 [    20.796] (II) intel(0): Output VGA using monitor section Monitor0
 [    20.796] (WW) intel(0): remove MTRR a0000 - b0000
 [    20.844] (II) intel(0): I2C bus "CRTDDC_A" initialized.
 [    20.844] (II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
 [    20.893] (II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
 [    20.893] (II) intel(0): I2C bus "CRTDDC_A" removed.
 [    20.893] (II) intel(0): EDID for output VGA
 [    20.893] (II) intel(0): Manufacturer: DEL  Model: f010  Serial#: 827930700
 [    20.893] (II) intel(0): Year: 2010  Week: 49
 [    20.893] (II) intel(0): EDID Version: 1.3
 [    20.893] (II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
 [    20.893] (II) intel(0): Sync:  Separate
 [    20.893] (II) intel(0): Max Image Size [cm]: horiz.: 47  vert.: 30
 [    20.893] (II) intel(0): Gamma: 2.20
 [    20.893] (II) intel(0): DPMS capabilities: Off; RGB/Color Display
 [    20.893] (II) intel(0): Default color space is primary color space
 [    20.893] (II) intel(0): First detailed timing is preferred mode
 [    20.893] (II) intel(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
 [    20.893] (II) intel(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
 [    20.893] (II) intel(0): Supported established timings:
 [    20.893] (II) intel(0): 720x400@70Hz
 [    20.893] (II) intel(0): 640x480@60Hz
 [    20.893] (II) intel(0): 640x480@75Hz
 [    20.893] (II) intel(0): 800x600@60Hz
 [    20.893] (II) intel(0): 800x600@75Hz
 [    20.893] (II) intel(0): 1024x768@60Hz
 [    20.893] (II) intel(0): 1024x768@75Hz
 [    20.893] (II) intel(0): 1280x1024@75Hz
 [    20.893] (II) intel(0): Manufacturer's mask: 0
 [    20.893] (II) intel(0): Supported standard timings:
 [    20.893] (II) intel(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
 [    20.893] (II) intel(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
 [    20.893] (II) intel(0): #2: hsize: 1680  vsize 1050  refresh: 60  vid: 179
 [    20.893] (II) intel(0): Supported detailed timing:
 [    20.893] (II) intel(0): clock: 146.2 MHz   Image Size:  474 x 296 mm
 [    20.893] (II) intel(0): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
 [    20.893] (II) intel(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
 [    20.893] (II) intel(0): Serial No: H735H0BU1Y8L
 [    20.893] (II) intel(0): Monitor name: DELL 2209WA
 [    20.893] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 165 MHz
 [    20.893] (II) intel(0): EDID (in hex):
 [    20.893] (II) intel(0):    00ffffffffffff0010ac10f04c385931
 [    20.893] (II) intel(0):    31140103682f1e782eee95a3544c9926
 [    20.893] (II) intel(0):    0f5054a54b00714f8180b30001010101
 [    20.893] (II) intel(0):    01010101010121399030621a274068b0
 [    20.893] (II) intel(0):    3600da281100001c000000ff00483733
 [    20.893] (II) intel(0):    35483042553159384c0a000000fc0044
 [    20.893] (II) intel(0):    454c4c203232303957410a20000000fd
 [    20.893] (II) intel(0):    00384b1e5310000a20202020202000d4
 [    20.893] (II) intel(0): EDID vendor "DEL", prod id 61456
 [    20.894] (II) intel(0): Using EDID range info for horizontal sync
 [    20.894] (II) intel(0): Using EDID range info for vertical refresh
 [    20.894] (II) intel(0): Printing DDC gathered Modelines:
 [    20.894] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65
dmatveev commented 13 years ago

Xorg.0.log (the rest)

[    22.260] (II) intel(0): Output configuration:
[    22.260] (II) intel(0):   Pipe A is on
[    22.260] (II) intel(0):   Display plane A is now enabled and connected to pipe A.
[    22.260] (II) intel(0):   Pipe B is off
[    22.260] (II) intel(0):   Display plane B is now disabled and connected to pipe B.
[    22.260] (II) intel(0):   Output VGA is connected to pipe A
[    22.260] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    22.261] 
##############################################
*** In function I830ScreenInit, on line 2728, in file /usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_driver.c ***
[    22.261] assert( if(!miCreateDefColormap(screen)) )
[    22.261] ##############################################

[    22.283] 
##############################################
*** In function I830ScreenInit, on line 2732, in file /usr/xsrc/external/mit/xf86-video-intel/dist/src/i830_driver.c ***
[    22.283] assert( if(!xf86HandleColormaps(screen, ...)) )
[    22.283] ##############################################

[    22.283] (==) intel(0): DPMS enabled
[    22.297] (II) intel(0): Set up textured video
[    22.307] (II) intel(0): direct rendering: DRI2 Enabled
[    22.320] (--) RandR disabled
[    22.320] (II) Initializing built-in extension Generic Event Extension
[    22.320] (II) Initializing built-in extension SHAPE
[    22.320] (II) Initializing built-in extension MIT-SHM
[    22.320] (II) Initializing built-in extension XInputExtension
[    22.320] (II) Initializing built-in extension XTEST
[    22.320] (II) Initializing built-in extension BIG-REQUESTS
[    22.320] (II) Initializing built-in extension SYNC
[    22.320] (II) Initializing built-in extension XKEYBOARD
[    22.320] (II) Initializing built-in extension XC-MISC
[    22.320] (II) Initializing built-in extension SECURITY
[    22.320] (II) Initializing built-in extension XINERAMA
[    22.320] (II) Initializing built-in extension XFIXES
[    22.320] (II) Initializing built-in extension XFree86-Bigfont
[    22.320] (II) Initializing built-in extension RENDER
[    22.320] (II) Initializing built-in extension RANDR
[    22.320] (II) Initializing built-in extension COMPOSITE
[    22.320] (II) Initializing built-in extension DAMAGE
[    22.341] (II) AIGLX: Screen 0 is not DRI capable
[    22.447] (II) AIGLX: Loaded and initialized /usr/X11R7/lib/modules/dri/swrast_dri.so
[    22.447] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    22.447] (II) intel(0): Setting screen physical size to 444 x 277
[    23.203] (II) Using input driver 'mouse' for 'Mouse0'
[    23.203] (II) Loading /usr/X11R7/lib/modules/drivers/mouse_drv.so
[    23.203] (**) Option "CorePointer"
[    23.203] (**) Mouse0: always reports core events
[    23.210] (**) Option "Protocol" "wsmouse"
[    23.210] (**) Option "Device" "/dev/wsmouse"
[    23.210] (**) Mouse0: Protocol: "wsmouse"
[    23.210] (**) Mouse0: always reports core events
[    23.211] (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
[    23.211] (**) Option "ZAxisMapping" "4 5 6 7"
[    23.211] (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
[    23.211] (**) Mouse0: Buttons: 11
[    23.211] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
[    23.211] (**) Mouse0: (accel) keeping acceleration scheme 1
[    23.211] (**) Mouse0: (accel) acceleration profile 0
[    23.211] (**) Mouse0: (accel) acceleration factor: 2.000
[    23.211] (**) Mouse0: (accel) acceleration threshold: 4
[    23.211] (II) Using input driver 'kbd' for 'Keyboard0'
[    23.211] (II) Loading /usr/X11R7/lib/modules/drivers/kbd_drv.so
[    23.211] (**) Option "CoreKeyboard"
[    23.211] (**) Keyboard0: always reports core events
[    23.211] (**) Keyboard0: always reports core events
[    23.211] (**) Option "Protocol" "standard"
[    23.211] (**) Option "XkbRules" "xorg"
[    23.211] (**) Option "XkbModel" "pc105"
[    23.211] (**) Option "XkbLayout" "us,ru"
[    23.211] (**) Option "XkbVariant" ",winkeys"
[    23.211] (**) Option "XkbOptions" "grp:alt_shift_toggle"
[    23.211] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
gsutre commented 12 years ago

This issue has not been tested for some time, and, now, it doesn't occur anymore. The display is fine under X with a genfb(4) console on Ironlake. However, the console is not restored properly. A separate issue #16 has been filed for this console problem.