NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

port-i386/42313: drm problems with intel Q35



>Number:         42313
>Category:       port-i386
>Synopsis:       drm problems with intel Q35
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    port-i386-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Nov 13 19:50:00 +0000 2009
>Originator:     leo%marco.de@localhost
>Release:        NetBSD 5.99.22 (cvs update run on 2009/11/13 19:20 GMT)
>Organization:
Matthias Pfaller                            Software Entwicklung
marco Systemanalyse und Entwicklung GmbH    Tel   +49 8131 5161 41
Hans-Böckler-Str. 2, D 85221 Dachau         Fax   +49 8131 5161 66
http://www.marco.de/                        Email leo%marco.de@localhost
>Environment:
        
        
System: NetBSD slug 5.99.22 NetBSD 5.99.22 (SLUG) #12: Fri Nov 13 20:21:52 CET 
2009 leo@slug:/usr/src/sys/arch/i386/compile/SLUG i386
Architecture: i386
Machine: i386
>Description:
        Wenn using a kernel with drm enabled, my Xserver fails to start.
>How-To-Repeat:
        Use an Optiplex 755 and try to run X with a drm-enabled kernel
>Fix:
        Do not configure drm.

-------------------- Kernel configuration:
#
# slug
#

include "arch/i386/conf/std.i386"

# CPU-related options.
options         VM86            # virtual 8086 emulation
options         USER_LDT        # user-settable LDT; used by WINE
options         MTRR            # memory-type range register syscall support

# Enhanced SpeedStep Technology in the Pentium M
options         ENHANCED_SPEEDSTEP
options         EST_FREQ_USERWRITE      # any user can set frequency

# Intel(R) On Demand Clock Modulation (aka ODCM)
options         INTEL_ONDEMAND_CLOCKMOD

maxusers        32              # estimated number of users

options         INSECURE        # disable kernel security levels

options         NTP             # NTP phase/frequency locked loop

options         MODULAR         # new style module framework
options         KTRACE          # system call tracing, a la ktrace(1)
options         SYSTRACE        # system call vetting via systrace(1)

options         SYSVMSG         # System V-like message queues
options         SYSVSEM         # System V-like semaphores
options         SYSVSHM         # System V-like memory sharing
options         SHMMAXPGS=32768
options         NKMEMPAGES_MIN=32868
no options      AIO             # POSIX AIO, built as a module
options         SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel

# Compatibility options
options         COMPAT_NOMID    # NetBSD 0.8, 386BSD, and BSDI
options         COMPAT_09       # NetBSD 0.9
options         COMPAT_10       # NetBSD 1.0
options         COMPAT_11       # NetBSD 1.1
options         COMPAT_12       # NetBSD 1.2, 386BSD, and BSDI
options         COMPAT_13       # NetBSD 1.3, 386BSD, and BSDI
options         COMPAT_14       # NetBSD 1.4
options         COMPAT_15       # NetBSD 1.5
options         COMPAT_16       # NetBSD 1.6
options         COMPAT_20       # NetBSD 2.0
options         COMPAT_30       # NetBSD 3.0
options         COMPAT_40       # NetBSD 4.0
options         COMPAT_50       # NetBSD 5.0
options         COMPAT_43       # 4.3BSD, 386BSD, and BSDI
options         COMPAT_LINUX    # binary compatibility with Linux
options         COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
options         COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility

# File systems
file-system     CD9660          # ISO 9660 + Rock Ridge file system
file-system     FFS             # UFS
file-system     EXT2FS          # second extended file system (linux)
file-system     MSDOSFS         # MS-DOS file system
file-system     NFS             # Network File System client
file-system     NULLFS          # loopback file system
file-system     UNION           # union file system
file-system     TMPFS           # Efficient memory file-system
file-system     PROCFS          # /proc
file-system     KERNFS          # /kern
file-system     PTYFS           # /dev/ptm support
file-system     FDESC           # /dev/fd

# File system options
options         WAPBL           # File system journaling support - Experimental
options         NFSSERVER       # Network File System server

options         INET            # IP + ICMP + TCP + UDP
options         INET6           # IPV6

#
# wscons options
#
# builtin terminal emulations
options         WSEMUL_VT100            # VT100 / VT220 emulation
# compatibility to other console drivers
options         WSDISPLAY_COMPAT_PCVT           # emulate some ioctls
options         WSDISPLAY_COMPAT_SYSCONS        # emulate some ioctls
options         WSDISPLAY_COMPAT_USL            # VT handling
options         WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
options         PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
options         WSDISPLAY_SCROLLSUPPORT

config          netbsd  root on ? type ?

# Advanced Configuration and Power Interface

# This option can be used to retrieve CPU and APIC information.
# that I/O APICs can be used if ACPI is enabled below.
#options        MPBIOS_SCANPCI  # find PCI roots using MPBIOS
options         ACPI_SCANPCI    # find PCI roots using ACPI

acpi0           at mainbus0

cpu* at mainbus?

# ACPI devices
options         VGA_POST                # in-kernel support for VGA POST
apm*            at acpi?                # ACPI apm emulation
acpiacad*       at acpi?                # ACPI AC Adapter
acpibut*        at acpi?                # ACPI Button

# The ACPI Embedded Controller is generally configured via the special ECDT.
# This is required as parts of the DSDT can reference the EC before the normal
# attach phase.
acpiec*         at acpi?                # ACPI Embedded Controller (late 
binding)
acpiecdt*       at acpi?                # ACPI Embedded Controller (early 
binding)
acpitz*         at acpi?                # ACPI Thermal Zone

# Mainboard devices
attimer*        at acpi?                # AT Timer
com*            at acpi?                # Serial communications interface
lpt*            at acpi?                # Parallel port
hpet*           at acpi?                # High Precision Event Timer
pckbc*          at acpi?                # PC keyboard controller
pcppi*          at acpi?                # AT-style speaker sound
npx*            at acpi?                # Math coprocessor

# PCI bus support
pci*    at mainbus? bus ?
pci*    at pchb? bus ?
pci*    at ppb? bus ?

# PCI bridges
ichlpcib* at pci? dev ? function ?      # Intel ICH PCI-ISA w/ timecounter,
pchb*   at pci? dev ? function ?        # PCI-Host bridges
pcib*   at pci? dev ? function ?        # PCI-ISA bridges
ppb*    at pci? dev ? function ?        # PCI-PCI bridges
agp*    at pchb?

# ISA bus support
isa0    at pcib?
isa0    at ichlpcib?

# wscons
wsdisplay*      at vga? console ?

# USB Controller and Devices
options USBVERBOSE

# PCI USB controllers
uhci*   at pci? dev ? function ?        # Universal Host Controller (Intel)
ehci*   at pci? dev ? function ?        # Enhanced Host Controller

# USB bus support
usb*    at uhci?
usb*    at ehci?

# USB Hubs
uhub*   at usb?
uhub*   at uhub? port ? configuration ? interface ?

# USB Modem
umodem* at uhub? port ? configuration ?
ucom*   at umodem?

