On 2025-11-11 22:49:30+0000, Crystal Kolipe <[email protected]> wrote:
> On Mon, Nov 10, 2025 at 12:36:16PM -0700, Luke A. Call wrote:
> > On 2025-11-08 22:30:22+0000, Crystal Kolipe <[email protected]>
> > wrote:
> > > On Fri, Nov 07, 2025 at 03:40:27PM -0700, Luke A. Call wrote:
> > > > Which is what happened after I had to do a hard reset and re-do the
> > > > above, due to the keyboard freezing (^Q did't help nor ^C nor anything
> > > > else I tried). But I got back where I was, then doing "ls -lR|more" on
> > > > the mounted directory and ^Z causes it to lock again...so I will
> > > > reboot again and re-do fsck -p on it.
> > >
> > > Did this lock-up happen just once, or is it happening repeatedly whilst
> > > the
> > > machine is booted in to a 7.8 kernel?
> >
> > The first time may have been, and the 2nd time definitely it was when I
> > pressed ^Z while in "ls -lR|more" in the 7.8 kernel. The 3rd time as I
> > try to reproduce it similarly I get "--More--Segmentation fault" and it
> > didn't freeze (but I had not attached a disk with bioctl this time).
> > So not sure.
> ....
> If well tested programs such as ls and more are segfaulting whilst running in
> a known and fairly uncomplicated enviroment such as the ramdisk kernel then I
> would usually start to suspect hardware problems, (often ram memory failing),
> but you said that this machine previously ran 7.7, so that seems less likely.
>
> It might be worth running memtest86 or something similar to eliminate this
> possibility, or even just booting with less memory using something like
> 'machine mem =512M' at the bootloader configuration prompt for a quicker if
> less thorough test.
Thanks. When I boot cold into the Dell utility for checking memory and
cpu etc and run all of it for 30-60 minutes, I see no errors.
When I boot from the installation CD into a shell, and run ls -lR|more ,
hit space several times then ^Z, I get the segmentation fault,
whether or not I disable the bce* and bwi* drivers in kernel config.
That might be of interest to the devs, since it, like the freeze, only seems
to happen in the 7.8 upgrade disk's installer kernel.
If I do the ls -lR then ^Z in single-user mode after the upgrade
was complete, or after a regular bootup, I do not get a segmentation fault
nor the system freeze described above.
> > > > Maybe the error/panic that is causing the reboot
> > > > during upgrade comes in some fast subsequent step after the "Mounting
> > > > root filesystem" message.
> > > > But it flashes off too fast to see what comes next. Maybe if I took a
> > > > video, found some video editing software, and paused it to see the very
> > > > end. But happy to try more other things...
> > >
> > > The next step after the "Mounting root filesystem" message is bringing up
> > > the network devices. It's plausible that something could be going wrong
> > > there.
> > >
> > > But first, quickly check that the "checking root filesystem" and "mounting
> > > root filesystem" messages specify the expected device. The format of the
> > > latter message is:
> > >
> > > Mounting root filesystem (mount -o ro /dev/FOO /mnt)...
> > >
> > > ... where FOO is the device being mounted. Hopefully it is sd0a in your
> > > case.
> >
> > Yes, they say:
> > Checking root filesystem (fsck -fp /dev/sd0a)... OK.
> > Mounting root filesystem (mount -o ro /dev/sd0a /mnt)... OK.
>
> Well, at least we know that it is finding the correct root fs.
>
> > ...and the next thing I can see in the video is that the screen is
> > filled with repeated, hard-to-read lines, that seem to say:
> > panic: netlock rwlock 0xffffffff81955d48: enter write deadlock
> > ...and it immediately goes dark and reboots.
>
> So presumably something in the kernel called NET_LOCK(), likely with another
> thread waiting on a shared lock. That probably explains why it crashes when
> the installer reaches the point of bringing up the network interfaces.
>
> Seems odd that nobody ran in to this pre-release, assuming that it is actually
> a kernel bug rather than a hardware issue. It could be a timing issue, or
> maybe for some reason you are exercising a code path that didn't see much
> testing.
>
> > Curiously now, maybe due to something(???) I did while in the 7.8 install
> > disk shell, while booting it instead of prompting me for the FDE key, it
> > says this (though I can still boot from the disk and attach it with bioctl
> > and it prompts me for the FDE key and data is visible):
> >
> > Using drive 0, partition 3.
> > Loading......
> > probing: pc0 mem[636K 2045M a20-on]
> > disk: hd0+ sr0
> > >> Openbsd/amd64 BOOT 3.67
> > open(hd0a:/etc/boot.conf): Invalid argument
> > boot>
> > cannot open hd0a:/etc/random.seed: Invalid argument
> > [the next lines are the ones I didn't get before this error of no FDE
> > prompt etc]
> > booting hd0a:/bsd: open hd0a:/bsd: Invalid argument
> > failed(22). will try /bsd
> > boot>
> > booting hd0a:/bsd: open hd0a:/bsd: Invalid argument
> > failed(22). will try /bsd
> > Turning timeout off.
> > boot>
>
> It's trying to find the kernel on the 'a' partition of your boot drive, which
> in your case is not an FFS filesystem but a softraid volume.
>
> It's easily fixed by running installboot and pointing it to the correct,
> (I.E. sd0a in your case), partition. But don't try to do that from the
> ramdisk kernel, (yet), because it requires the correct files to be in
> /usr/mdec.
>
> >
> > ...and then I type at the boot prompt this and again get:
> > boot> boot /bsd
> > cannot open hd0a:/etc/random.seed: Invalid argument
> > booting hd0a:/bsd: open hd0a:/bsd: Invalid argument
> > failed(22). will try /bsd
> > boot>
Thanks. I was able to work through the install with the kernel configs (more
on that below) and do the installation, and after the upgrade I no longer
see this inability to find the boot kernel, so I didn't have to try the
installboot command. Good to know though, for future.
> > > Assuming that is not the issue, and returning to the next step of
> > > bringing up
> > > the network devices... From your dmesg the only network card in this
> > > machine
> > > seems to be bce0. You could try disabling that device in the bootloader
> > > and
> > > see if that allows the 7.8 ramdisk installer to finish booting, (or at
> > > least
> > > get further).
> >
> > I did:
> > boot> boot -c
> > cannot open cd0a:/etc/random.seed: No such...
> > booting cd0a:/7.8/amd64/bsd.rd: ...
> > entry point at ...
> > ....
> > UKC> disable bce0
> > UKC> disable adfadfa
> > UKC> find bce*
> > 144 bce* at pci* dev -1 function -1 flags 0x0
> > UKC> disable bce*
> > 144 bce* disabled
> >
> > ...and continued into the install disk, did the shell commands for
> > bioctl etc., and continued with the install which again said:
> > Mounting root filesystem (mount -o ro /dev/sd0a /mnt)... OK.
> > panic: netlock rwlock 0xffffffff81955d48: enter write deadlock
> > ...filling the screen with the panic message, and reboots as before.
> >
> > The same thing happened with I tried disabling the net card from the
> > BIOS.
>
> OK, so it seems to be network related, but not triggered by the bce device.
>
> I just noticed you have a bwi wireless adaptor as well. Maybe try disabling
> that in the same way. Other than that and testing memory as I mentioned
> earlier, you'll probably need to wait for someone who actually worked on this
> code during the 7.8 development cycle to chime in with further advice.
Good catch.
When I tried that, disabling both the bce and bwi adapters, the
installer got a
little farther (ran fsck on some things and something), but I failed to
capture the last thing on video just before it crashed/rebooted itself
again.
So I went thru it again, this time disabling only bwi*, and it is now
behaving more like what I would expect: got through the keyboard choice,
couple questions about disk and http maybe, fsck, starting to download
and install the sets.
Then after working through some "no space left on device" errors in /usr,
based on another misc@.. thread, I was able to finish the installation and
things seem normal.
But if I didn't disable bwi*, I couldn't finish the installation process w/o
a crash, so this might be worth knowing, for the 7.8 devs.
I have attached a new /var/run/dmesg.boot now, as booted into a working 7.8
system.
Separately, just curious, I don't need it right now: is it possible to
have both kernel config options and single-user mode on the same bootup?
Thanks again!!
Luke Call
OpenBSD 7.6 (GENERIC.MP) #5: Sun Jun 29 09:03:31 MDT 2025
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 16029159424 (15286MB)
avail mem = 15519997952 (14801MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xebf90 (49 entries)
bios0: vendor American Megatrends Inc. version "204" date 11/20/2014
bios0: ASUSTeK COMPUTER INC. X550ZA
efi0 at bios0: UEFI 2.3.1
efi0: American Megatrends rev 0x4028e
acpi0 at bios0: ACPI 5.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP APIC FPDT ECDT MCFG MSDM HPET UEFI SSDT SSDT CRAT SSDT
SSDT SSDT SSDT
acpi0: wakeup devices LOM_(S4) SBAZ(S4) ECIR(S4) OHC1(S4) EHC1(S4) OHC2(S4)
EHC2(S4) OHC3(S4) EHC3(S4) OHC4(S4) XHC0(S4) XHC1(S4) ODD8(S3) GLAN(S4)
LID_(S5) SLPB(S4)
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 16 (boot processor)
cpu0: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2496.19 MHz, 15-30-01,
patch 06003106
cpu0: cpuid 1
edx=178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT>
ecx=3698320b<SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,F16C>
cpu0: cpuid 6 eax=4<ARAT> ecx=1<EFFFREQ>
cpu0: cpuid 7.0 ebx=9<FSGSBASE,BMI1>
cpu0: cpuid d.1 eax=1<XSAVEOPT>
cpu0: cpuid 80000001 edx=2fd3fbff<NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG>
ecx=fabbfff<LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,XOP,SKINIT,WDT,FMA4,TCE,NODEID,TBM,CPCTR,DBKP,PERFTSC>
cpu0: cpuid 80000007 edx=27d9<HWPSTATE,ITSC>
cpu0: 16KB 64b/line 4-way D-cache, 96KB 64b/line 3-way I-cache
cpu0: 2MB 64b/line 16-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 99MHz
cpu0: mwait min=64, max=64, IBE
cpu1 at mainbus0: apid 17 (application processor)
cpu1: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2495.55 MHz, 15-30-01,
patch 06003106
cpu1: smt 1, core 0, package 0
cpu2 at mainbus0: apid 18 (application processor)
cpu2: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2495.52 MHz, 15-30-01,
patch 06003106
cpu2: smt 0, core 1, package 0
cpu3 at mainbus0: apid 19 (application processor)
cpu3: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2495.74 MHz, 15-30-01,
patch 06003106
cpu3: smt 1, core 1, package 0
ioapic0 at mainbus0: apid 0 pa 0xfec00000, version 21, 24 pins
ioapic1 at mainbus0: apid 1 pa 0xfec01000, version 21, 32 pins
acpiec0 at acpi0
acpimcfg0 at acpi0
acpimcfg0: addr 0xe0000000, bus 0-255
acpihpet0 at acpi0: 14318180 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PB21)
acpiprt2 at acpi0: bus -1 (PB22)
acpiprt3 at acpi0: bus -1 (PB31)
acpiprt4 at acpi0: bus -1 (PB32)
acpiprt5 at acpi0: bus -1 (PB33)
acpiprt6 at acpi0: bus -1 (PB34)
acpiprt7 at acpi0: bus 2 (PE20)
acpiprt8 at acpi0: bus 3 (PE21)
acpiprt9 at acpi0: bus 4 (PE22)
acpiprt10 at acpi0: bus -1 (PE23)
acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
acpicmos0 at acpi0
"AMDC003" at acpi0 not configured
acpibat0 at acpi0: BAT0 model "X550E26" serial type LIon oem "OEM"
acpiac0 at acpi0: AC unit online
acpibtn0 at acpi0: PWRB
acpibtn1 at acpi0: LID_(wakeup)
"ATK4001" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpibtn2 at acpi0: SLPB(wakeup)
"PNP0C14" at acpi0 not configured
acpicpu0 at acpi0: C2(0@400 io@0x1771), C1(@1 halt!), PSS
acpicpu1 at acpi0: C2(0@400 io@0x1771), C1(@1 halt!), PSS
acpicpu2 at acpi0: C2(0@400 io@0x1771), C1(@1 halt!), PSS
acpicpu3 at acpi0: C2(0@400 io@0x1771), C1(@1 halt!), PSS
acpitz0 at acpi0: critical temperature is 103 degC
cpu0: 2496 MHz: speeds: 2500 2300 2100 1700 1400 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "AMD 15h Root Complex" rev 0x00
radeondrm0 at pci0 dev 1 function 0 "ATI Kaveri Radeon R6" rev 0x00
drm0 at radeondrm0
radeondrm0: msi
azalia0 at pci0 dev 1 function 1 "ATI Kaveri HD Audio" rev 0x00: msi
azalia0: no supported codecs
pchb1 at pci0 dev 2 function 0 "AMD 15h PCIE" rev 0x00
pchb2 at pci0 dev 3 function 0 "AMD 15h PCIE" rev 0x00
pchb3 at pci0 dev 4 function 0 "AMD 15h PCIE" rev 0x00
xhci0 at pci0 dev 16 function 0 "AMD Bolton xHCI" rev 0x09: msix, xHCI 1.0
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00
addr 1
ahci0 at pci0 dev 17 function 0 "AMD Hudson-2 SATA" rev 0x40: msi, AHCI 1.3
ahci0: port 0: 6.0Gb/s
ahci0: port 2: 1.5Gb/s
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0: <ATA, TOSHIBA MQ01ABD1, AX0R> naa.5000039614b041b8
sd0: 953869MB, 512 bytes/sector, 1953525168 sectors
cd0 at scsibus1 targ 2 lun 0: <MATSHITA, DVD-RAM UJ8G6, 1.00> removable
ohci0 at pci0 dev 18 function 0 "AMD Hudson-2 USB" rev 0x11: apic 0 int 18,
version 1.0, legacy support
ehci0 at pci0 dev 18 function 2 "AMD Hudson-2 USB2" rev 0x11: apic 0 int 17
usb1 at ehci0: USB revision 2.0
uhub1 at usb1 configuration 1 interface 0 "AMD EHCI root hub" rev 2.00/1.00
addr 1
ohci1 at pci0 dev 19 function 0 "AMD Hudson-2 USB" rev 0x11: apic 0 int 18,
version 1.0, legacy support
ehci1 at pci0 dev 19 function 2 "AMD Hudson-2 USB2" rev 0x11: apic 0 int 17
usb2 at ehci1: USB revision 2.0
uhub2 at usb2 configuration 1 interface 0 "AMD EHCI root hub" rev 2.00/1.00
addr 1
piixpm0 at pci0 dev 20 function 0 "AMD Hudson-2 SMBus" rev 0x16: SMI
iic0 at piixpm0
spdmem0 at iic0 addr 0x50: 8GB DDR3 SDRAM PC3-12800 SO-DIMM
spdmem1 at iic0 addr 0x51: 8GB DDR3 SDRAM PC3-12800 SO-DIMM
azalia1 at pci0 dev 20 function 2 "AMD Hudson-2 HD Audio" rev 0x01: msi
azalia1: codecs: Realtek ALC269
audio0 at azalia1
pcib0 at pci0 dev 20 function 3 "AMD Hudson-2 LPC" rev 0x11
ppb0 at pci0 dev 20 function 4 "AMD Hudson-2 PCI" rev 0x40
pci1 at ppb0 bus 1
sdhc0 at pci0 dev 20 function 7 "AMD Hudson-2 SD Host Controller" rev 0x00:
apic 0 int 16
sdhc0: SDHC 2.00, 50 MHz base clock
sdmmc0 at sdhc0: 4-bit, sd high-speed, mmc high-speed, dma
ppb1 at pci0 dev 21 function 0 "AMD Hudson-2 PCIE" rev 0x00
pci2 at ppb1 bus 2
ppb2 at pci0 dev 21 function 1 "AMD Hudson-2 PCIE" rev 0x00
pci3 at ppb2 bus 3
vendor "MediaTek", unknown product 0x7630 (class network subclass
miscellaneous, rev 0x00) at pci3 dev 0 function 0 not configured
ppb3 at pci0 dev 21 function 2 "AMD Hudson-2 PCIE" rev 0x00
pci4 at ppb3 bus 4
re0 at pci4 dev 0 function 0 "Realtek 8168" rev 0x0c: RTL8168G/8111G (0x4c00),
msi, address 1c:b7:2c:22:fb:c9
rgephy0 at re0 phy 7: RTL8251, rev. 0
pchb4 at pci0 dev 24 function 0 "AMD 15h Link Cfg" rev 0x00
pchb5 at pci0 dev 24 function 1 "AMD 15h Address Map" rev 0x00
pchb6 at pci0 dev 24 function 2 "AMD 15h DRAM Cfg" rev 0x00
pchb7 at pci0 dev 24 function 3 "AMD 15h Misc Cfg" rev 0x00
pchb8 at pci0 dev 24 function 4 "AMD 15h CPU Power" rev 0x00
pchb9 at pci0 dev 24 function 5 "AMD 15h Misc Cfg" rev 0x00
usb3 at ohci0: USB revision 1.0
uhub3 at usb3 configuration 1 interface 0 "AMD OHCI root hub" rev 1.00/1.00
addr 1
usb4 at ohci1: USB revision 1.0
uhub4 at usb4 configuration 1 interface 0 "AMD OHCI root hub" rev 1.00/1.00
addr 1
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: SVM/RVI
efifb at mainbus0 not configured
uhub5 at uhub1 port 1 configuration 1 interface 0 "GenesysLogic USB2.0 Hub" rev
2.00/92.24 addr 2
uhub5: device problem, disabling port 1
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
uvideo0 at uhub2 port 4 configuration 1 interface 0 "Chicony Electronics USB2.0
VGA UVC WebCam" rev 2.00/99.16 addr 2
video0 at uvideo0
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
sd1 at scsibus3 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006>
sd1: 953868MB, 512 bytes/sector, 1953523553 sectors
root on sd1a (6759d2c493c65bb1.a) swap on sd1b dump on sd1b
radeondrm0: KAVERI
radeon_audio_component_init: stub
radeondrm0: 1366x768, 32bpp
wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0
wskbd1: connecting to wsdisplay0
wskbd2: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
syncing disks... done
r
OpenBSD 7.7 (RAMDISK_CD) #613: Sun Apr 13 08:35:08 MDT 2025
[email protected]:/usr/src/sys/arch/amd64/compile/RAMDISK_CD
real mem = 16029159424 (15286MB)
avail mem = 15536951296 (14817MB)
random: good seed from bootblocks
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xebf90 (49 entries)
bios0: vendor American Megatrends Inc. version "204" date 11/20/2014
bios0: ASUSTeK COMPUTER INC. X550ZA
efi0 at bios0: UEFI 2.3.1
efi0: American Megatrends rev 0x4028e
acpi0 at bios0: ACPI 5.0
acpi0: tables DSDT FACP APIC FPDT ECDT MCFG MSDM HPET UEFI SSDT SSDT CRAT SSDT
SSDT SSDT SSDT
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 16 (boot processor)
cpu0: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2496.44 MHz, 15-30-01,
patch 06003106
cpu0: cpuid 1
edx=178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT>
ecx=3698320b<SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,F16C>
cpu0: cpuid 6 eax=4<ARAT> ecx=1<EFFFREQ>
cpu0: cpuid 7.0 ebx=9<FSGSBASE,BMI1>
cpu0: cpuid d.1 eax=1<XSAVEOPT>
cpu0: cpuid 80000001 edx=2fd3fbff<NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG>
ecx=fabbfff<LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,XOP,SKINIT,WDT,FMA4,TCE,NODEID,TBM,CPCTR,DBKP,PERFTSC>
cpu0: cpuid 80000007 edx=27d9<HWPSTATE,ITSC>
cpu0: 16KB 64b/line 4-way D-cache, 96KB 64b/line 3-way I-cache
cpu0: 2MB 64b/line 16-way L2 cache
cpu0: apic clock running at 99MHz
cpu0: mwait min=64, max=64, IBE
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
ioapic0 at mainbus0: apid 0 pa 0xfec00000, version 21, 24 pins
ioapic1 at mainbus0: apid 1 pa 0xfec01000, version 21, 32 pins
acpiec0 at acpi0
acpihpet0 at acpi0: 14318180 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PB21)
acpiprt2 at acpi0: bus -1 (PB22)
acpiprt3 at acpi0: bus -1 (PB31)
acpiprt4 at acpi0: bus -1 (PB32)
acpiprt5 at acpi0: bus -1 (PB33)
acpiprt6 at acpi0: bus -1 (PB34)
acpiprt7 at acpi0: bus 2 (PE20)
acpiprt8 at acpi0: bus 3 (PE21)
acpiprt9 at acpi0: bus 4 (PE22)
acpiprt10 at acpi0: bus -1 (PE23)
acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
acpicmos0 at acpi0
"AMDC003" at acpi0 not configured
"ATK3001" at acpi0 not configured
"PNP0C0A" at acpi0 not configured
"ACPI0003" at acpi0 not configured
"PNP0C0C" at acpi0 not configured
"PNP0C0D" at acpi0 not configured
"ATK4001" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C0E" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpicpu at acpi0 not configured
acpitz at acpi0 not configured
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "AMD 15h Root Complex" rev 0x00
"ATI Kaveri Radeon R6" rev 0x00 at pci0 dev 1 function 0 not configured
"ATI Kaveri HD Audio" rev 0x00 at pci0 dev 1 function 1 not configured
pchb1 at pci0 dev 2 function 0 "AMD 15h PCIE" rev 0x00
pchb2 at pci0 dev 3 function 0 "AMD 15h PCIE" rev 0x00
pchb3 at pci0 dev 4 function 0 "AMD 15h PCIE" rev 0x00
xhci0 at pci0 dev 16 function 0 "AMD Bolton xHCI" rev 0x09: msix, xHCI 1.0
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00
addr 1
ahci0 at pci0 dev 17 function 0 "AMD Hudson-2 SATA" rev 0x40: msi, AHCI 1.3
ahci0: port 0: 6.0Gb/s
ahci0: port 2: 1.5Gb/s
scsibus0 at ahci0: 32 targets
sd0 at scsibus0 targ 0 lun 0: <ATA, TOSHIBA MQ01ABD1, AX0R> naa.5000039614b041b8
sd0: 953869MB, 512 bytes/sector, 1953525168 sectors
cd0 at scsibus0 targ 2 lun 0: <MATSHITA, DVD-RAM UJ8G6, 1.00> removable
ohci0 at pci0 dev 18 function 0 "AMD Hudson-2 USB" rev 0x11: apic 0 int 18,
version 1.0, legacy support
ehci0 at pci0 dev 18 function 2 "AMD Hudson-2 USB2" rev 0x11: apic 0 int 17
usb1 at ehci0: USB revision 2.0
uhub1 at usb1 configuration 1 interface 0 "AMD EHCI root hub" rev 2.00/1.00
addr 1
ohci1 at pci0 dev 19 function 0 "AMD Hudson-2 USB" rev 0x11: apic 0 int 18,
version 1.0, legacy support
ehci1 at pci0 dev 19 function 2 "AMD Hudson-2 USB2" rev 0x11: apic 0 int 17
usb2 at ehci1: USB revision 2.0
uhub2 at usb2 configuration 1 interface 0 "AMD EHCI root hub" rev 2.00/1.00
addr 1
"AMD Hudson-2 SMBus" rev 0x16 at pci0 dev 20 function 0 not configured
"AMD Hudson-2 HD Audio" rev 0x01 at pci0 dev 20 function 2 not configured
"AMD Hudson-2 LPC" rev 0x11 at pci0 dev 20 function 3 not configured
ppb0 at pci0 dev 20 function 4 "AMD Hudson-2 PCI" rev 0x40
pci1 at ppb0 bus 1
sdhc0 at pci0 dev 20 function 7 "AMD Hudson-2 SD Host Controller" rev 0x00:
apic 0 int 16
sdhc0: SDHC 2.00, 50 MHz base clock
sdmmc0 at sdhc0: 4-bit, sd high-speed, mmc high-speed, dma
ppb1 at pci0 dev 21 function 0 "AMD Hudson-2 PCIE" rev 0x00
pci2 at ppb1 bus 2
ppb2 at pci0 dev 21 function 1 "AMD Hudson-2 PCIE" rev 0x00
pci3 at ppb2 bus 3
vendor "MediaTek", unknown product 0x7630 (class network subclass
miscellaneous, rev 0x00) at pci3 dev 0 function 0 not configured
ppb3 at pci0 dev 21 function 2 "AMD Hudson-2 PCIE" rev 0x00
pci4 at ppb3 bus 4
re0 at pci4 dev 0 function 0 "Realtek 8168" rev 0x0c: RTL8168G/8111G (0x4c00),
msi, address 1c:b7:2c:22:fb:c9
rgephy0 at re0 phy 7: RTL8251, rev. 0
pchb4 at pci0 dev 24 function 0 "AMD 15h Link Cfg" rev 0x00
pchb5 at pci0 dev 24 function 1 "AMD 15h Address Map" rev 0x00
pchb6 at pci0 dev 24 function 2 "AMD 15h DRAM Cfg" rev 0x00
pchb7 at pci0 dev 24 function 3 "AMD 15h Misc Cfg" rev 0x00
pchb8 at pci0 dev 24 function 4 "AMD 15h CPU Power" rev 0x00
pchb9 at pci0 dev 24 function 5 "AMD 15h Misc Cfg" rev 0x00
usb3 at ohci0: USB revision 1.0
uhub3 at usb3 configuration 1 interface 0 "AMD OHCI root hub" rev 1.00/1.00
addr 1
usb4 at ohci1: USB revision 1.0
uhub4 at usb4 configuration 1 interface 0 "AMD OHCI root hub" rev 1.00/1.00
addr 1
isa0 at mainbus0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
efifb0 at mainbus0: 1366x768, 32bpp
wsdisplay0 at efifb0 mux 1: console (std, vt100 emulation), using wskbd0
uhub5 at uhub1 port 1 configuration 1 interface 0 "GenesysLogic USB2.0 Hub" rev
2.00/92.24 addr 2
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
uhid at uhidev0 not configured
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid at uhidev2 reportid 2 not configured
uhid at uhidev2 reportid 3 not configured
"vendor 0x04f2 USB2.0 VGA UVC WebCam" rev 2.00/99.16 addr 2 at uhub2 port 4 not
configured
softraid0 at root
scsibus1 at softraid0: 256 targets
sd1 at scsibus1 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006>
sd1: 953868MB, 512 bytes/sector, 1953523553 sectors
root on rd0a swap on rd0b dump on rd0b
WARNING: CHECK AND RESET THE DATE!
syncing disks...
OpenBSD 7.7 (GENERIC.MP) #625: Sun Apr 13 08:30:20 MDT 2025
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 16029159424 (15286MB)
avail mem = 15516753920 (14797MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xebf90 (49 entries)
bios0: vendor American Megatrends Inc. version "204" date 11/20/2014
bios0: ASUSTeK COMPUTER INC. X550ZA
efi0 at bios0: UEFI 2.3.1
efi0: American Megatrends rev 0x4028e
acpi0 at bios0: ACPI 5.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP APIC FPDT ECDT MCFG MSDM HPET UEFI SSDT SSDT CRAT SSDT
SSDT SSDT SSDT
acpi0: wakeup devices LOM_(S4) SBAZ(S4) ECIR(S4) OHC1(S4) EHC1(S4) OHC2(S4)
EHC2(S4) OHC3(S4) EHC3(S4) OHC4(S4) XHC0(S4) XHC1(S4) ODD8(S3) GLAN(S4)
LID_(S5) SLPB(S4)
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 16 (boot processor)
cpu0: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2496.19 MHz, 15-30-01,
patch 06003106
cpu0: cpuid 1
edx=178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT>
ecx=3698320b<SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,F16C>
cpu0: cpuid 6 eax=4<ARAT> ecx=1<EFFFREQ>
cpu0: cpuid 7.0 ebx=9<FSGSBASE,BMI1>
cpu0: cpuid d.1 eax=1<XSAVEOPT>
cpu0: cpuid 80000001 edx=2fd3fbff<NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG>
ecx=fabbfff<LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,XOP,SKINIT,WDT,FMA4,TCE,NODEID,TBM,CPCTR,DBKP,PERFTSC>
cpu0: cpuid 80000007 edx=27d9<HWPSTATE,ITSC>
cpu0: 16KB 64b/line 4-way D-cache, 96KB 64b/line 3-way I-cache
cpu0: 2MB 64b/line 16-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 99MHz
cpu0: mwait min=64, max=64, IBE
cpu1 at mainbus0: apid 17 (application processor)
cpu1: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2495.55 MHz, 15-30-01,
patch 06003106
cpu1: smt 1, core 0, package 0
cpu2 at mainbus0: apid 18 (application processor)
cpu2: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2495.56 MHz, 15-30-01,
patch 06003106
cpu2: smt 0, core 1, package 0
cpu3 at mainbus0: apid 19 (application processor)
cpu3: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2495.96 MHz, 15-30-01,
patch 06003106
cpu3: smt 1, core 1, package 0
ioapic0 at mainbus0: apid 0 pa 0xfec00000, version 21, 24 pins
ioapic1 at mainbus0: apid 1 pa 0xfec01000, version 21, 32 pins
acpiec0 at acpi0
acpimcfg0 at acpi0
acpimcfg0: addr 0xe0000000, bus 0-255
acpihpet0 at acpi0: 14318180 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PB21)
acpiprt2 at acpi0: bus -1 (PB22)
acpiprt3 at acpi0: bus -1 (PB31)
acpiprt4 at acpi0: bus -1 (PB32)
acpiprt5 at acpi0: bus -1 (PB33)
acpiprt6 at acpi0: bus -1 (PB34)
acpiprt7 at acpi0: bus 2 (PE20)
acpiprt8 at acpi0: bus 3 (PE21)
acpiprt9 at acpi0: bus 4 (PE22)
acpiprt10 at acpi0: bus -1 (PE23)
acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
acpicmos0 at acpi0
"AMDC003" at acpi0 not configured
"ATK3001" at acpi0 not configured
acpibat0 at acpi0: BAT0 model "X550E26" serial type LIon oem "OEM"
acpiac0 at acpi0: AC unit online
acpibtn0 at acpi0: PWRB
acpibtn1 at acpi0: LID_(wakeup)
"ATK4001" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpibtn2 at acpi0: SLPB(wakeup)
"PNP0C14" at acpi0 not configured
acpicpu0 at acpi0: C2(0@400 io@0x1771), C1(@1 halt!), PSS
acpicpu1 at acpi0: C2(0@400 io@0x1771), C1(@1 halt!), PSS
acpicpu2 at acpi0: C2(0@400 io@0x1771), C1(@1 halt!), PSS
acpicpu3 at acpi0: C2(0@400 io@0x1771), C1(@1 halt!), PSS
acpitz0 at acpi0
acpitz0: critical temperature is 103 degC
cpu0: 2496 MHz: speeds: 2500 2300 2100 1700 1400 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "AMD 15h Root Complex" rev 0x00
radeondrm0 at pci0 dev 1 function 0 "ATI Kaveri Radeon R6" rev 0x00
drm0 at radeondrm0
radeondrm0: msi
azalia0 at pci0 dev 1 function 1 "ATI Kaveri HD Audio" rev 0x00: msi
azalia0: no supported codecs
pchb1 at pci0 dev 2 function 0 "AMD 15h PCIE" rev 0x00
pchb2 at pci0 dev 3 function 0 "AMD 15h PCIE" rev 0x00
pchb3 at pci0 dev 4 function 0 "AMD 15h PCIE" rev 0x00
xhci0 at pci0 dev 16 function 0 "AMD Bolton xHCI" rev 0x09: msix, xHCI 1.0
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00
addr 1
ahci0 at pci0 dev 17 function 0 "AMD Hudson-2 SATA" rev 0x40: msi, AHCI 1.3
ahci0: port 0: 6.0Gb/s
ahci0: port 2: 1.5Gb/s
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0: <ATA, TOSHIBA MQ01ABD1, AX0R> naa.5000039614b041b8
sd0: 953869MB, 512 bytes/sector, 1953525168 sectors
cd0 at scsibus1 targ 2 lun 0: <MATSHITA, DVD-RAM UJ8G6, 1.00> removable
ohci0 at pci0 dev 18 function 0 "AMD Hudson-2 USB" rev 0x11: apic 0 int 18,
version 1.0, legacy support
ehci0 at pci0 dev 18 function 2 "AMD Hudson-2 USB2" rev 0x11: apic 0 int 17
usb1 at ehci0: USB revision 2.0
uhub1 at usb1 configuration 1 interface 0 "AMD EHCI root hub" rev 2.00/1.00
addr 1
ohci1 at pci0 dev 19 function 0 "AMD Hudson-2 USB" rev 0x11: apic 0 int 18,
version 1.0, legacy support
ehci1 at pci0 dev 19 function 2 "AMD Hudson-2 USB2" rev 0x11: apic 0 int 17
usb2 at ehci1: USB revision 2.0
uhub2 at usb2 configuration 1 interface 0 "AMD EHCI root hub" rev 2.00/1.00
addr 1
piixpm0 at pci0 dev 20 function 0 "AMD Hudson-2 SMBus" rev 0x16: SMI
iic0 at piixpm0
spdmem0 at iic0 addr 0x50: 8GB DDR3 SDRAM PC3-12800 SO-DIMM
spdmem1 at iic0 addr 0x51: 8GB DDR3 SDRAM PC3-12800 SO-DIMM
azalia1 at pci0 dev 20 function 2 "AMD Hudson-2 HD Audio" rev 0x01: msi
azalia1: codecs: Realtek ALC269
audio0 at azalia1
pcib0 at pci0 dev 20 function 3 "AMD Hudson-2 LPC" rev 0x11
ppb0 at pci0 dev 20 function 4 "AMD Hudson-2 PCI" rev 0x40
pci1 at ppb0 bus 1
sdhc0 at pci0 dev 20 function 7 "AMD Hudson-2 SD Host Controller" rev 0x00:
apic 0 int 16
sdhc0: SDHC 2.00, 50 MHz base clock
sdmmc0 at sdhc0: 4-bit, sd high-speed, mmc high-speed, dma
ppb1 at pci0 dev 21 function 0 "AMD Hudson-2 PCIE" rev 0x00
pci2 at ppb1 bus 2
ppb2 at pci0 dev 21 function 1 "AMD Hudson-2 PCIE" rev 0x00
pci3 at ppb2 bus 3
vendor "MediaTek", unknown product 0x7630 (class network subclass
miscellaneous, rev 0x00) at pci3 dev 0 function 0 not configured
ppb3 at pci0 dev 21 function 2 "AMD Hudson-2 PCIE" rev 0x00
pci4 at ppb3 bus 4
re0 at pci4 dev 0 function 0 "Realtek 8168" rev 0x0c: RTL8168G/8111G (0x4c00),
msi, address 1c:b7:2c:22:fb:c9
rgephy0 at re0 phy 7: RTL8251, rev. 0
pchb4 at pci0 dev 24 function 0 "AMD 15h Link Cfg" rev 0x00
pchb5 at pci0 dev 24 function 1 "AMD 15h Address Map" rev 0x00
pchb6 at pci0 dev 24 function 2 "AMD 15h DRAM Cfg" rev 0x00
pchb7 at pci0 dev 24 function 3 "AMD 15h Misc Cfg" rev 0x00
pchb8 at pci0 dev 24 function 4 "AMD 15h CPU Power" rev 0x00
pchb9 at pci0 dev 24 function 5 "AMD 15h Misc Cfg" rev 0x00
usb3 at ohci0: USB revision 1.0
uhub3 at usb3 configuration 1 interface 0 "AMD OHCI root hub" rev 1.00/1.00
addr 1
usb4 at ohci1: USB revision 1.0
uhub4 at usb4 configuration 1 interface 0 "AMD OHCI root hub" rev 1.00/1.00
addr 1
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: SVM/RVI
efifb at mainbus0 not configured
uhub5 at uhub1 port 1 configuration 1 interface 0 "GenesysLogic USB2.0 Hub" rev
2.00/92.24 addr 2
uhub5: device problem, disabling port 1
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
uvideo0 at uhub2 port 4 configuration 1 interface 0 "Chicony Electronics USB2.0
VGA UVC WebCam" rev 2.00/99.16 addr 2
video0 at uvideo0
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
sd1 at scsibus3 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006>
sd1: 953868MB, 512 bytes/sector, 1953523553 sectors
root on sd1a (6759d2c493c65bb1.a) swap on sd1b dump on sd1b
radeondrm0: KAVERI
radeon_audio_component_init: stub
radeondrm0: 1366x768, 32bpp
wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0
wskbd1: connecting to wsdisplay0
wskbd2: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
syncing disks... done
r
OpenBSD 7.7 (GENERIC.MP) #2: Sun Jun 29 09:04:02 MDT 2025
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 16029159424 (15286MB)
avail mem = 15516749824 (14797MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xebf90 (49 entries)
bios0: vendor American Megatrends Inc. version "204" date 11/20/2014
bios0: ASUSTeK COMPUTER INC. X550ZA
efi0 at bios0: UEFI 2.3.1
efi0: American Megatrends rev 0x4028e
acpi0 at bios0: ACPI 5.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP APIC FPDT ECDT MCFG MSDM HPET UEFI SSDT SSDT CRAT SSDT
SSDT SSDT SSDT
acpi0: wakeup devices LOM_(S4) SBAZ(S4) ECIR(S4) OHC1(S4) EHC1(S4) OHC2(S4)
EHC2(S4) OHC3(S4) EHC3(S4) OHC4(S4) XHC0(S4) XHC1(S4) ODD8(S3) GLAN(S4)
LID_(S5) SLPB(S4)
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 16 (boot processor)
cpu0: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2496.26 MHz, 15-30-01,
patch 06003106
cpu0: cpuid 1
edx=178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT>
ecx=3698320b<SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,F16C>
cpu0: cpuid 6 eax=4<ARAT> ecx=1<EFFFREQ>
cpu0: cpuid 7.0 ebx=9<FSGSBASE,BMI1>
cpu0: cpuid d.1 eax=1<XSAVEOPT>
cpu0: cpuid 80000001 edx=2fd3fbff<NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG>
ecx=fabbfff<LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,XOP,SKINIT,WDT,FMA4,TCE,NODEID,TBM,CPCTR,DBKP,PERFTSC>
cpu0: cpuid 80000007 edx=27d9<HWPSTATE,ITSC>
cpu0: 16KB 64b/line 4-way D-cache, 96KB 64b/line 3-way I-cache
cpu0: 2MB 64b/line 16-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 99MHz
cpu0: mwait min=64, max=64, IBE
cpu1 at mainbus0: apid 17 (application processor)
cpu1: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2495.65 MHz, 15-30-01,
patch 06003106
cpu1: smt 1, core 0, package 0
cpu2 at mainbus0: apid 18 (application processor)
cpu2: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2495.52 MHz, 15-30-01,
patch 06003106
cpu2: smt 0, core 1, package 0
cpu3 at mainbus0: apid 19 (application processor)
cpu3: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2495.93 MHz, 15-30-01,
patch 06003106
cpu3: smt 1, core 1, package 0
ioapic0 at mainbus0: apid 0 pa 0xfec00000, version 21, 24 pins
ioapic1 at mainbus0: apid 1 pa 0xfec01000, version 21, 32 pins
acpiec0 at acpi0
acpimcfg0 at acpi0
acpimcfg0: addr 0xe0000000, bus 0-255
acpihpet0 at acpi0: 14318180 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PB21)
acpiprt2 at acpi0: bus -1 (PB22)
acpiprt3 at acpi0: bus -1 (PB31)
acpiprt4 at acpi0: bus -1 (PB32)
acpiprt5 at acpi0: bus -1 (PB33)
acpiprt6 at acpi0: bus -1 (PB34)
acpiprt7 at acpi0: bus 2 (PE20)
acpiprt8 at acpi0: bus 3 (PE21)
acpiprt9 at acpi0: bus 4 (PE22)
acpiprt10 at acpi0: bus -1 (PE23)
acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
acpicmos0 at acpi0
"AMDC003" at acpi0 not configured
"ATK3001" at acpi0 not configured
acpibat0 at acpi0: BAT0 model "X550E26" serial type LIon oem "OEM"
acpiac0 at acpi0: AC unit online
acpibtn0 at acpi0: PWRB
acpibtn1 at acpi0: LID_(wakeup)
"ATK4001" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpibtn2 at acpi0: SLPB(wakeup)
"PNP0C14" at acpi0 not configured
acpicpu0 at acpi0: C2(0@400 io@0x1771), C1(@1 halt!), PSS
acpicpu1 at acpi0: C2(0@400 io@0x1771), C1(@1 halt!), PSS
acpicpu2 at acpi0: C2(0@400 io@0x1771), C1(@1 halt!), PSS
acpicpu3 at acpi0: C2(0@400 io@0x1771), C1(@1 halt!), PSS
acpitz0 at acpi0
acpitz0: critical temperature is 103 degC
cpu0: 2496 MHz: speeds: 2500 2300 2100 1700 1400 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "AMD 15h Root Complex" rev 0x00
radeondrm0 at pci0 dev 1 function 0 "ATI Kaveri Radeon R6" rev 0x00
drm0 at radeondrm0
radeondrm0: msi
azalia0 at pci0 dev 1 function 1 "ATI Kaveri HD Audio" rev 0x00: msi
azalia0: no supported codecs
pchb1 at pci0 dev 2 function 0 "AMD 15h PCIE" rev 0x00
pchb2 at pci0 dev 3 function 0 "AMD 15h PCIE" rev 0x00
pchb3 at pci0 dev 4 function 0 "AMD 15h PCIE" rev 0x00
xhci0 at pci0 dev 16 function 0 "AMD Bolton xHCI" rev 0x09: msix, xHCI 1.0
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00
addr 1
ahci0 at pci0 dev 17 function 0 "AMD Hudson-2 SATA" rev 0x40: msi, AHCI 1.3
ahci0: port 0: 6.0Gb/s
ahci0: port 2: 1.5Gb/s
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0: <ATA, TOSHIBA MQ01ABD1, AX0R> naa.5000039614b041b8
sd0: 953869MB, 512 bytes/sector, 1953525168 sectors
cd0 at scsibus1 targ 2 lun 0: <MATSHITA, DVD-RAM UJ8G6, 1.00> removable
ohci0 at pci0 dev 18 function 0 "AMD Hudson-2 USB" rev 0x11: apic 0 int 18,
version 1.0, legacy support
ehci0 at pci0 dev 18 function 2 "AMD Hudson-2 USB2" rev 0x11: apic 0 int 17
usb1 at ehci0: USB revision 2.0
uhub1 at usb1 configuration 1 interface 0 "AMD EHCI root hub" rev 2.00/1.00
addr 1
ohci1 at pci0 dev 19 function 0 "AMD Hudson-2 USB" rev 0x11: apic 0 int 18,
version 1.0, legacy support
ehci1 at pci0 dev 19 function 2 "AMD Hudson-2 USB2" rev 0x11: apic 0 int 17
usb2 at ehci1: USB revision 2.0
uhub2 at usb2 configuration 1 interface 0 "AMD EHCI root hub" rev 2.00/1.00
addr 1
piixpm0 at pci0 dev 20 function 0 "AMD Hudson-2 SMBus" rev 0x16: SMI
iic0 at piixpm0
spdmem0 at iic0 addr 0x50: 8GB DDR3 SDRAM PC3-12800 SO-DIMM
spdmem1 at iic0 addr 0x51: 8GB DDR3 SDRAM PC3-12800 SO-DIMM
azalia1 at pci0 dev 20 function 2 "AMD Hudson-2 HD Audio" rev 0x01: msi
azalia1: codecs: Realtek ALC269
audio0 at azalia1
pcib0 at pci0 dev 20 function 3 "AMD Hudson-2 LPC" rev 0x11
ppb0 at pci0 dev 20 function 4 "AMD Hudson-2 PCI" rev 0x40
pci1 at ppb0 bus 1
sdhc0 at pci0 dev 20 function 7 "AMD Hudson-2 SD Host Controller" rev 0x00:
apic 0 int 16
sdhc0: SDHC 2.00, 50 MHz base clock
sdmmc0 at sdhc0: 4-bit, sd high-speed, mmc high-speed, dma
ppb1 at pci0 dev 21 function 0 "AMD Hudson-2 PCIE" rev 0x00
pci2 at ppb1 bus 2
ppb2 at pci0 dev 21 function 1 "AMD Hudson-2 PCIE" rev 0x00
pci3 at ppb2 bus 3
vendor "MediaTek", unknown product 0x7630 (class network subclass
miscellaneous, rev 0x00) at pci3 dev 0 function 0 not configured
ppb3 at pci0 dev 21 function 2 "AMD Hudson-2 PCIE" rev 0x00
pci4 at ppb3 bus 4
re0 at pci4 dev 0 function 0 "Realtek 8168" rev 0x0c: RTL8168G/8111G (0x4c00),
msi, address 1c:b7:2c:22:fb:c9
rgephy0 at re0 phy 7: RTL8251, rev. 0
pchb4 at pci0 dev 24 function 0 "AMD 15h Link Cfg" rev 0x00
pchb5 at pci0 dev 24 function 1 "AMD 15h Address Map" rev 0x00
pchb6 at pci0 dev 24 function 2 "AMD 15h DRAM Cfg" rev 0x00
pchb7 at pci0 dev 24 function 3 "AMD 15h Misc Cfg" rev 0x00
pchb8 at pci0 dev 24 function 4 "AMD 15h CPU Power" rev 0x00
pchb9 at pci0 dev 24 function 5 "AMD 15h Misc Cfg" rev 0x00
usb3 at ohci0: USB revision 1.0
uhub3 at usb3 configuration 1 interface 0 "AMD OHCI root hub" rev 1.00/1.00
addr 1
usb4 at ohci1: USB revision 1.0
uhub4 at usb4 configuration 1 interface 0 "AMD OHCI root hub" rev 1.00/1.00
addr 1
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: SVM/RVI
efifb at mainbus0 not configured
uhub5 at uhub1 port 1 configuration 1 interface 0 "GenesysLogic USB2.0 Hub" rev
2.00/92.24 addr 2
uhub5: device problem, disabling port 1
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
uvideo0 at uhub2 port 4 configuration 1 interface 0 "Chicony Electronics USB2.0
VGA UVC WebCam" rev 2.00/99.16 addr 2
video0 at uvideo0
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
sd1 at scsibus3 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006>
sd1: 953868MB, 512 bytes/sector, 1953523553 sectors
root on sd1a (6759d2c493c65bb1.a) swap on sd1b dump on sd1b
radeondrm0: KAVERI
radeon_audio_component_init: stub
radeondrm0: 1366x768, 32bpp
wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0
wskbd1: connecting to wsdisplay0
wskbd2: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
UVM: pid 34995 (ssh), uid 0 killed: out of swap
UVM: pid 35190 (xconsole), uid 35 killed: out of swap
UVM: pid 18311 (xconsole), uid 0 killed: out of swap
UVM: pid 9648 (bash), uid 1002 killed: out of swap
UVM: pid 12310 (bash), uid 1001 killed: out of swap
UVM: pid 75436 (bash), uid 1002 killed: out of swap
UVM: pid 74291 (wc), uid 1001 killed: out of swap
UVM: pid 28009 (bash), uid 1001 killed: out of swap
UVM: pid 24295 (wc), uid 1002 killed: out of swap
UVM: pid 18382 (bash), uid 1001 killed: out of swap
UVM: pid 4637 (bash), uid 1002 killed: out of swap
UVM: pid 76727 (tmux), uid 1001 killed: out of swap
UVM: pid 17734 (sh), uid 1002 killed: out of swap
UVM: pid 44154 (tmux), uid 1001 killed: out of swap
UVM: pid 6511 (mutt), uid 1001 killed: out of swap
UVM: pid 89625 (tmux), uid 1002 killed: out of swap
UVM: pid 21791 (mutt), uid 1001 killed: out of swap
UVM: pid 77745 (mutt), uid 1001 killed: out of swap
UVM: pid 78378 (mutt), uid 1001 killed: out of swap
UVM: pid 72290 (mutt), uid 1001 killed: out of swap
UVM: pid 55334 (mutt), uid 1001 killed: out of swap
UVM: pid 66505 (tmux), uid 1001 killed: out of swap
UVM: pid 27009 (bash), uid 1001 killed: out of swap
UVM: pid 66489 (bash), uid 1001 killed: out of swap
UVM: pid 60560 (bash), uid 1001 killed: out of swap
UVM: pid 34677 (bash), uid 1001 killed: out of swap
UVM: pid 99185 (bash), uid 1001 killed: out of swap
UVM: pid 87459 (bash), uid 1001 killed: out of swap
UVM: pid 83110 (bash), uid 1001 killed: out of swap
UVM: pid 91521 (bash), uid 1001 killed: out of swap
UVM: pid 47908 (bash), uid 1001 killed: out of swap
UVM: pid 56981 (bash), uid 1001 killed: out of swap
UVM: pid 46899 (bash), uid 1001 killed: out of swap
UVM: pid 34618 (bash), uid 1001 killed: out of swap
UVM: pid 94191 (xclock), uid 1000 killed: out of swap
UVM: pid 187 (bash), uid 1001 killed: out of swap
UVM: pid 21116 (bash), uid 1001 killed: out of swap
UVM: pid 92933 (bash), uid 1001 killed: out of swap
UVM: pid 60234 (bash), uid 1002 killed: out of swap
UVM: pid 54313 (bash), uid 1001 killed: out of swap
UVM: pid 37855 (nvim), uid 1001 killed: out of swap
UVM: pid 19676 (tmux), uid 1001 killed: out of swap
UVM: pid 61573 (bash), uid 1001 killed: out of swap
UVM: pid 32225 (tmux), uid 1001 killed: out of swap
UVM: pid 73074 (tmux), uid 1001 killed: out of swap
UVM: pid 24467 (bash), uid 1001 killed: out of swap
UVM: pid 476 (nvim), uid 1001 killed: out of swap
UVM: pid 79733 (bash), uid 1001 killed: out of swap
UVM: pid 35988 (bash), uid 1001 killed: out of swap
fuse: device close without umount
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhub5: port 4 reset failed
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhub5: device problem, disabling port 4
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: no report descriptor
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
scsibus4 detached
umass0 detached
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
sd2 at scsibus4 targ 1 lun 0: <, , > serial.152d2338322252A02222
sd2: 11MB, 2048 bytes/sector, 5728 sectors
sd2 detached
scsibus4 detached
umass0 detached
uhub0: device problem, disabling port 4
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
uhub0: device problem, disabling port 4
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
scsibus4 detached
umass0 detached
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
uhub0: device problem, disabling port 4
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
uhub0: device problem, disabling port 4
uhub0: device problem, disabling port 4
uhub0: device problem, disabling port 4
uhub0: device problem, disabling port 4
uhub0: device problem, disabling port 4
uhub0: device problem, disabling port 4
uhub0: device problem, disabling port 4
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
uhub0: device problem, disabling port 4
uhub0: device problem, disabling port 4
uhub0: device problem, disabling port 4
uhub0: device problem, disabling port 4
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
uhub0: device problem, disabling port 4
uhub0: device problem, disabling port 4
uhub0: device problem, disabling port 4
uhub0: device problem, disabling port 4
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
uhub0: device problem, disabling port 4
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
uhub0: device problem, disabling port 4
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
uhub0: device problem, disabling port 4
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
umass0 at uhub0 port 4 configuration 1 interface 0 "JMicron USB to ATA/ATAPI
bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus4 at umass0: 2 targets, initiator 0
cd1 at scsibus4 targ 1 lun 0: <ATAPI, iHAP222 9, WL0K> removable
serial.152d2338322252A02222
cd1 detached
scsibus4 detached
umass0 detached
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wsmouse0 detached
ums0 detached
uhidev0 detached
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
wskbd1: disconnecting from wsdisplay0
wskbd1 detached
ukbd0 detached
uhidev1 detached
uhid0 detached
wskbd2: disconnecting from wsdisplay0
wskbd2 detached
ucc0 detached
uhidev2 detached
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
wskbd2: connecting to wsdisplay0
syncing disks... done
r
OpenBSD 7.8 (RAMDISK_CD) #54: Sun Oct 12 13:03:06 MDT 2025
[email protected]:/usr/src/sys/arch/amd64/compile/RAMDISK_CD
real mem = 16029159424 (15286MB)
avail mem = 15536951296 (14817MB)
random: good seed from bootblocks
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xebf90 (49 entries)
bios0: vendor American Megatrends Inc. version "204" date 11/20/2014
bios0: ASUSTeK COMPUTER INC. X550ZA
efi0 at bios0: UEFI 2.3.1
efi0: American Megatrends rev 0x4028e
acpi0 at bios0: ACPI 5.0
acpi0: tables DSDT FACP APIC FPDT ECDT MCFG MSDM HPET UEFI SSDT SSDT CRAT SSDT
SSDT SSDT SSDT
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 16 (boot processor)
cpu0: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2496.25 MHz, 15-30-01,
patch 06003106
cpu0: cpuid 1
edx=178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT>
ecx=3698320b<SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,F16C>
cpu0: cpuid 6 eax=4<ARAT> ecx=1<EFFFREQ>
cpu0: cpuid 7.0 ebx=9<FSGSBASE,BMI1>
cpu0: cpuid d.1 eax=1<XSAVEOPT>
cpu0: cpuid 80000001 edx=2fd3fbff<NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG>
ecx=fabbfff<LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,XOP,SKINIT,WDT,FMA4,TCE,NODEID,TBM,CPCTR,DBKP,PERFTSC>
cpu0: cpuid 80000007 edx=27d9<HWPSTATE,ITSC>
cpu0: 16KB 64b/line 4-way D-cache, 96KB 64b/line 3-way I-cache
cpu0: 2MB 64b/line 16-way L2 cache
cpu0: apic clock running at 99MHz
cpu0: mwait min=64, max=64, IBE
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
ioapic0 at mainbus0: apid 0 pa 0xfec00000, version 21, 24 pins
ioapic1 at mainbus0: apid 1 pa 0xfec01000, version 21, 32 pins
acpiec0 at acpi0
acpihpet0 at acpi0: 14318180 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PB21)
acpiprt2 at acpi0: bus -1 (PB22)
acpiprt3 at acpi0: bus -1 (PB31)
acpiprt4 at acpi0: bus -1 (PB32)
acpiprt5 at acpi0: bus -1 (PB33)
acpiprt6 at acpi0: bus -1 (PB34)
acpiprt7 at acpi0: bus 2 (PE20)
acpiprt8 at acpi0: bus 3 (PE21)
acpiprt9 at acpi0: bus 4 (PE22)
acpiprt10 at acpi0: bus -1 (PE23)
acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
acpicmos0 at acpi0
"AMDC003" at acpi0 not configured
"ATK3001" at acpi0 not configured
"PNP0C0A" at acpi0 not configured
"ACPI0003" at acpi0 not configured
"PNP0C0C" at acpi0 not configured
"PNP0C0D" at acpi0 not configured
"ATK4001" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C0E" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpicpu at acpi0 not configured
acpitz at acpi0 not configured
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "AMD 15h Root Complex" rev 0x00
"ATI Kaveri Radeon R6" rev 0x00 at pci0 dev 1 function 0 not configured
"ATI Kaveri HD Audio" rev 0x00 at pci0 dev 1 function 1 not configured
pchb1 at pci0 dev 2 function 0 "AMD 15h PCIE" rev 0x00
pchb2 at pci0 dev 3 function 0 "AMD 15h PCIE" rev 0x00
pchb3 at pci0 dev 4 function 0 "AMD 15h PCIE" rev 0x00
xhci0 at pci0 dev 16 function 0 "AMD Bolton xHCI" rev 0x09: msix, xHCI 1.0
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00
addr 1
ahci0 at pci0 dev 17 function 0 "AMD Hudson-2 SATA" rev 0x40: msi, AHCI 1.3
ahci0: port 0: 6.0Gb/s
ahci0: port 2: 1.5Gb/s
scsibus0 at ahci0: 32 targets
sd0 at scsibus0 targ 0 lun 0: <ATA, TOSHIBA MQ01ABD1, AX0R> naa.5000039614b041b8
sd0: 953869MB, 512 bytes/sector, 1953525168 sectors
cd0 at scsibus0 targ 2 lun 0: <MATSHITA, DVD-RAM UJ8G6, 1.00> removable
ohci0 at pci0 dev 18 function 0 "AMD Hudson-2 USB" rev 0x11: apic 0 int 18,
version 1.0, legacy support
ehci0 at pci0 dev 18 function 2 "AMD Hudson-2 USB2" rev 0x11: apic 0 int 17
usb1 at ehci0: USB revision 2.0
uhub1 at usb1 configuration 1 interface 0 "AMD EHCI root hub" rev 2.00/1.00
addr 1
ohci1 at pci0 dev 19 function 0 "AMD Hudson-2 USB" rev 0x11: apic 0 int 18,
version 1.0, legacy support
ehci1 at pci0 dev 19 function 2 "AMD Hudson-2 USB2" rev 0x11: apic 0 int 17
usb2 at ehci1: USB revision 2.0
uhub2 at usb2 configuration 1 interface 0 "AMD EHCI root hub" rev 2.00/1.00
addr 1
"AMD Hudson-2 SMBus" rev 0x16 at pci0 dev 20 function 0 not configured
"AMD Hudson-2 HD Audio" rev 0x01 at pci0 dev 20 function 2 not configured
"AMD Hudson-2 LPC" rev 0x11 at pci0 dev 20 function 3 not configured
ppb0 at pci0 dev 20 function 4 "AMD Hudson-2 PCI" rev 0x40
pci1 at ppb0 bus 1
sdhc0 at pci0 dev 20 function 7 "AMD Hudson-2 SD Host Controller" rev 0x00:
apic 0 int 16
sdhc0: SDHC 2.00, 50 MHz base clock
sdmmc0 at sdhc0: 4-bit, sd high-speed, mmc high-speed, dma
ppb1 at pci0 dev 21 function 0 "AMD Hudson-2 PCIE" rev 0x00
pci2 at ppb1 bus 2
ppb2 at pci0 dev 21 function 1 "AMD Hudson-2 PCIE" rev 0x00
pci3 at ppb2 bus 3
vendor "MediaTek", unknown product 0x7630 (class network subclass
miscellaneous, rev 0x00) at pci3 dev 0 function 0 not configured
ppb3 at pci0 dev 21 function 2 "AMD Hudson-2 PCIE" rev 0x00
pci4 at ppb3 bus 4
re0 at pci4 dev 0 function 0 "Realtek 8168" rev 0x0c: RTL8168G/8111G (0x4c00),
msi, address 1c:b7:2c:22:fb:c9
rgephy0 at re0 phy 7: RTL8251, rev. 0
pchb4 at pci0 dev 24 function 0 "AMD 15h Link Cfg" rev 0x00
pchb5 at pci0 dev 24 function 1 "AMD 15h Address Map" rev 0x00
pchb6 at pci0 dev 24 function 2 "AMD 15h DRAM Cfg" rev 0x00
pchb7 at pci0 dev 24 function 3 "AMD 15h Misc Cfg" rev 0x00
pchb8 at pci0 dev 24 function 4 "AMD 15h CPU Power" rev 0x00
pchb9 at pci0 dev 24 function 5 "AMD 15h Misc Cfg" rev 0x00
usb3 at ohci0: USB revision 1.0
uhub3 at usb3 configuration 1 interface 0 "AMD OHCI root hub" rev 1.00/1.00
addr 1
usb4 at ohci1: USB revision 1.0
uhub4 at usb4 configuration 1 interface 0 "AMD OHCI root hub" rev 1.00/1.00
addr 1
isa0 at mainbus0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
efifb0 at mainbus0: 1366x768, 32bpp
wsdisplay0 at efifb0 mux 1: console (std, vt100 emulation), using wskbd0
uhub5 at uhub1 port 1 configuration 1 interface 0 "GenesysLogic USB2.0 Hub" rev
2.00/92.24 addr 2
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
uhid at uhidev0 not configured
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid at uhidev2 reportid 2 not configured
uhid at uhidev2 reportid 3 not configured
"vendor 0x04f2 USB2.0 VGA UVC WebCam" rev 2.00/99.16 addr 2 at uhub2 port 4 not
configured
softraid0 at root
scsibus1 at softraid0: 256 targets
sd1 at scsibus1 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006>
sd1: 953868MB, 512 bytes/sector, 1953523553 sectors
root on rd0a swap on rd0b dump on rd0b
WARNING: CHECK AND RESET THE DATE!
syncing disks...
OpenBSD 7.8 (GENERIC.MP) #54: Sun Oct 12 12:58:11 MDT 2025
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 16029159424 (15286MB)
avail mem = 15516528640 (14797MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xebf90 (49 entries)
bios0: vendor American Megatrends Inc. version "204" date 11/20/2014
bios0: ASUSTeK COMPUTER INC. X550ZA
efi0 at bios0: UEFI 2.3.1
efi0: American Megatrends rev 0x4028e
acpi0 at bios0: ACPI 5.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP APIC FPDT ECDT MCFG MSDM HPET UEFI SSDT SSDT CRAT SSDT
SSDT SSDT SSDT
acpi0: wakeup devices LOM_(S4) SBAZ(S4) ECIR(S4) OHC1(S4) EHC1(S4) OHC2(S4)
EHC2(S4) OHC3(S4) EHC3(S4) OHC4(S4) XHC0(S4) XHC1(S4) ODD8(S3) GLAN(S4)
LID_(S5) SLPB(S4)
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 16 (boot processor)
cpu0: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2496.19 MHz, 15-30-01,
patch 06003106
cpu0: cpuid 1
edx=178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT>
ecx=3698320b<SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,F16C>
cpu0: cpuid 6 eax=4<ARAT> ecx=1<EFFFREQ>
cpu0: cpuid 7.0 ebx=9<FSGSBASE,BMI1>
cpu0: cpuid d.1 eax=1<XSAVEOPT>
cpu0: cpuid 80000001 edx=2fd3fbff<NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG>
ecx=fabbfff<LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,XOP,SKINIT,WDT,FMA4,TCE,NODEID,TBM,CPCTR,DBKP,PERFTSC>
cpu0: cpuid 80000007 edx=27d9<HWPSTATE,ITSC>
cpu0: 16KB 64b/line 4-way D-cache, 96KB 64b/line 3-way I-cache
cpu0: 2MB 64b/line 16-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 99MHz
cpu0: mwait min=64, max=64, IBE
cpu1 at mainbus0: apid 17 (application processor)
cpu1: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2495.67 MHz, 15-30-01,
patch 06003106
cpu1: smt 1, core 0, package 0
cpu2 at mainbus0: apid 18 (application processor)
cpu2: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2495.53 MHz, 15-30-01,
patch 06003106
cpu2: smt 0, core 1, package 0
cpu3 at mainbus0: apid 19 (application processor)
cpu3: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2495.92 MHz, 15-30-01,
patch 06003106
cpu3: smt 1, core 1, package 0
ioapic0 at mainbus0: apid 0 pa 0xfec00000, version 21, 24 pins
ioapic1 at mainbus0: apid 1 pa 0xfec01000, version 21, 32 pins
acpiec0 at acpi0
acpimcfg0 at acpi0
acpimcfg0: addr 0xe0000000, bus 0-255
acpihpet0 at acpi0: 14318180 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PB21)
acpiprt2 at acpi0: bus -1 (PB22)
acpiprt3 at acpi0: bus -1 (PB31)
acpiprt4 at acpi0: bus -1 (PB32)
acpiprt5 at acpi0: bus -1 (PB33)
acpiprt6 at acpi0: bus -1 (PB34)
acpiprt7 at acpi0: bus 2 (PE20)
acpiprt8 at acpi0: bus 3 (PE21)
acpiprt9 at acpi0: bus 4 (PE22)
acpiprt10 at acpi0: bus -1 (PE23)
acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
acpicmos0 at acpi0
"AMDC003" at acpi0 not configured
"ATK3001" at acpi0 not configured
acpibat0 at acpi0: BAT0 model "X550E26" serial type LIon oem "OEM"
acpiac0 at acpi0: AC unit online
acpibtn0 at acpi0: PWRB
acpibtn1 at acpi0: LID_(wakeup)
"ATK4001" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpibtn2 at acpi0: SLPB(wakeup)
"PNP0C14" at acpi0 not configured
acpicpu0 at acpi0: C2(0@400 io@0x1771), C1(@1 halt!), PSS
acpicpu1 at acpi0: C2(0@400 io@0x1771), C1(@1 halt!), PSS
acpicpu2 at acpi0: C2(0@400 io@0x1771), C1(@1 halt!), PSS
acpicpu3 at acpi0: C2(0@400 io@0x1771), C1(@1 halt!), PSS
acpitz0 at acpi0
acpitz0: critical temperature is 103 degC
cpu0: 2496 MHz: speeds: 2500 2300 2100 1700 1400 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "AMD 15h Root Complex" rev 0x00
radeondrm0 at pci0 dev 1 function 0 "ATI Kaveri Radeon R6" rev 0x00
drm0 at radeondrm0
radeondrm0: msi
azalia0 at pci0 dev 1 function 1 "ATI Kaveri HD Audio" rev 0x00: msi
azalia0: no supported codecs
pchb1 at pci0 dev 2 function 0 "AMD 15h PCIE" rev 0x00
pchb2 at pci0 dev 3 function 0 "AMD 15h PCIE" rev 0x00
pchb3 at pci0 dev 4 function 0 "AMD 15h PCIE" rev 0x00
xhci0 at pci0 dev 16 function 0 "AMD Bolton xHCI" rev 0x09: msix, xHCI 1.0
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00
addr 1
ahci0 at pci0 dev 17 function 0 "AMD Hudson-2 SATA" rev 0x40: msi, AHCI 1.3
ahci0: port 0: 6.0Gb/s
ahci0: port 2: 1.5Gb/s
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0: <ATA, TOSHIBA MQ01ABD1, AX0R> naa.5000039614b041b8
sd0: 953869MB, 512 bytes/sector, 1953525168 sectors
cd0 at scsibus1 targ 2 lun 0: <MATSHITA, DVD-RAM UJ8G6, 1.00> removable
ohci0 at pci0 dev 18 function 0 "AMD Hudson-2 USB" rev 0x11: apic 0 int 18,
version 1.0, legacy support
ehci0 at pci0 dev 18 function 2 "AMD Hudson-2 USB2" rev 0x11: apic 0 int 17
usb1 at ehci0: USB revision 2.0
uhub1 at usb1 configuration 1 interface 0 "AMD EHCI root hub" rev 2.00/1.00
addr 1
ohci1 at pci0 dev 19 function 0 "AMD Hudson-2 USB" rev 0x11: apic 0 int 18,
version 1.0, legacy support
ehci1 at pci0 dev 19 function 2 "AMD Hudson-2 USB2" rev 0x11: apic 0 int 17
usb2 at ehci1: USB revision 2.0
uhub2 at usb2 configuration 1 interface 0 "AMD EHCI root hub" rev 2.00/1.00
addr 1
piixpm0 at pci0 dev 20 function 0 "AMD Hudson-2 SMBus" rev 0x16: SMI
iic0 at piixpm0
spdmem0 at iic0 addr 0x50: 8GB DDR3 SDRAM PC3-12800 SO-DIMM
spdmem1 at iic0 addr 0x51: 8GB DDR3 SDRAM PC3-12800 SO-DIMM
azalia1 at pci0 dev 20 function 2 "AMD Hudson-2 HD Audio" rev 0x01: msi
azalia1: codecs: Realtek ALC269
audio0 at azalia1
pcib0 at pci0 dev 20 function 3 "AMD Hudson-2 LPC" rev 0x11
ppb0 at pci0 dev 20 function 4 "AMD Hudson-2 PCI" rev 0x40
pci1 at ppb0 bus 1
sdhc0 at pci0 dev 20 function 7 "AMD Hudson-2 SD Host Controller" rev 0x00:
apic 0 int 16
sdhc0: SDHC 2.00, 50 MHz base clock
sdmmc0 at sdhc0: 4-bit, sd high-speed, mmc high-speed, dma
ppb1 at pci0 dev 21 function 0 "AMD Hudson-2 PCIE" rev 0x00
pci2 at ppb1 bus 2
ppb2 at pci0 dev 21 function 1 "AMD Hudson-2 PCIE" rev 0x00
pci3 at ppb2 bus 3
vendor "MediaTek", unknown product 0x7630 (class network subclass
miscellaneous, rev 0x00) at pci3 dev 0 function 0 not configured
ppb3 at pci0 dev 21 function 2 "AMD Hudson-2 PCIE" rev 0x00
pci4 at ppb3 bus 4
re0 at pci4 dev 0 function 0 "Realtek 8168" rev 0x0c: RTL8168G/8111G (0x4c00),
msi, address 1c:b7:2c:22:fb:c9
rgephy0 at re0 phy 7: RTL8251, rev. 0
pchb4 at pci0 dev 24 function 0 "AMD 15h Link Cfg" rev 0x00
pchb5 at pci0 dev 24 function 1 "AMD 15h Address Map" rev 0x00
pchb6 at pci0 dev 24 function 2 "AMD 15h DRAM Cfg" rev 0x00
pchb7 at pci0 dev 24 function 3 "AMD 15h Misc Cfg" rev 0x00
pchb8 at pci0 dev 24 function 4 "AMD 15h CPU Power" rev 0x00
pchb9 at pci0 dev 24 function 5 "AMD 15h Misc Cfg" rev 0x00
usb3 at ohci0: USB revision 1.0
uhub3 at usb3 configuration 1 interface 0 "AMD OHCI root hub" rev 1.00/1.00
addr 1
usb4 at ohci1: USB revision 1.0
uhub4 at usb4 configuration 1 interface 0 "AMD OHCI root hub" rev 1.00/1.00
addr 1
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: SVM/RVI
efifb at mainbus0 not configured
uhub5 at uhub1 port 1 configuration 1 interface 0 "GenesysLogic USB2.0 Hub" rev
2.00/92.24 addr 2
uhub5: device problem, disabling port 1
uhidev0 at uhub5 port 3 configuration 1 interface 0 "DELL DELL USB Laser Mouse"
rev 2.00/57.00 addr 3
uhidev0: iclass 3/1
ums0 at uhidev0: 8 buttons, Z and W dir
wsmouse0 at ums0 mux 0
uhidev1 at uhub5 port 4 configuration 1 interface 0 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
uhidev2 at uhub5 port 4 configuration 1 interface 1 "KINESIS FREESTYLE KB800
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 4
uhidev2: iclass 3/0, 3 report ids
uhid0 at uhidev2 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev2 reportid 3: 573 usages, 20 keys, array
wskbd2 at ucc0 mux 1
uvideo0 at uhub2 port 4 configuration 1 interface 0 "Chicony Electronics USB2.0
VGA UVC WebCam" rev 2.00/99.16 addr 2
video0 at uvideo0
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
sd1 at scsibus3 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006>
sd1: 953868MB, 512 bytes/sector, 1953523553 sectors
root on sd1a (6759d2c493c65bb1.a) swap on sd1b dump on sd1b
radeondrm0: KAVERI
radeon_audio_component_init: stub
radeondrm0: 1366x768, 32bpp
wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0
wskbd1: connecting to wsdisplay0
wskbd2: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)