On 14.08.2012 17:58, Matthieu Herrb wrote:
> On Tue, Aug 14, 2012 at 04:39:57PM +0200, Matthieu Herrb wrote:
>> On Tue, Aug 14, 2012 at 10:31:24AM +0200, Alexis de BRUYN wrote:
>>> On 13.08.2012 23:34, Matthieu Herrb wrote:
>>>> On Sun, Aug 12, 2012 at 10:04:17PM +0200, Alexis de BRUYN wrote:
>>>>> On 11.08.2012 23:33, Alexis de BRUYN wrote:
>>>>> I still have my previous issue, but I have another one : while the
>>>>> in-board display device is actived through my xorg.conf, the udl devices
>>>>> are not working too.
>>>>
>>>> Yes, this is a know issue. The OpenBSD-specific part of Xorg has no
>>>> way to handle a dual-screen setup between udl and one (or more)
>>>> regular VGA card(s) on most architectures.
>>>
>>> Thanks Matthieu for your answer. However can it handle multi-screens
>>> with *only* udl devices (without configuring the regular VGA card in
>>> xorg.conf) ? I didn't succeed.
>>
>> Right now, I don't see a reason why 2 udl devices wouldn't work, but
>> I'm not sure I ever tried it.
>>
> 
> Ok, just tried it. It fails because the privilege separation code
> refuses to open /dev/ttyE0. Fixed in -current...

I have reinstalled and rebuilt (incl. xenocara) 5.2/amd64, but I still
have the issue, only udl0 is working, but not the 2 others.

[   421.287] (EE) wsudl(1): We are not attached to the udl driver
[   421.287] (EE) wsudl(2): We are not attached to the udl driver

I found something different in dmesg for the 2 others, is that relevant ?

udl0 at uhub4 port 3 "DisplayLink CONV-USB2DVI" rev 2.00/0.03 addr 8
wsdisplay1 at udl0 mux 1
wsdisplay1: screen 0 added (std, vt100 emulation)
[...]
udl1 at uhub6 port 2 "DisplayLink CONV-USB2DVI" rev 2.00/0.03 addr 4
no data for est. mode 832x768x74
no data for est. mode 640x480x67
no data for est. mode 720x400x70
[...]
wsdisplay2 at udl1 mux 1
wsdisplay2: screen 0 added (std, vt100 emulation)
udl2 at uhub6 port 3 "DisplayLink CONV-USB2DVI" rev 2.00/0.03 addr 5
no data for est. mode 832x768x74
no data for est. mode 640x480x67
no data for est. mode 720x400x70
[...]
wsdisplay3 at udl2 mux 1
wsdisplay3: screen 0 added (std, vt100 emulation)

****
# cat /etc/X11/xorg.conf


Section "ServerLayout"
        Identifier      "Server Layout"
        Screen  0       "Screen0" 0 0
        Screen  1       "Screen1" LeftOf "Screen0"
        Screen  2       "Screen2" RightOf "Screen0"
        Option          "Xinerama" "On"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "Card0"
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device          "Card1"
EndSection

Section "Screen"
        Identifier      "Screen2"
        Device          "Card2"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "wsudl"
        Option  "Device" "/dev/ttyD0"
EndSection

Section "Device"
        Identifier  "Card1"
        Driver      "wsudl"
        Option  "Device" "/dev/ttyE0"
EndSection

Section "Device"
        Identifier  "Card2"
        Driver      "wsudl"
        Option  "Device" "/dev/ttyF0"
EndSection

****

Here the full log files :

# cat /var/log/Xorg.0.log