# USB HID device
uhidev0 at uhub? port ? configuration ? interface 0 vendor 0x045e product 0x00db
uhidev1 at uhub? port ? configuration ? interface 1 vendor 0x045e product 0x00db
uhidev* at uhub? port ? configuration ? interface ?

# USB Mice
ums*    at uhidev? reportid ?
wsmouse*        at ums? mux 0

# USB Keyboards
ukbd*   at uhidev? reportid ?
wskbd*  at ukbd? console ? mux 1

# USB uhids
uhid0   at uhidev1 reportid ?
uhid*   at uhidev? reportid ?

# USB mass storage
umass*  at uhub? port ? configuration ? interface ?
scsibus* at umass?
wd*     at umass?

# USB Modem
umodem* at uhub? port ? configuration ?
ucom*   at umodem?

# USB audio
uaudio* at uhub? port ? configuration ?

# USB MIDI
umidi* at uhub? port ? configuration ?

# USB Video capture devices
pseye* at uhub?                 # Sony PLAYSTATION(R) Eye webcam
uvideo* at uhub?                # USB Video Class capture devices
video* at videobus?

# USB Generic driver
ugen*   at uhub? port ?
# On ugen bulk endpoints, perform read-ahead and write-behind.
options UGEN_BULK_RA_WB

# USB generic serial port (e.g., data over cellular)
ugensa* at uhub? port ?
ucom*   at ugensa?

# Bluetooth USB Controllers
ubt* at uhub? port ?

# Bluetooth Device Hub
bthub* at ubt?

# Bluetooth HID support
bthidev* at bthub?

# Bluetooth Mouse
btms* at bthidev? reportid ?
wsmouse* at btms? mux 0

# Bluetooth Keyboard
btkbd* at bthidev? reportid ?
wskbd* at btkbd? console ? mux 1

# Bluetooth Audio support
btsco* at bthub?

# PCI audio devices
hdaudio* at pci? dev ? function ?       # High Definition Audio
hdafg*          at hdaudiobus?

# Audio support
audio*  at audiobus?

# MIDI support
midi*   at midibus?
midi*   at pcppi?               # MIDI interface to the PC speaker

vga*    at pci? dev ? function ?
genfb*  at pci? dev ? function ?
wsdisplay* at vga? console ?

# DRI driver
i915drm*        at vga?         # Intel i915, i945 DRM driver

sysbeep* at pcppi?
spkr*   at pcppi?

# Hardware monitors

# Intel Core's on-die Thermal sensor
options         INTEL_CORETEMP

# Intel ICH SMBus controller
ichsmb* at pci? dev ? function ?
iic*    at ichsmb?

# Serial Presence Detect capable memory modules
spdmem* at iic? addr 0x50
spdmem* at iic? addr 0x52

# IDE and related devices
# PCI IDE controllers - see pciide(4) for supported hardware.
# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
# how to set up DMA modes for this chip. This may work, or may cause
# a machine hang with some controllers.
ahcisata*       at pci? dev ? function ?        # AHCI SATA controllers
piixide*        at pci? dev ? function ?        # Intel IDE controllers

# ATA (IDE) bus support
atabus* at ata?
wd*     at atabus? drive ? flags 0x0000

# ATAPI bus support
atapibus* at atapi?

# ATAPI devices
# flags have the same meaning as for IDE drives.
cd*     at atapibus? drive ? flags 0x0000       # ATAPI CD-ROM drives

# SCSI bus support
scsibus* at scsi?

# SCSI devices
cd*     at scsibus? target ? lun ?              # SCSI CD-ROM drives
sd*     at scsibus? target ? lun ?              # SCSI disk drives
st*     at scsibus? target ? lun ?              # SCSI tape drives
uk*     at scsibus? target ? lun ?              # SCSI unknown

mskc*   at pci? dev ? function ?        # Marvell Yukon 2 Gigabit Ethernet
msk*    at mskc?                        # Marvell Yukon 2 Gigabit Ethernet

# Network Interfaces
wm*     at pci? dev ? function ?        # Intel 8254x gigabit

# MII/PHY support
ikphy*  at mii? phy ?                   # Intel 82563 PHYs
igphy*  at mii? phy ?                   # Intel IGP01E1000
inphy*  at mii? phy ?                   # Intel 82555 PHYs
makphy* at mii? phy ?                   # Marvell Semiconductor 88E1000 PHYs
ukphy*  at mii? phy ?                   # generic unknown PHYs


# Pseudo-Devices

pseudo-device   crypto          # /dev/crypto device
pseudo-device   swcrypto        # software crypto implementation

# disk/mass storage pseudo-devices
pseudo-device   vnd                     # disk-like interface to files
options         VND_COMPRESSION         # compressed vnd(4)

# network pseudo-devices
pseudo-device   bpfilter                # Berkeley packet filter
pseudo-device   loop                    # network loopback

# miscellaneous pseudo-devices
pseudo-device   pty                     # pseudo-terminals
pseudo-device   sequencer       1       # MIDI sequencer
pseudo-device   rnd                     # /dev/random and in-kernel generator
pseudo-device   clockctl                # user control of clock subsystem
pseudo-device   ksyms                   # /dev/ksyms
pseudo-device   lockstat                # lock profiling

# wscons pseudo-devices
pseudo-device   wsmux                   # mouse & keyboard multiplexor
pseudo-device   wsfont

# cmos(4) pseudo-device
pseudo-device   cmos

# pseudo audio device driver
pseudo-device   pad

# userland interface to drivers, including autoconf and properties retrieval
pseudo-device   drvctl

-------------------- Xserver configuration
# @(#) $p/soft/uti/cmd/etc/env/XF86Config.m4 1.53 (2001/08/03 11:09:37) for 
troja

Section "Files"
        RgbPath         "/usr/pkg/share/X11/rgb"
        FontPath        "/usr/pkg/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/pkg/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/pkg/lib/X11/fonts/misc/:unscaled"
        FontPath        "/usr/pkg/lib/X11/fonts/75dpi"
        FontPath        "/usr/pkg/lib/X11/fonts/100dpi"
        FontPath        "/usr/pkg/lib/X11/fonts/misc"
        FontPath        "/usr/pkg/lib/X11/fonts/ttf"
        FontPath        "/usr/pkg/lib/X11/fonts/TTF"
        FontPath        "/usr/pkg/lib/X11/fonts/Type1"
EndSection

Section "Module"
    Load        "dbe"
    Load        "extmod"
    Load        "type1"
    Load        "freetype"
    Load        "dri"
    Load        "GLcore"
    Load        "glx"
EndSection

Section "DRI"
        Group "wheel"
        Mode 0660
EndSection

Section "ServerFlags"
        Option  "DontZap"               "True"
        Option  "DontZoom"              "True"
        Option  "AllowNonLocalXvidtune" "true"
        Option  "AIGLX" "off"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver          "kbd"

        Option  "XkbModel"      "pc105"
        Option  "XkbLayout"     "marco(de)"
        Option  "AutoRepeat"    "350 18"
        Option  "Protocol"      "wskbd"
        Option  "Device"        "/dev/wsmux1"
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        Driver          "mouse"

        Option  "Protocol"      "wsmouse"
        Option  "Device"        "/dev/wsmux0"
        Option  "ZAxisMapping"  "4 5"
EndSection


Section "Monitor"
        Identifier      "tmds-1"
EndSection

#Section "Monitor"
#       Identifier      "vga"
#       Option "below"  "tmds-1"
#       Option "disable" "true"
#EndSection


Section "Device"
        Identifier      "vga0"
        Driver          "intel"
        Option          "AccelMethod" "XAA"
#       Option          "monitor-TMDS-1" "tmds-1"
#       Option          "monitor-VGA" "vga"
#       Option          "CacheLines" "2048"
EndSection

Section "Screen"
        Identifier      "screen0"
        Device          "vga0"
        Monitor         "tmds-1"
        DefaultColorDepth       24
        Subsection "Display"
                Depth           8
                Modes           "1680x1050"
        EndSubsection
        Subsection "Display"
                Depth           16
                Modes           "1680x1050"
        EndSubsection
        Subsection "Display"
                Depth           24
                Modes           "1680x1050"
        EndSubsection
        Subsection "Display"
                Depth           32
                Modes           "1680x1050"
        EndSubsection
EndSection

Section "ServerLayout"
        Identifier      "Layout0"
        Screen          "Screen0"

        InputDevice     "Mouse0"        "CorePointer"
        InputDevice     "Keyboard0"     "CoreKeyboard"
EndSection

-------------------- Xorg.0.log

X.Org X Server 1.6.3
Release Date: 2009-7-31
X Protocol Version 11, Revision 0
Build Operating System: NetBSD-5.99.19-i386 The NetBSD Foundation
Current Operating System: NetBSD slug 5.99.22 NetBSD 5.99.22 (SLUG) #13: Fri 
Nov 13 20:26:15 CET 2009  leo@slug:/usr/src/sys/arch/i386/compile/SLUG i386
Build Date: 07 October 2009  04:23:24PM
 
        Before reporting problems, check http://www.pkgsrc.org/
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 13 20:30:18 2009
(==) Using config file: "/etc/XF86Config"
Parse error on line 4 of section Files in file /etc/XF86Config
        Ignoring obsolete keyword "RgbPath".
(==) ServerLayout "Layout0"
(**) |-->Screen "screen0" (0)
(**) |   |-->Monitor "tmds-1"
(**) |   |-->Device "vga0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "DontZap" "True"
(**) Option "DontZoom" "True"
(**) Option "AllowNonLocalXvidtune" "true"
(**) Option "AIGLX" "off"
(==) Not automatically adding devices
(==) Not automatically enabling devices
(WW) The directory "/usr/pkg/lib/X11/fonts/ttf" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/pkg/lib/X11/fonts/OTF" does not exist.
        Entry deleted from font path.
(**) FontPath set to:
        /usr/pkg/lib/X11/fonts/75dpi/:unscaled,
        /usr/pkg/lib/X11/fonts/100dpi/:unscaled,
        /usr/pkg/lib/X11/fonts/misc/:unscaled,
        /usr/pkg/lib/X11/fonts/75dpi,
        /usr/pkg/lib/X11/fonts/100dpi,
        /usr/pkg/lib/X11/fonts/misc,
        /usr/pkg/lib/X11/fonts/TTF,
        /usr/pkg/lib/X11/fonts/Type1,
        /usr/pkg/lib/X11/fonts/misc/,
        /usr/pkg/lib/X11/fonts/TTF/,
        /usr/pkg/lib/X11/fonts/Type1/,
        /usr/pkg/lib/X11/fonts/100dpi/,
        /usr/pkg/lib/X11/fonts/75dpi/,
        built-ins
(==) ModulePath set to "/usr/pkg/lib/xorg/modules"
(II) Loader magic: 0x5e0
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 5.0
        X.Org XInput driver : 4.0
        X.Org Server Extension : 2.0
(II) Loader running on netbsd
(--) Using wscons driver on /dev/ttyE4 in pcvt compatibility mode (version 3.32)
(--) using VT number 5

(--) PCI:*(0:0:2:0) 8086:29b2:1028:0211 rev 2, Mem @ 0xfea00000/524288, 
0xd0000000/268435456, 0xfeb00000/1048576, I/O @ 0x0000ec90/8
(--) PCI: (0:0:2:1) 8086:29b3:1028:0211 rev 2, Mem @ 0xfea80000/524288
(II) System resource ranges:
        [0] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [1] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [2] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [3] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [4] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in 
the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in 
the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in 
the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in 
the config file.
(II) "dri2" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/pkg/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/pkg/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(WW) Warning, couldn't open module type1
(II) UnloadModule: "type1"
(EE) Failed to load module "type1" (module does not exist, 0)
(II) LoadModule: "freetype"
(WW) Warning, couldn't open module freetype
(II) UnloadModule: "freetype"
(EE) Failed to load module "freetype" (module does not exist, 0)
(II) LoadModule: "dri"
(II) Loading /usr/pkg/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "glx"
(II) Loading /usr/pkg/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
(**) AIGLX disabled
(II) Loading extension GLX
(II) LoadModule: "dri2"
(II) Loading /usr/pkg/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.1.0
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/pkg/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 2.7.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "mouse"
(II) Loading /usr/pkg/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.4.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
(II) LoadModule: "kbd"
(II) Loading /usr/pkg/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.3.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
(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, IGD_GM, IGD_G, 965G, G35,
        965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
        Mobile Intel® GM45 Express Chipset,
        Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41
(II) Primary Device is: PCI 00@00:02:0
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [1] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [2] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [3] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [4] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) resource ranges after probing:
        [0] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [1] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [2] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [3] 0   0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [4] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [5] 0   0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [6] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [7] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
        [8] 0   0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [9] 0   0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/pkg/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 0.1.0
        ABI class: X.Org Video Driver, version 5.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(**) intel(0): Option "AccelMethod" "XAA"