[   421.247] (--) checkDevMem: using aperture driver /dev/xf86
[   421.262] (--) Using wscons driver on /dev/ttyC4 in pcvt
compatibility mode (version 3.32)
[   421.269]
X.Org X Server 1.12.2
Release Date: 2012-05-29
[   421.269] X Protocol Version 11, Revision 0
[   421.269] Build Operating System: OpenBSD 5.2 amd64
[   421.269] Current Operating System: OpenBSD test.lan.mrs.de-bruyn.fr
5.2 GENERIC.MP#368 amd64
[   421.269] Build Date: 22 July 2012  10:13:23PM
[   421.269]
[   421.269] Current version of pixman: 0.24.4
[   421.269]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   421.269] Markers: (--) probed, (**) from config file, (==) default
setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   421.269] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 14
18:41:59 2012
[   421.270] (==) Using config file: "/etc/X11/xorg.conf"
[   421.270] (==) Using system config directory
"/usr/X11R6/share/X11/xorg.conf.d"
[   421.270] (==) ServerLayout "Server Layout"
[   421.270] (**) |-->Screen "Screen0" (0)
[   421.270] (**) |   |-->Monitor "<default monitor>"
[   421.270] (**) |   |-->Device "Card0"
[   421.270] (==) No monitor specified for screen "Screen0".
        Using a default monitor configuration.
[   421.270] (**) |-->Screen "Screen1" (1)
[   421.270] (**) |   |-->Monitor "<default monitor>"
[   421.270] (**) |   |-->Device "Card1"
[   421.270] (==) No monitor specified for screen "Screen1".
        Using a default monitor configuration.
[   421.270] (**) |-->Screen "Screen2" (2)
[   421.270] (**) |   |-->Monitor "<default monitor>"
[   421.270] (**) |   |-->Device "Card2"
[   421.270] (==) No monitor specified for screen "Screen2".
        Using a default monitor configuration.
[   421.270] (**) Option "Xinerama" "On"
[   421.270] (==) Disabling SIGIO handlers for input devices
[   421.270] (==) Automatically adding devices
[   421.270] (==) Automatically enabling devices
[   421.270] (**) Xinerama: enabled
[   421.270] (==) FontPath set to:
        /usr/X11R6/lib/X11/fonts/misc/,
        /usr/X11R6/lib/X11/fonts/TTF/,
        /usr/X11R6/lib/X11/fonts/OTF/,
        /usr/X11R6/lib/X11/fonts/Type1/,
        /usr/X11R6/lib/X11/fonts/100dpi/,
        /usr/X11R6/lib/X11/fonts/75dpi/
[   421.270] (==) ModulePath set to "/usr/X11R6/lib/modules"
[   421.270] (II) The server relies on wscons to provide the list of
input devices.
        If no devices become available, reconfigure wscons or disable