(II) intel(0): Integrated Graphics Chipset: Intel(R) Q35
(--) intel(0): Chipset: "Q35"
(--) intel(0): Linear framebuffer at 0xD0000000
(--) intel(0): IO registers at addr 0xFEA00000
(WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
(**) intel(0): Using XAA for acceleration
(II) intel(0): 2 display pipes available.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) intel(0): Output VGA using monitor section tmds-1
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered 
at address 0x70.
(II) intel(0): I2C bus "SDVOB DDC Bus" initialized.
(II) intel(0): Output TMDS-1 using monitor section tmds-1
(II) intel(0): SDVOB: device VID/DID: 04:AA.03, clock range 25.0MHz - 165.0MHz
(II) intel(0): SDVOB: 1 input channel
(II) intel(0): SDVOB: TMDS0 output reported
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered 
at address 0x72.
(II) intel(0): No SDVO device found on SDVOC
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
(II) intel(0): Current clock rate multiplier: 8
(WW) intel(0): remove MTRR a0000 - b0000
(II) intel(0): Resizable framebuffer: not available (1 2)
(II) intel(0): I2C device "SDVOB DDC Bus:E-EDID segment register" registered at 
address 0x60.
(II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0.
(EE) intel(0): Unable to write to SDVOCTRL_E for SDVOB Slave 0x70.
(EE) intel(0): Unable to write to SDVOCTRL_E for SDVOB Slave 0x70.
(EE) intel(0): Unable to write to SDVOCTRL_E for SDVOB Slave 0x70.
(II) intel(0): EDID vendor "ACR", prod id 39
(II) intel(0): Output VGA disconnected
(II) intel(0): Output TMDS-1 connected
(II) intel(0): Using user preference for initial modes
(II) intel(0): Output TMDS-1 using initial mode 1680x1050
(WW) intel(0): remove MTRR a0000 - b0000
(II) intel(0): detected 2048 kB GTT.
(II) intel(0): detected 6140 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/pkg/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/pkg/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 1.2.1
        ABI class: X.Org Video Driver, version 5.0
(II) intel(0): Comparing regs from server start up to After PreInit
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [1] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [2] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [3] 0   0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [4] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [5] 0   0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [6] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [7] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
        [8] 0   0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [9] 0   0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) intel(0): Kernel reported 491520 total, 0 used
(II) intel(0): I830CheckAvailableMemory: 1966080 kB available
(WW) intel(0): DRI2 requires UXA
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: drmOpenMinor returns 10
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) [drm] DRM interface version 1.2
(II) [drm] DRM open master succeeded.
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
(II) intel(0): [drm] framebuffer mapped by ddx driver
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Allocating 5040 scanlines for pixmap cache
(II) intel(0): Tiled allocation successful.
(II) intel(0): [drm] Registers = 0xfea00000
(II) intel(0): [drm] ring buffer = 0xd0000000
(II) intel(0): [drm] mapped front buffer at 0xd4000000, handle = 0xd4000000
(II) intel(0): [drm] mapped back buffer at 0xd1000000, handle = 0xd1000000
(II) intel(0): [drm] mapped depth buffer at 0xd2000000, handle = 0xd2000000
(II) intel(0): [drm] mapped classic textures at 0xd8000000, handle = 0xd8000000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(WW) intel(0): remove MTRR a0000 - b0000
(II) intel(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Horizontal and Vertical Lines
        Setting up tile and stipple cache:
                32 128x128 slots
                32 256x256 slots
                16 512x512 slots
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(WW) intel(0): drmDropMaster failed: Unknown error: 4294967295
(II) intel(0): Current clock rate multiplier: 8
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x005ff000 (pgoffset 1535)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x0082a000 (pgoffset 2090)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x0082b000 (pgoffset 2091)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x0083b000 (pgoffset 2107)
(II) intel(0): xf86BindGARTMemory: bind key 5 at 0x01000000 (pgoffset 4096)
(II) intel(0): xf86BindGARTMemory: bind key 6 at 0x02000000 (pgoffset 8192)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x04000000 (pgoffset 16384)
(II) intel(0): xf86BindGARTMemory: bind key 7 at 0x08000000 (pgoffset 32768)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB)
(II) intel(0): 0x0002a000-0x00829fff: fake bufmgr (8192 kB)
(II) intel(0): 0x005ff000:            end of stolen memory
(II) intel(0): 0x0082a000-0x0082afff: overlay registers (4 kB)
(II) intel(0): 0x0082b000-0x0083afff: xaa scratch (64 kB)
(II) intel(0): 0x0083b000-0x0083bfff: HW status (4 kB)
(II) intel(0): 0x01000000-0x01ffffff: back buffer (16384 kB) X tiled
(II) intel(0): 0x02000000-0x02ffffff: depth buffer (16384 kB) X tiled
(II) intel(0): 0x04000000-0x07ffffff: front buffer (65536 kB) X tiled
(II) intel(0): 0x08000000-0x09ffffff: classic textures (32768 kB)
(II) intel(0): 0x10000000:            end of aperture
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane A is now enabled and connected to pipe A.
(II) intel(0):   Pipe B is off
(II) intel(0):   Display plane B is now disabled and connected to pipe B.
(II) intel(0):   Output VGA is connected to pipe none
(II) intel(0):   Output TMDS-1 is connected to pipe A
(EE) intel(0): hw status page initialization Failed
(EE) intel(0): Fail to setup hardware status page.
(II) intel(0): [drm] removed 1 reserved context for kernel
(II) intel(0): [drm] unmapping 8192 bytes of SAREA 0xc2f66000 at 0xbb701000
(II) intel(0): [drm] Closed DRM master.

Fatal server error:
AddScreen/ScreenInit failed for driver 0


Please consult the The NetBSD Foundation support 
         at http://www.pkgsrc.org/
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional 
information.

_fence_emit_internal: drm_i915_irq_emit: -9
-------------------- Kernel messages:
Nov 13 20:30:13 slug /netbsd: Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 
2002, 2003, 2004, 2005,
Nov 13 20:30:13 slug /netbsd:    2006, 2007, 2008, 2009
Nov 13 20:30:13 slug /netbsd:    The NetBSD Foundation, Inc.  All rights 
reserved.
Nov 13 20:30:13 slug /netbsd: Copyright (c) 1982, 1986, 1989, 1991, 1993
Nov 13 20:30:13 slug /netbsd:    The Regents of the University of California.  
All rights reserved.
Nov 13 20:30:13 slug /netbsd: 
Nov 13 20:30:13 slug /netbsd: NetBSD 5.99.22 (SLUG) #13: Fri Nov 13 20:26:15 
CET 2009
Nov 13 20:30:13 slug /netbsd:   leo@slug:/usr/src/sys/arch/i386/compile/SLUG
Nov 13 20:30:13 slug /netbsd: total memory = 2016 MB
Nov 13 20:30:13 slug /netbsd: avail memory = 1977 MB
Nov 13 20:30:13 slug /netbsd: timecounter: Timecounters tick every 10.000 msec
Nov 13 20:30:13 slug /netbsd: RTC BIOS diagnostic error 0x11<memory_size>
Nov 13 20:30:13 slug /netbsd: timecounter: Timecounter "i8254" frequency 
1193182 Hz quality 100
Nov 13 20:30:13 slug /netbsd: Dell Inc. OptiPlex 755                 
Nov 13 20:30:13 slug /netbsd: mainbus0 (root)
Nov 13 20:30:13 slug /netbsd: cpu0 at mainbus0 apid 0: Intel 686-class, 
2327MHz, id 0x6fb
Nov 13 20:30:13 slug /netbsd: cpu0: Intel(R) On Demand Clock Modulation (state 
disabled)
Nov 13 20:30:13 slug /netbsd: cpu1 at mainbus0 apid 1: Intel 686-class, 
2327MHz, id 0x6fb
Nov 13 20:30:13 slug /netbsd: ioapic0 at mainbus0 apid 8: pa 0xfec00000, 
version 20, 24 pins
Nov 13 20:30:13 slug /netbsd: acpi0 at mainbus0: Intel ACPICA 20090730
Nov 13 20:30:13 slug /netbsd: acpi0: X/RSDT: OemId <DELL  , B9K    ,00000015>, 
AslId <ASL ,00000061>
Nov 13 20:30:13 slug /netbsd: ACPI Warning for \_SB_.PCI0.PCI3._PRT: Return 
Package has no elements (empty) (20090730/nspredef-547)
Nov 13 20:30:13 slug /netbsd: ACPI Warning for \_SB_.PCI0.PCI5._PRT: Return 
Package has no elements (empty) (20090730/nspredef-547)
Nov 13 20:30:13 slug /netbsd: ACPI Warning for \_SB_.PCI0.PCI6._PRT: Return 
Package has no elements (empty) (20090730/nspredef-547)
Nov 13 20:30:13 slug /netbsd: acpi0: SCI interrupting at int 9
Nov 13 20:30:13 slug /netbsd: acpi0: fixed-feature power button present
Nov 13 20:30:13 slug /netbsd: timecounter: Timecounter "ACPI-Fast" frequency 
3579545 Hz quality 1000
Nov 13 20:30:13 slug /netbsd: ACPI-Fast 24-bit timer
Nov 13 20:30:13 slug /netbsd: acpibut0 at acpi0 (VBTN, PNP0C0C): ACPI Power 
Button
Nov 13 20:30:13 slug /netbsd: npx0 at acpi0 (FPU, PNP0C04): io 0xf0-0xff irq 13
Nov 13 20:30:13 slug /netbsd: npx0: reported by CPUID; using exception 16
Nov 13 20:30:13 slug /netbsd: pcppi0 at acpi0 (SPK, PNP0800): io 0x61
Nov 13 20:30:13 slug /netbsd: midi0 at pcppi0: PC speaker
Nov 13 20:30:13 slug /netbsd: spkr0 at pcppi0
Nov 13 20:30:13 slug /netbsd: sysbeep0 at pcppi0
Nov 13 20:30:13 slug /netbsd: attimer0 at acpi0 (TMR, PNP0100): io 0x40-0x5f 
irq 0
Nov 13 20:30:13 slug /netbsd: lpt0 at acpi0 (PRT, PNP0401): io 
0x378-0x37f,0x778-0x77f irq 7
Nov 13 20:30:13 slug /netbsd: com0 at acpi0 (COMA, PNP0501-1): io 0x3f8-0x3ff 
irq 4
Nov 13 20:30:13 slug /netbsd: com0: ns16550a, working fifo
Nov 13 20:30:13 slug /netbsd: TPM (SMO1200) at acpi0 not configured
Nov 13 20:30:13 slug /netbsd: hpet0 at acpi0 (HPET, PNP0103): mem 
0xfed00000-0xfed003ff
Nov 13 20:30:13 slug /netbsd: timecounter: Timecounter "hpet0" frequency 
14318179 Hz quality 2000
Nov 13 20:30:13 slug /netbsd: apm0 at acpi0: Power Management spec V1.2
Nov 13 20:30:13 slug /netbsd: attimer0: attached to pcppi0
Nov 13 20:30:13 slug /netbsd: pci0 at mainbus0 bus 0: configuration mode 1
Nov 13 20:30:13 slug /netbsd: pci0: i/o space, memory space enabled, rd/line, 
rd/mult, wr/inv ok
Nov 13 20:30:13 slug /netbsd: pchb0 at pci0 dev 0 function 0: vendor 0x8086 
product 0x29b0 (rev. 0x02)
Nov 13 20:30:13 slug /netbsd: agp0 at pchb0: detected 6140k stolen memory
Nov 13 20:30:13 slug /netbsd: agp0: aperture at 0xd0000000, size 0x10000000
Nov 13 20:30:13 slug /netbsd: vga0 at pci0 dev 2 function 0: vendor 0x8086 
product 0x29b2 (rev. 0x02)
Nov 13 20:30:13 slug /netbsd: wsdisplay0 at vga0 kbdmux 1: console (80x25, 
vt100 emulation)
Nov 13 20:30:13 slug /netbsd: wsmux1: connecting to wsdisplay0
Nov 13 20:30:13 slug /netbsd: i915drm0 at vga0: Intel Q35
Nov 13 20:30:13 slug /netbsd: i915drm0: AGP at 0xd0000000 256MB
Nov 13 20:30:13 slug /netbsd: i915drm0: Initialized i915 1.6.0 20080730
Nov 13 20:30:13 slug /netbsd: vendor 0x8086 product 0x29b3 (miscellaneous 
display, revision 0x02) at pci0 dev 2 function 1 not configured
Nov 13 20:30:13 slug /netbsd: vendor 0x8086 product 0x29b4 (miscellaneous 
communications, revision 0x02) at pci0 dev 3 function 0 not configured
Nov 13 20:30:13 slug /netbsd: vendor 0x8086 product 0x29b6 (IDE mass storage, 
interface 0x85, revision 0x02) at pci0 dev 3 function 2 not configured
Nov 13 20:30:13 slug /netbsd: vendor 0x8086 product 0x29b7 (serial 
communications, interface 0x02, revision 0x02) at pci0 dev 3 function 3 not 
configured
Nov 13 20:30:13 slug /netbsd: wm0 at pci0 dev 25 function 0: 82801I (AMT) LAN 
Controller, rev. 2
Nov 13 20:30:13 slug /netbsd: wm0: interrupting at ioapic0 pin 21
Nov 13 20:30:13 slug /netbsd: wm0: PCI-Express bus
Nov 13 20:30:13 slug /netbsd: wm0: FLASH
Nov 13 20:30:13 slug /netbsd: wm0: Ethernet address 00:21:9b:58:0d:33
Nov 13 20:30:13 slug /netbsd: ukphy0 at wm0 phy 1: OUI 0x005500, model 0x0039, 
rev. 0
Nov 13 20:30:13 slug /netbsd: ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 
100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
Nov 13 20:30:13 slug /netbsd: uhci0 at pci0 dev 26 function 0: vendor 0x8086 
product 0x2937 (rev. 0x02)
Nov 13 20:30:13 slug /netbsd: uhci0: interrupting at ioapic0 pin 16
Nov 13 20:30:13 slug /netbsd: usb0 at uhci0: USB revision 1.0
Nov 13 20:30:13 slug /netbsd: uhci1 at pci0 dev 26 function 1: vendor 0x8086 
product 0x2938 (rev. 0x02)
Nov 13 20:30:13 slug /netbsd: uhci1: interrupting at ioapic0 pin 17
Nov 13 20:30:13 slug /netbsd: usb1 at uhci1: USB revision 1.0
Nov 13 20:30:13 slug /netbsd: ehci0 at pci0 dev 26 function 7: vendor 0x8086 
product 0x293c (rev. 0x02)
Nov 13 20:30:13 slug /netbsd: ehci0: interrupting at ioapic0 pin 22
Nov 13 20:30:13 slug /netbsd: ehci0: EHCI version 1.0
Nov 13 20:30:13 slug /netbsd: ehci0: wrong number of companions (3 != 2)
Nov 13 20:30:13 slug /netbsd: ehci0: ohci or uhci probably not configured
Nov 13 20:30:13 slug /netbsd: ehci0: companion controllers, 2 ports each: uhci0 
uhci1
Nov 13 20:30:13 slug /netbsd: usb2 at ehci0: USB revision 2.0
Nov 13 20:30:13 slug /netbsd: hdaudio0 at pci0 dev 27 function 0: HD Audio 
Controller
Nov 13 20:30:13 slug /netbsd: hdaudio0: interrupting at ioapic0 pin 16
Nov 13 20:30:13 slug /netbsd: hdafg0 at hdaudio0 vendor 0x11D4 product 0x1984 
nid 0x01 (firmware configuration)
Nov 13 20:30:13 slug /netbsd: hdafg0: DAC0:04, Analog Speaker: Jack (Green, 12)
Nov 13 20:30:13 slug /netbsd: hdafg0: ADC1:08, Analog Mic In: Jack (Pink, 14)
Nov 13 20:30:13 slug /netbsd: hdafg0: ADC2:09, Analog Line In: Jack (Blue, 15)
Nov 13 20:30:13 slug /netbsd: hdafg0: DAC3:03, Analog HP Out: Jack (Green, 11)
Nov 13 20:30:13 slug /netbsd: hdafg0: 2ch/2ch 8000Hz-192000Hz 16/16 20/32 24/32
Nov 13 20:30:13 slug /netbsd: audio0 at hdafg0: full duplex, playback, capture, 
independent
Nov 13 20:30:13 slug /netbsd: ppb0 at pci0 dev 28 function 0: vendor 0x8086 
product 0x2940 (rev. 0x02)
Nov 13 20:30:13 slug /netbsd: pci1 at ppb0 bus 1
Nov 13 20:30:13 slug /netbsd: pci1: i/o space, memory space enabled, rd/line, 
wr/inv ok
Nov 13 20:30:13 slug /netbsd: uhci2 at pci0 dev 29 function 0: vendor 0x8086 
product 0x2934 (rev. 0x02)
Nov 13 20:30:13 slug /netbsd: uhci2: interrupting at ioapic0 pin 23
Nov 13 20:30:13 slug /netbsd: usb3 at uhci2: USB revision 1.0
Nov 13 20:30:13 slug /netbsd: uhci3 at pci0 dev 29 function 1: vendor 0x8086 
product 0x2935 (rev. 0x02)
Nov 13 20:30:13 slug /netbsd: uhci3: interrupting at ioapic0 pin 17
Nov 13 20:30:13 slug /netbsd: usb4 at uhci3: USB revision 1.0
Nov 13 20:30:13 slug /netbsd: uhci4 at pci0 dev 29 function 2: vendor 0x8086 
product 0x2936 (rev. 0x02)
Nov 13 20:30:13 slug /netbsd: uhci4: interrupting at ioapic0 pin 18
Nov 13 20:30:13 slug /netbsd: usb5 at uhci4: USB revision 1.0
Nov 13 20:30:13 slug /netbsd: ehci1 at pci0 dev 29 function 7: vendor 0x8086 
product 0x293a (rev. 0x02)
Nov 13 20:30:13 slug /netbsd: ehci1: interrupting at ioapic0 pin 23
Nov 13 20:30:13 slug /netbsd: ehci1: EHCI version 1.0
Nov 13 20:30:13 slug /netbsd: ehci1: companion controllers, 2 ports each: uhci2 
uhci3 uhci4
Nov 13 20:30:13 slug /netbsd: usb6 at ehci1: USB revision 2.0
Nov 13 20:30:13 slug /netbsd: ppb1 at pci0 dev 30 function 0: vendor 0x8086 
product 0x244e (rev. 0x92)
Nov 13 20:30:13 slug /netbsd: pci2 at ppb1 bus 2
Nov 13 20:30:13 slug /netbsd: pci2: i/o space, memory space enabled
Nov 13 20:30:13 slug /netbsd: ichlpcib0 at pci0 dev 31 function 0: vendor 
0x8086 product 0x2914 (rev. 0x02)
Nov 13 20:30:13 slug /netbsd: timecounter: Timecounter "ichlpcib0" frequency 
3579545 Hz quality 1000
Nov 13 20:30:13 slug /netbsd: ichlpcib0: 24-bit timer
Nov 13 20:30:13 slug /netbsd: ichlpcib0: TCO timer reboot disabled by hardware; 
hope SMBIOS properly handles it.
Nov 13 20:30:13 slug /netbsd: ichlpcib0: TCO (watchdog) timer configured.
Nov 13 20:30:13 slug /netbsd: ahcisata0 at pci0 dev 31 function 2: vendor 
0x8086 product 0x2922
Nov 13 20:30:13 slug /netbsd: ahcisata0: interrupting at ioapic0 pin 18
Nov 13 20:30:13 slug /netbsd: ahcisata0: AHCI revision 1.2, 6 ports, 32 command 
slots, features 0xe722e0e0
Nov 13 20:30:13 slug /netbsd: atabus0 at ahcisata0 channel 0
Nov 13 20:30:13 slug /netbsd: atabus1 at ahcisata0 channel 1
Nov 13 20:30:13 slug /netbsd: atabus2 at ahcisata0 channel 2
Nov 13 20:30:13 slug /netbsd: atabus3 at ahcisata0 channel 3
Nov 13 20:30:13 slug /netbsd: atabus4 at ahcisata0 channel 5
Nov 13 20:30:13 slug /netbsd: ichsmb0 at pci0 dev 31 function 3: vendor 0x8086 
product 0x2930 (rev. 0x02)
Nov 13 20:30:13 slug /netbsd: ichsmb0: interrupting at ioapic0 pin 18
Nov 13 20:30:13 slug /netbsd: iic0 at ichsmb0: I2C bus
Nov 13 20:30:13 slug /netbsd: spdmem0 at iic0 addr 0x50
Nov 13 20:30:13 slug /netbsd: spdmem0: DDR2 SDRAM, no parity or ECC, 2GB, 
800MHz (PC2-6400)
Nov 13 20:30:13 slug /netbsd: spdmem0: 14 rows, 10 cols, 2 ranks, 8 banks/chip, 
2.50ns cycle time
Nov 13 20:30:13 slug /netbsd: spdmem0: tAA-tRCD-tRP-tRAS: 6-6-6-18
Nov 13 20:30:13 slug /netbsd: spdmem0: voltage SSTL 1.8V, refresh time 7.8us 
(self-refreshing)
Nov 13 20:30:13 slug /netbsd: isa0 at ichlpcib0
Nov 13 20:30:13 slug /netbsd: timecounter: Timecounter "clockinterrupt" 
frequency 100 Hz quality 0
Nov 13 20:30:13 slug /netbsd: timecounter: Timecounter "TSC" frequency 
2327606820 Hz quality 3000
Nov 13 20:30:13 slug /netbsd: uhub0 at usb0: vendor 0x8086 UHCI root hub, class 
9/0, rev 1.00/1.00, addr 1
Nov 13 20:30:13 slug /netbsd: uhub0: 2 ports with 2 removable, self powered
Nov 13 20:30:13 slug /netbsd: uhub1 at usb1: vendor 0x8086 UHCI root hub, class 
9/0, rev 1.00/1.00, addr 1
Nov 13 20:30:13 slug /netbsd: uhub1: 2 ports with 2 removable, self powered
Nov 13 20:30:13 slug /netbsd: uhub2 at usb2: vendor 0x8086 EHCI root hub, class 
9/0, rev 2.00/1.00, addr 1
Nov 13 20:30:13 slug /netbsd: uhub2: 6 ports with 6 removable, self powered
Nov 13 20:30:13 slug /netbsd: uhub3 at usb3: vendor 0x8086 UHCI root hub, class 
9/0, rev 1.00/1.00, addr 1
Nov 13 20:30:13 slug /netbsd: uhub3: 2 ports with 2 removable, self powered
Nov 13 20:30:13 slug /netbsd: uhub4 at usb4: vendor 0x8086 UHCI root hub, class 
9/0, rev 1.00/1.00, addr 1
Nov 13 20:30:13 slug /netbsd: uhub4: 2 ports with 2 removable, self powered
Nov 13 20:30:13 slug /netbsd: uhub5 at usb5: vendor 0x8086 UHCI root hub, class 
9/0, rev 1.00/1.00, addr 1
Nov 13 20:30:13 slug /netbsd: uhub5: 2 ports with 2 removable, self powered
Nov 13 20:30:13 slug /netbsd: uhub6 at usb6: vendor 0x8086 EHCI root hub, class 
9/0, rev 2.00/1.00, addr 1
Nov 13 20:30:13 slug /netbsd: uhub6: 6 ports with 6 removable, self powered
Nov 13 20:30:13 slug /netbsd: ahcisata0 port 0: device present, speed: 3.0Gb/s
Nov 13 20:30:13 slug /netbsd: ahcisata0 port 1: device present, speed: 1.5Gb/s
Nov 13 20:30:13 slug /netbsd: ahcisata0 port 3: device present, speed: 1.5Gb/s
Nov 13 20:30:13 slug /netbsd: wd0 at atabus0 drive 0: <ST3160815AS>
Nov 13 20:30:13 slug /netbsd: wd0: drive supports 16-sector PIO transfers, 
LBA48 addressing
Nov 13 20:30:13 slug /netbsd: wd0: 149 GB, 310019 cyl, 16 head, 63 sec, 512 
bytes/sect x 312500000 sectors
Nov 13 20:30:13 slug /netbsd: wd0: drive supports PIO mode 4, DMA mode 2, 
Ultra-DMA mode 6 (Ultra/133)
Nov 13 20:30:13 slug /netbsd: wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, 
Ultra-DMA mode 6 (Ultra/133) (using DMA)
Nov 13 20:30:13 slug /netbsd: atapibus0 at atabus1: 1 targets
Nov 13 20:30:13 slug /netbsd: cd0 at atapibus0 drive 0: <TSSTcorpDVD-ROM 
TS-H353B, , D500> cdrom removable
Nov 13 20:30:13 slug /netbsd: cd0: drive supports PIO mode 4, DMA mode 2, 
Ultra-DMA mode 2 (Ultra/33)
Nov 13 20:30:13 slug /netbsd: cd0(ahcisata0:1:0): using PIO mode 4, DMA mode 2, 
Ultra-DMA mode 2 (Ultra/33) (using DMA)
Nov 13 20:30:13 slug /netbsd: ahcisata0 port 2: PHY offline
Nov 13 20:30:13 slug /netbsd: ahcisata0 port 5: PHY offline
Nov 13 20:30:13 slug /netbsd: atapibus1 at atabus3: 1 targets
Nov 13 20:30:13 slug /netbsd: cd1 at atapibus1 drive 0: <TSSTcorp CDDVDW 
SH-S223L, 0123556789KLMNOP, SB01> cdrom removable
Nov 13 20:30:13 slug /netbsd: cd1: drive supports PIO mode 4, DMA mode 2, 
Ultra-DMA mode 5 (Ultra/100)
Nov 13 20:30:13 slug /netbsd: cd1(ahcisata0:3:0): using PIO mode 4, DMA mode 2, 
Ultra-DMA mode 5 (Ultra/100) (using DMA)
Nov 13 20:30:13 slug /netbsd: umass0 at uhub6 port 1 configuration 1 interface 0
Nov 13 20:30:13 slug /netbsd: umass0: Generic USB2.0-CRW, rev 2.00/51.95, addr 2
Nov 13 20:30:13 slug /netbsd: umass0: using SCSI over Bulk-Only
Nov 13 20:30:13 slug /netbsd: scsibus0 at umass0: 2 targets, 4 luns per target
Nov 13 20:30:13 slug /netbsd: sd0 at scsibus0 target 0 lun 0: <Generic-, 
Compact Flash, 1.00> disk removable
Nov 13 20:30:13 slug /netbsd: sd0: drive offline
Nov 13 20:30:13 slug /netbsd: sd1 at scsibus0 target 0 lun 1: <Generic-, 
SM/xD-Picture, 1.00> disk removable
Nov 13 20:30:13 slug /netbsd: sd1: drive offline
Nov 13 20:30:13 slug /netbsd: sd2 at scsibus0 target 0 lun 2: <Generic-, 
SD/MMC, 1.00> disk removable
Nov 13 20:30:13 slug /netbsd: sd2: drive offline
Nov 13 20:30:13 slug /netbsd: sd3 at scsibus0 target 0 lun 3: <Generic-, 
MS/MS-Pro, 1.00> disk removable
Nov 13 20:30:13 slug /netbsd: sd3: drive offline
Nov 13 20:30:13 slug /netbsd: ubt0 at uhub0 port 2
Nov 13 20:30:13 slug /netbsd: ubt0: ISSC ISSCEDRBTA, rev 2.00/3.73, addr 2
Nov 13 20:30:13 slug /netbsd: uhidev0 at uhub4 port 1 configuration 1 interface 0
Nov 13 20:30:13 slug /netbsd: uhidev0: Microsoft Natural<U+ae> Ergonomic 
Keyboard 4000, rev 2.00/1.73, addr 2, iclass 3/1
Nov 13 20:30:13 slug /netbsd: ukbd0 at uhidev0
Nov 13 20:30:13 slug /netbsd: pad0: outputs: 44100Hz, 16-bit, stereo
Nov 13 20:30:13 slug /netbsd: audio1 at pad0: half duplex, playback, capture
Nov 13 20:30:13 slug /netbsd: sd0(umass0:0:0:0): not ready, data = 00 00 00 00 
3a 00 00 00 00 00
Nov 13 20:30:13 slug /netbsd: sd1(umass0:0:0:1): not ready, data = 00 00 00 00 
3a 00 00 00 00 00
Nov 13 20:30:13 slug /netbsd: sd2(umass0:0:0:2): not ready, data = 00 00 00 00 
3a 00 00 00 00 00
Nov 13 20:30:13 slug /netbsd: sd3(umass0:0:0:3): not ready, data = 00 00 00 00 
3a 00 00 00 00 00
Nov 13 20:30:13 slug /netbsd: wskbd0 at ukbd0: console keyboard, using 
wsdisplay0
Nov 13 20:30:13 slug /netbsd: uhidev1 at uhub4 port 1 configuration 1 interface 
1
Nov 13 20:30:13 slug /netbsd: uhidev1: Microsoft Natural<U+ae> Ergonomic 
Keyboard 4000, rev 2.00/1.73, addr 2, iclass 3/0
Nov 13 20:30:13 slug /netbsd: uhidev1: 1 report ids
Nov 13 20:30:13 slug /netbsd: uhid0 at uhidev1 reportid 1: input=7, output=0, 
feature=0
Nov 13 20:30:13 slug /netbsd: sd0(umass0:0:0:0): not ready, data = 00 00 00 00 
3a 00 00 00 00 00
Nov 13 20:30:13 slug /netbsd: sd1(umass0:0:0:1): not ready, data = 00 00 00 00 
3a 00 00 00 00 00
Nov 13 20:30:13 slug /netbsd: sd2(umass0:0:0:2): not ready, data = 00 00 00 00 
3a 00 00 00 00 00
Nov 13 20:30:13 slug /netbsd: sd3(umass0:0:0:3): not ready, data = 00 00 00 00 
3a 00 00 00 00 00
Nov 13 20:30:13 slug /netbsd: sd0(umass0:0:0:0): not ready, data = 00 00 00 00 
3a 00 00 00 00 00
Nov 13 20:30:13 slug /netbsd: sd1(umass0:0:0:1): not ready, data = 00 00 00 00 
3a 00 00 00 00 00
Nov 13 20:30:13 slug /netbsd: sd2(umass0:0:0:2): not ready, data = 00 00 00 00 
3a 00 00 00 00 00
Nov 13 20:30:13 slug /netbsd: sd3(umass0:0:0:3): not ready, data = 00 00 00 00 
3a 00 00 00 00 00
Nov 13 20:30:13 slug /netbsd: boot device: wd0
Nov 13 20:30:13 slug /netbsd: root on wd0a dumps on wd0b
Nov 13 20:30:13 slug /netbsd: root file system type: ffs
Nov 13 20:30:13 slug /netbsd: uhidev2 at uhub5 port 1 configuration 1 interface 0
Nov 13 20:30:13 slug /netbsd: uhidev2: Darfon USB Optical Mouse, rev 1.10/3.00, 
addr 2, iclass 3/1
Nov 13 20:30:13 slug /netbsd: ums0 at uhidev2: 3 buttons and Z dir
Nov 13 20:30:13 slug /netbsd: wsmouse0 at ums0 mux 0
Nov 13 20:30:13 slug /netbsd: uhub4: device problem, disabling port 2
Nov 13 20:30:13 slug /netbsd: uhidev3 at uhub5 port 2 configuration 1 interface 0
Nov 13 20:30:13 slug /netbsd: uhidev3: Mega World Thrustmaster dual analog 3.2, 
rev 1.10/1.01, addr 3, iclass 3/0
Nov 13 20:30:13 slug /netbsd: uhid1 at uhidev3: input=7, output=4, feature=0
Nov 13 20:30:13 slug /netbsd: wsdisplay0: screen 1 added (80x25, vt100 
emulation)
Nov 13 20:30:13 slug /netbsd: wsdisplay0: screen 2 added (80x25, vt100 
emulation)
Nov 13 20:30:13 slug /netbsd: wsdisplay0: screen 3 added (80x25, vt100 
emulation)
Nov 13 20:30:13 slug /netbsd: wsdisplay0: screen 4 added (80x25, vt100 
emulation)
Nov 13 20:30:13 slug ntpdate[152]: step time server 10.33.66.130 offset 
0.044208 sec
Nov 13 20:30:13 slug savecore: no core dump
Nov 13 20:30:14 slug rpc.statd: Starting
Nov 13 20:30:15 slug /netbsd: bthub0 at ubt0 local-bdaddr 00:11:67:b0:4b:90
Nov 13 20:30:14 slug rpc.statd: Starting
Nov 13 20:30:15 slug ntpd[312]: ntpd 4.2.4p7-o Sat Jun 13 11:04:03 UTC 2009 
(import)
Nov 13 20:30:16 slug ntpd[323]: precision = 0.433 usec
Nov 13 20:30:16 slug ntpd[323]: Listening on interface #0 wildcard, 0.0.0.0#123 
Disabled
Nov 13 20:30:16 slug ntpd[323]: Listening on interface #1 wildcard, ::#123 
Disabled
Nov 13 20:30:16 slug ntpd[323]: Listening on interface #2 wm0, 
fe80::221:9bff:fe58:d33#123 Enabled
Nov 13 20:30:16 slug ntpd[323]: Listening on interface #3 wm0, 
2001:a60:f057:0:221:9bff:fe58:d33#123 Enabled
Nov 13 20:30:16 slug ntpd[323]: Listening on interface #4 wm0, 10.33.66.132#123 
Enabled
Nov 13 20:30:16 slug ntpd[323]: Listening on interface #5 lo0, 127.0.0.1#123 
Enabled
Nov 13 20:30:16 slug ntpd[323]: Listening on interface #6 lo0, ::1#123 Enabled
Nov 13 20:30:16 slug ntpd[323]: Listening on interface #7 lo0, fe80::1#123 
Enabled
Nov 13 20:30:16 slug ntpd[323]: Listening on routing socket on fd #28 for 
interface updates
Nov 13 20:30:16 slug ntpd[323]: kernel time sync status 
0x2040<UNSYNC,NANO,MODE=0x0=PLL,CLK=0x0=A>
Nov 13 20:30:16 slug ntpd[323]: frequency initialized 38.500 PPM from 
/var/db/ntp.drift
Nov 13 20:30:21 slug /netbsd: error: [drm:pid443:i915_set_status_page] *ERROR* 
can not ioremap virtual address for G33 hw status page
Nov 13 20:30:21 slug /netbsd: agpclose: mem 0 is bound
Nov 13 20:30:21 slug /netbsd: agpclose: mem 1 is bound
Nov 13 20:30:21 slug /netbsd: agpclose: mem 2 is bound
Nov 13 20:30:21 slug /netbsd: agpclose: mem 3 is bound
Nov 13 20:30:21 slug /netbsd: agpclose: mem 4 is bound
Nov 13 20:30:21 slug /netbsd: agpclose: mem 5 is bound
Nov 13 20:30:21 slug /netbsd: agpclose: mem 6 is bound
Nov 13 20:30:21 slug /netbsd: agpclose: mem 7 is bound

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index