AutoAddDevices.
[   421.270] (II) Loader magic: 0x79a6c0
[   421.270] (II) Module ABI versions:
[   421.270]    X.Org ANSI C Emulation: 0.4
[   421.270]    X.Org Video Driver: 12.0
[   421.270]    X.Org XInput driver : 16.0
[   421.270]    X.Org Server Extension : 6.0
[   421.271] (--) PCI:*(0:0:2:0) 8086:0116:106b:00e7 rev 9, Mem @
0xa0000000/4194304, 0x90000000/268435456, I/O @ 0x00002000/64
[   421.271] (II) LoadModule: "extmod"
[   421.271] (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
[   421.271] (II) Module extmod: vendor="X.Org Foundation"
[   421.271]    compiled for 1.12.2, module version = 1.0.0
[   421.271]    Module class: X.Org Server Extension
[   421.271]    ABI class: X.Org Server Extension, version 6.0
[   421.271] (II) Loading extension MIT-SCREEN-SAVER
[   421.271] (II) Loading extension XFree86-VidModeExtension
[   421.271] (II) Loading extension XFree86-DGA
[   421.271] (II) Loading extension DPMS
[   421.271] (II) Loading extension XVideo
[   421.271] (II) Loading extension XVideo-MotionCompensation
[   421.271] (II) Loading extension X-Resource
[   421.271] (II) LoadModule: "dbe"
[   421.272] (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
[   421.272] (II) Module dbe: vendor="X.Org Foundation"
[   421.272]    compiled for 1.12.2, module version = 1.0.0
[   421.272]    Module class: X.Org Server Extension
[   421.272]    ABI class: X.Org Server Extension, version 6.0
[   421.272] (II) Loading extension DOUBLE-BUFFER
[   421.272] (II) LoadModule: "glx"
[   421.272] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[   421.273] (II) Module glx: vendor="X.Org Foundation"
[   421.273]    compiled for 1.12.2, module version = 1.0.0
[   421.273]    ABI class: X.Org Server Extension, version 6.0
[   421.273] (==) AIGLX enabled
[   421.273] (II) Loading extension GLX
[   421.273] (II) LoadModule: "record"
[   421.273] (II) Loading /usr/X11R6/lib/modules/extensions/librecord.so
[   421.273] (II) Module record: vendor="X.Org Foundation"
[   421.273]    compiled for 1.12.2, module version = 1.13.0
[   421.273]    Module class: X.Org Server Extension
[   421.273]    ABI class: X.Org Server Extension, version 6.0
[   421.273] (II) Loading extension RECORD
[   421.273] (II) LoadModule: "dri"
[   421.274] (II) Loading /usr/X11R6/lib/modules/extensions/libdri.so
[   421.274] (II) Module dri: vendor="X.Org Foundation"
[   421.274]    compiled for 1.12.2, module version = 1.0.0
[   421.274]    ABI class: X.Org Server Extension, version 6.0
[   421.274] (II) Loading extension XFree86-DRI
[   421.274] (II) LoadModule: "dri2"
[   421.274] (II) Loading /usr/X11R6/lib/modules/extensions/libdri2.so
[   421.275] (II) Module dri2: vendor="X.Org Foundation"
[   421.275]    compiled for 1.12.2, module version = 1.2.0
[   421.275]    ABI class: X.Org Server Extension, version 6.0
[   421.275] (II) Loading extension DRI2
[   421.275] (II) LoadModule: "wsudl"
[   421.275] (II) Loading /usr/X11R6/lib/modules/drivers/wsudl_drv.so
[   421.275] (II) Module wsudl: vendor="X.Org Foundation"
[   421.275]    compiled for 1.12.2, module version = 0.2.1
[   421.275]    ABI class: X.Org Video Driver, version 12.0
[   421.275] (II) wsudl: driver for: DisplayLink
[   421.275] (WW) Falling back to old probe method for wsudl
[   421.275] (II) wsudl(0): using /dev/ttyD0
[   421.275] (II) wsudl(1): using /dev/ttyE0
[   421.275] (II) wsudl(2): using /dev/ttyF0
[   421.276] (II) wsudl(0): Creating default Display subsection in
Screen section
        "Screen0" for depth/fbbpp 16/16
[   421.276] (==) wsudl(0): Depth 16, (--) framebuffer bpp 16
[   421.276] (==) wsudl(0): RGB weight 565
[   421.276] (==) wsudl(0): Default visual is TrueColor
[   421.276] (==) wsudl(0): Using gamma correction (1.0, 1.0, 1.0)
[   421.276] (II) wsudl(0): Vidmem: 3750k
[   421.276] (==) wsudl(0): DPI set to (96, 96)
[   421.276] (II) Loading sub module "fb"
[   421.276] (II) LoadModule: "fb"
[   421.276] (II) Loading /usr/X11R6/lib/modules/libfb.so
[   421.287] (II) Module fb: vendor="X.Org Foundation"
[   421.287]    compiled for 1.12.2, module version = 1.0.0
[   421.287]    ABI class: X.Org ANSI C Emulation, version 0.4
[   421.287] (EE) wsudl(1): We are not attached to the udl driver
[   421.287] (EE) wsudl(2): We are not attached to the udl driver
[   421.287] (II) UnloadModule: "wsudl"
[   421.287] (II) UnloadModule: "wsudl"
[   421.352] (==) wsudl(0): Backing store disabled
[   421.364] (==) RandR enabled
[   421.364] (II) Initializing built-in extension Generic Event Extension
[   421.364] (II) Initializing built-in extension SHAPE
[   421.364] (II) Initializing built-in extension MIT-SHM
[   421.364] (II) Initializing built-in extension XInputExtension
[   421.364] (II) Initializing built-in extension XTEST
[   421.364] (II) Initializing built-in extension BIG-REQUESTS
[   421.364] (II) Initializing built-in extension SYNC
[   421.364] (II) Initializing built-in extension XKEYBOARD
[   421.364] (II) Initializing built-in extension XC-MISC
[   421.364] (II) Initializing built-in extension SECURITY
[   421.364] (II) Initializing built-in extension XINERAMA
[   421.364] (II) Initializing built-in extension XFIXES
[   421.364] (II) Initializing built-in extension RENDER
[   421.364] (II) Initializing built-in extension RANDR
[   421.364] (II) Initializing built-in extension COMPOSITE
[   421.364] (II) Initializing built-in extension DAMAGE
[   421.411] (II) AIGLX: Screen 0 is not DRI2 capable
[   421.411] (II) AIGLX: Screen 0 is not DRI capable
[   421.528] (II) AIGLX: Loaded and initialized swrast
[   421.528] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   422.029] (II) config/wscons: checking input device /dev/wskbd
[   422.029] (II) wskbd: using layout us
[   422.030] (II) LoadModule: "kbd"
[   422.031] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[   422.049] (II) Module kbd: vendor="X.Org Foundation"
[   422.049]    compiled for 1.12.2, module version = 1.6.1
[   422.049]    Module class: X.Org XInput Driver
[   422.049]    ABI class: X.Org XInput driver, version 16.0
[   422.049] (II) Using input driver 'kbd' for '/dev/wskbd'
[   422.049] (**) /dev/wskbd: always reports core events
[   422.049] (**) /dev/wskbd: always reports core events
[   422.049] (**) Option "Protocol" "standard"
[   422.049] (**) Option "XkbRules" "base"
[   422.049] (**) Option "XkbModel" "pc105"
[   422.049] (**) Option "XkbLayout" "us"
[   422.049] (II) XINPUT: Adding extended input device "/dev/wskbd"
(type: KEYBOARD, id 6)
[   422.050] (II) config/wscons: checking input device /dev/wsmouse
[   422.050] (II) LoadModule: "ws"
[   422.051] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[   422.051] (II) Module ws: vendor="X.Org Foundation"
[   422.051]    compiled for 1.12.2, module version = 1.3.0
[   422.051]    Module class: X.Org XInput Driver
[   422.051]    ABI class: X.Org XInput driver, version 16.0
[   422.051] (II) Using input driver 'ws' for '/dev/wsmouse'
[   422.052] (**) /dev/wsmouse: always reports core events
[   422.052] (II) ws: /dev/wsmouse: debuglevel 0
[   422.052] (**) Option "Device" "/dev/wsmouse"
[   422.052] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[   422.052] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[   422.052] (**) ws: /dev/wsmouse: associated screen: 0
[   422.052] (II) ws: /dev/wsmouse: minimum x position: 0
[   422.052] (II) ws: /dev/wsmouse: maximum x position: 1599
[   422.052] (II) ws: /dev/wsmouse: minimum y position: 0
[   422.052] (II) ws: /dev/wsmouse: maximum y position: 1199
[   422.052] (==) ws: /dev/wsmouse: Buttons: 7
[   422.052] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[   422.052] (II) XINPUT: Adding extended input device "/dev/wsmouse"
(type: MOUSE, id 7)
[   422.052] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[   422.052] (**) /dev/wsmouse: (accel) acceleration profile 0
[   422.052] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[   422.052] (**) /dev/wsmouse: (accel) acceleration threshold: 4
[   649.860] (II) UnloadModule: "kbd"
[   649.861] (II) UnloadModule: "ws"
[   650.209] Server terminated successfully (0). Closing log file.

#dmesg
OpenBSD 5.2 (GENERIC) #0: Tue Aug 14 20:19:15 CEST 2012
    root@test:/usr/src/sys/arch/amd64/compile/GENERIC
RTC BIOS diagnostic error
7e<ROM_cksum,config_unit,memory_size,fixed_disk,invalid_time>
real mem = 8495775744 (8102MB)
avail mem = 8247275520 (7865MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.4 @ 0xe0000 (81 entries)
bios0: vendor Apple Inc. version "MM51.88Z.0077.B10.1201241549" date
01/24/2012
bios0: Apple Inc. Macmini5,3
acpi0 at bios0: rev 2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP HPET APIC SBST ECDT SSDT SSDT SSDT SSDT SSDT
SSDT SSDT SSDT SSDT MCFG SSDT SSDT SSDT
acpi0: wakeup devices P0P2(S4) GFX0(S4) PEG1(S4) EC__(S4) GMUX(S3)
HDEF(S4) GIGE(S4) SDXC(S3) RP01(S4) ARPT(S4) RP02(S4) RP03(S4) EHC1(S3)
EHC2(S3)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpihpet0 at acpi0: 14318179 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i7-2635QM CPU @ 2.00GHz, 1995.79 MHz
cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,PCLMUL,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,POPCNT,AES,XSAVE,AVX,NXE,LONG,LAHF
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: apic clock running at 99MHz
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 24 pins
ioapic0: misconfigured as apic 0, remapped to apid 2
acpiec0 at acpi0
acpimcfg0 at acpi0 addr 0xe0000000, bus 0-156
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (P0P2)
acpiprt2 at acpi0: bus 6 (PEG1)
acpiprt3 at acpi0: bus 2 (RP01)
acpiprt4 at acpi0: bus 3 (RP02)
acpiprt5 at acpi0: bus 4 (RP03)
acpicpu0 at acpi0: C3, C2, C1, PSS
acpibtn0 at acpi0: PWRB
acpibtn1 at acpi0: SLPB
acpivideo0 at acpi0: IGPU
cpu0: Enhanced SpeedStep 1995 MHz: speeds: 2001, 2000, 1900, 1800, 1700,
1600, 1500, 1400, 1300, 1200, 1100, 1000, 900, 800 MHz
memory map conflict 0xe00f8000/0x1000
memory map conflict 0xfed1c000/0x4000
memory map conflict 0xffed0000/0x30000
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 2G Host" rev 0x09
ppb0 at pci0 dev 1 function 0 "Intel Core 2G PCIE" rev 0x09: msi
pci1 at ppb0 bus 1
ppb1 at pci0 dev 1 function 1 "Intel Core 2G PCIE" rev 0x09: msi
pci2 at ppb1 bus 6
ppb2 at pci2 dev 0 function 0 vendor "Intel", unknown product 0x1513 rev
0x00
pci3 at ppb2 bus 7
ppb3 at pci3 dev 0 function 0 vendor "Intel", unknown product 0x1513 rev
0x00: msi
pci4 at ppb3 bus 8
vendor "Intel", unknown product 0x1513 (class system subclass
miscellaneous, rev 0x00) at pci4 dev 0 function 0 not configured
ppb4 at pci3 dev 3 function 0 vendor "Intel", unknown product 0x1513 rev
0x00: msi
pci5 at ppb4 bus 9
ppb5 at pci3 dev 4 function 0 vendor "Intel", unknown product 0x1513 rev
0x00: msi
pci6 at ppb5 bus 10
ppb6 at pci3 dev 5 function 0 vendor "Intel", unknown product 0x1513 rev
0x00: msi
pci7 at ppb6 bus 59
ppb7 at pci3 dev 6 function 0 vendor "Intel", unknown product 0x1513 rev
0x00: msi
pci8 at ppb7 bus 108
vga1 at pci0 dev 2 function 0 "Intel HD Graphics 3000" rev 0x09
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
intagp0 at vga1
agp0 at intagp0: aperture at 0x90000000, size 0x10000000
inteldrm0 at vga1: apic 2 int 16
drm0 at inteldrm0
"Intel 6 Series MEI" rev 0x04 at pci0 dev 22 function 0 not configured
uhci0 at pci0 dev 26 function 0 vendor "Intel", unknown product 0x1c2c
rev 0x05: apic 2 int 21
ehci0 at pci0 dev 26 function 7 "Intel 6 Series USB" rev 0x05: apic 2 int 23
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
azalia0 at pci0 dev 27 function 0 "Intel 6 Series HD Audio" rev 0x05: msi
azalia0: codecs: Cirrus Logic/0x4206, Intel/0x2805, using Cirrus
Logic/0x4206
audio0 at azalia0
ppb8 at pci0 dev 28 function 0 "Intel 6 Series PCIE" rev 0xb5: msi
pci9 at ppb8 bus 2
bge0 at pci9 dev 0 function 0 "Broadcom BCM57765" rev 0x10, unknown
BCM57765 (0x57785100): apic 2 int 16, address 3c:07:54:72:3d:a7
brgphy0 at bge0 phy 1: BCM57765 10/100/1000baseT PHY, rev. 4
sdhc0 at pci9 dev 0 function 1 "Broadcom SD Host Controller" rev 0x10:
apic 2 int 17
sdhc0 at 0x10: can't map registers
ppb9 at pci0 dev 28 function 1 "Intel 6 Series PCIE" rev 0xb5: msi
pci10 at ppb9 bus 3
vendor "Broadcom", unknown product 0x4331 (class network subclass
miscellaneous, rev 0x02) at pci10 dev 0 function 0 not configured
ppb10 at pci0 dev 28 function 2 "Intel 6 Series PCIE" rev 0xb5: msi
pci11 at ppb10 bus 4
ppb11 at pci11 dev 0 function 0 "TI XIO2221 PCIE-PCI" rev 0x01
pci12 at ppb11 bus 5
"TI XIO2221 FireWire" rev 0x01 at pci12 dev 0 function 0 not configured
uhci1 at pci0 dev 29 function 0 vendor "Intel", unknown product 0x1c27
rev 0x05: apic 2 int 19
ehci1 at pci0 dev 29 function 7 "Intel 6 Series USB" rev 0x05: apic 2 int 22
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 "Intel EHCI root hub" rev 2.00/1.00 addr 1
pcib0 at pci0 dev 31 function 0 "Intel HM65 LPC" rev 0x05
pciide0 at pci0 dev 31 function 2 "Intel 6 Series SATA" rev 0x05: DMA,
channel 0 configured to native-PCI, channel 1 configured to native-PCI
pciide0: using apic 2 int 19 for native-PCI interrupt
wd0 at pciide0 channel 0 drive 0: <APPLE HDD HTS727550A9E362>
wd0: 16-sector PIO, LBA48, 476940MB, 976773168 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 6
wd1 at pciide0 channel 1 drive 0: <APPLE HDD HTS727550A9E362>
wd1: 16-sector PIO, LBA48, 476940MB, 976773168 sectors
wd1(pciide0:1:0): using PIO mode 4, Ultra-DMA mode 6
ichiic0 at pci0 dev 31 function 3 "Intel 6 Series SMBus" rev 0x05: apic
2 int 18
iic0 at ichiic0
iic0: addr 0x4a 01=20 0a=08 10=0a 11=04 20=f2 21=01 23=88 words 00=0020
01=2000 02=0000 03=0000 04=0000 05=0000 06=0000 07=0000
spdmem0 at iic0 addr 0x50: 4GB DDR3 SDRAM PC3-10600 SO-DIMM
spdmem1 at iic0 addr 0x52: 4GB DDR3 SDRAM PC3-10600 SO-DIMM
usb2 at uhci0: USB revision 1.0
uhub2 at usb2 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb3 at uhci1: USB revision 1.0
uhub3 at usb3 "Intel UHCI root hub" rev 1.00/1.00 addr 1
isa0 at pcib0
isadma0 at isa0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
nvram: invalid checksum
mtrr: Pentium Pro MTRR support
uhub4 at uhub0 port 1 "Standard Microsystems product 0x2513" rev
2.00/b.b3 addr 2
uhub5 at uhub4 port 1 "Apple Inc. BRCM20702 Hub" rev 2.00/1.00 addr 3
uhidev0 at uhub5 port 1 configuration 1 interface 0 "Apple Computer
product 0x820a" rev 2.00/1.00 addr 4
uhidev0: iclass 3/1, 1 report id
ukbd0 at uhidev0 reportid 1: 8 variable keys, 6 key codes
wskbd0 at ukbd0: console keyboard, using wsdisplay0
uhidev1 at uhub5 port 2 configuration 1 interface 0 "Apple Computer
product 0x820b" rev 2.00/1.00 addr 5
uhidev1: iclass 3/1, 2 report ids
ums0 at uhidev1 reportid 2: 3 buttons
wsmouse0 at ums0 mux 0
ugen0 at uhub5 port 3 "Apple Inc. Bluetooth USB Host Controller" rev
2.00/0.52 addr 6
uhidev2 at uhub4 port 2 configuration 1 interface 0 "Logitech USB
Keyboard" rev 1.10/66.00 addr 7
uhidev2: iclass 3/1
ukbd1 at uhidev2: 8 variable keys, 6 key codes
wskbd1 at ukbd1 mux 1
wskbd1: connecting to wsdisplay0
uhidev3 at uhub4 port 2 configuration 1 interface 1 "Logitech USB
Keyboard" rev 1.10/66.00 addr 7
uhidev3: iclass 3/0, 3 report ids
uhid0 at uhidev3 reportid 1: input=1, output=0, feature=0
uhid1 at uhidev3 reportid 2: input=1, output=0, feature=0
uhid2 at uhidev3 reportid 3: input=3, output=0, feature=0
udl0 at uhub4 port 3 "DisplayLink CONV-USB2DVI" rev 2.00/0.03 addr 8
wsdisplay1 at udl0 mux 1
wsdisplay1: screen 0 added (std, vt100 emulation)
uhub6 at uhub1 port 1 "Standard Microsystems product 0x2513" rev
2.00/b.b3 addr 2
uhidev4 at uhub6 port 1 configuration 1 interface 0 "Apple Computer,
Inc. IR Receiver" rev 2.00/0.16 addr 3
uhidev4: iclass 3/0, 38 report ids
uhid3 at uhidev4 reportid 36: input=4, output=0, feature=0
uhid4 at uhidev4 reportid 37: input=4, output=0, feature=0
uhid5 at uhidev4 reportid 38: input=4, output=0, feature=0
udl1 at uhub6 port 2 "DisplayLink CONV-USB2DVI" rev 2.00/0.03 addr 4
no data for est. mode 832x768x74
no data for est. mode 640x480x67
no data for est. mode 720x400x70
max_dotclock according to supported modes: 162000
wsdisplay2 at udl1 mux 1
wsdisplay2: screen 0 added (std, vt100 emulation)
udl2 at uhub6 port 3 "DisplayLink CONV-USB2DVI" rev 2.00/0.03 addr 5
no data for est. mode 832x768x74
no data for est. mode 640x480x67
no data for est. mode 720x400x70
max_dotclock according to supported modes: 162000
wsdisplay3 at udl2 mux 1
wsdisplay3: screen 0 added (std, vt100 emulation)
vscsi0 at root
scsibus0 at vscsi0: 256 targets
softraid0 at root
scsibus1 at softraid0: 256 targets
root on wd0a (1b66b6f62baf79d7.a) swap on wd0b dump on wd0b
clock: unknown CMOS layout


-- 
Alexis de BRUYN

Reply via email to