The error messages make it look like the code is wrong & won't
build.

Any suggestions?

Attached is the dmesg output I forgot to include the first time.
Thanks.

On 08/19/15 04:53, [email protected] wrote:
> I'm not an expert but am trying to follow the instructions
> to rebuild my 5.7 stable system with the latest patches,
> using the commands below. I'm pretty sure this same
> script has worked for me in the past....  It fails at the last
> line with exit code 1.  I've duplicated the problem more
> than once, and the last time, CVS didn't seem to pull down
> any new files (it did the day before) so I'm thinking I've got
> the latest code to work with.
>
> Any advice?  Thanks in advance.
>
> Here's the relevant portion of the script I use:
>
> CVSROOT="[email protected]:/cvs"
> STABLE_BRANCH='OPENBSD_5_7'
> cd /usr/src
> nice time cvs -q -d "$CVSROOT" up -r$STABLE_BRANCH -Pd
> cd /usr/src/sys
> nice time cvs -q -d "$CVSROOT" up -r$STABLE_BRANCH -Pd
> cd /usr/xenocara
> nice time cvs -q -d "$CVSROOT" up -r$STABLE_BRANCH -Pd
> cd /usr/ports
> nice time cvs -q -d "$CVSROOT" up -r$STABLE_BRANCH -Pd
> # rebuild & install kernel:
> cd /usr/src/sys/arch/$(machine)/conf/
> nice config GENERIC.MP
> cd ../compile/GENERIC.MP
> nice make clean && nice make
> echo 'When ready, <Enter> to install the new kernel:';read
> nice make install
> echo "NOW: manually reboot when ready; then do the stuff below as 
> needed; NOT DONE YET!"
> exit
> [...]
> # rebuild userland & install it:
> nice rm -rf /usr/obj/*
> cd /usr/src
> # [i also tried it with a 'make clean' here--same result]
> nice make obj
> cd /usr/src/etc && env DESTDIR=/ nice make distrib-dirs
> cd /usr/src
> nice make build
> echo $?
>
>
> Here is the output, which ends with the errors.  Pls
> pardon the line lengths, it's literal:
> I/usr/src/gnu/usr.bin/binutils/ld -I../bfd 
> -I/usr/src/gnu/usr.bin/binutils/ld/../bfd 
> -I/usr/src/gnu/usr.bin/binutils/ld/../include 
> -I/usr/src/gnu/usr.bin/binutils/ld/../intl -I../intl  -O2 -pipe 
> -DPIE_DEFAULT=1  -DLOCALEDIR="\"/usr/share/locale\""   -W -Wall 
> -Wstrict-p
> rototypes -Wmissing-prototypes -O2 -pipe  -DPIE_DEFAULT=1  -c 
> eelf_i386_obsd.c
> In file included from eelf_i386_obsd.c:31:
> /usr/src/gnu/usr.bin/binutils/ld/../include/getopt.h:116: warning: 
> function declaration isn't a prototype
> eelf_i386_obsd.c: In function 'gldelf_i386_obsd_open_dynamic_archive':
> eelf_i386_obsd.c:889: warning: unused parameter 'arch'
> LIB_PATH='' /bin/sh /usr/src/gnu/usr.bin/binutils/ld/genscripts.sh 
> /usr/src/gnu/usr.bin/binutils/ld /usr/lib "/usr" 
> x86_64-unknown-openbsd5.7 x86_64-unknown-openbsd5.7 
> amd64-unknown-openbsd5.7 "elf_x86_64_obsd" "/usr/local/lib /lib 
> /usr/lib" no elf_i386 "amd64-unknown-openbsd5.7"
> cc -DHAVE_CONFIG_H -I. -I/usr/src/gnu/usr.bin/binutils/ld -I. 
> -D_GNU_SOURCE -I. -I/usr/src/gnu/usr.bin/binutils/ld -I../bfd 
> -I/usr/src/gnu/usr.bin/binutils/ld/../bfd 
> -I/usr/src/gnu/usr.bin/binutils/ld/../include 
> -I/usr/src/gnu/usr.bin/binutils/ld/../intl -I../intl  -O2 -pipe 
> -DPIE_DEFAULT=1  -DLOCALEDIR="\"/usr/share/locale\""   -W -Wall 
> -Wstrict-prototypes -Wmissing-prototypes -O2 -pipe -DPIE_DEFAULT=1 -c 
> eelf_i386.c
> In file included from eelf_i386.c:31:
> /usr/src/gnu/usr.bin/binutils/ld/../include/getopt.h:116: warning: 
> function declaration isn't a prototype
> eelf_i386.c: In function 'gldelf_i386_open_dynamic_archive':
> eelf_i386.c:889: warning: unused parameter 'arch'
> /bin/sh ./libtool --mode=link cc -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -O2 -pipe  -DPIE_DEFAULT=1   -o ld-new ldgram.o 
> ldlex.o lexsup.o  ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o 
> ldemul.o ldver.o  ldmisc.o ldfile.o ldcref.o eelf_x86_64_obsd.o 
> eelf_i386_obsd.o eelf_i386.o  ../bfd/libbfd.la -liberty
> mkdir .libs
> cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -pipe 
> -DPIE_DEFAULT=1 -o ld-new ldgram.o ldlex.o lexsup.o ldlang.o mri.o 
> ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o 
> ldcref.o eelf_x86_64_obsd.o eelf_i386_obsd.o eelf_i386.o 
> ../bfd/.libs/libbfd.a -liberty
> ldlex.o(.text+0x42d): In function `lex_redirect':
> : warning: strcpy() is almost always misused, please use strlcpy()
> ldmain.o(.text+0x1f72): In function `main':
> : warning: strcat() is almost always misused, please use strlcat()
> ldlex.o(.text+0x91f): In function `lex_warn_invalid':
> : warning: sprintf() is often misused, please use snprintf()
> cd . && /bin/sh ./config.status config.h
> config.status: creating config.h
> config.status: config.h is unchanged
> make  all-recursive
> Making all in doc
> Making all in po
> cd . && /bin/sh ./config.status config.h
> config.status: creating config.h
> config.status: config.h is unchanged
> cc -DHAVE_CONFIG_H -I. -I/usr/src/gnu/usr.bin/binutils/gas -I. 
> -D_GNU_SOURCE -I. -I/usr/src/gnu/usr.bin/binutils/gas -I../bfd 
> -I/usr/src/gnu/usr.bin/binutils/gas/config 
> -I/usr/src/gnu/usr.bin/binutils/gas/../include 
> -I/usr/src/gnu/usr.bin/binutils/gas/.. 
> -I/usr/src/gnu/usr.bin/binutils/gas/../bfd 
> -I/usr/src/gnu/usr.bin/binutils/gas/../intl -I../intl 
> -DLOCALEDIR="\"/usr/share/locale\""    -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -O2 -pipe -DPIE_DEFAULT=1  -c 
> /usr/src/gnu/usr.bin/binutils/gas/app.c
> In file included from /usr/src/gnu/usr.bin/binutils/gas/as.h:94,
>                  from /usr/src/gnu/usr.bin/binutils/gas/app.c:30:
> /usr/src/gnu/usr.bin/binutils/gas/../include/getopt.h:116: warning: 
> function declaration isn't a prototype
> In file included from /usr/src/gnu/usr.bin/binutils/gas/app.c:30:
> /usr/src/gnu/usr.bin/binutils/gas/as.h:565: warning: function 
> declaration isn't a prototype
> /usr/src/gnu/usr.bin/binutils/gas/as.h:566: warning: function 
> declaration isn't a prototype
> /usr/src/gnu/usr.bin/binutils/gas/as.h:567: warning: function 
> declaration isn't a prototype
> /usr/src/gnu/usr.bin/binutils/gas/as.h:568: warning: function 
> declaration isn't a prototype
> /usr/src/gnu/usr.bin/binutils/gas/as.h:569: warning: function 
> declaration isn't a prototype
> /usr/src/gnu/usr.bin/binutils/gas/as.h:570: warning: function 
> declaration isn't a prototype
> In file included from ./targ-cpu.h:1,
>                  from 
> /usr/src/gnu/usr.bin/binutils/gas/config/obj-elf.h:42,
>                  from ./obj-format.h:1,
>                  from 
> /usr/src/gnu/usr.bin/binutils/gas/config/te-obsd.h:24,
>                  from ./targ-env.h:1,
>                  from /usr/src/gnu/usr.bin/binutils/gas/as.h:641,
>                  from /usr/src/gnu/usr.bin/binutils/gas/app.c:30:
> /usr/src/gnu/usr.bin/binutils/gas/config/tc-i386.h:27:2: error: #error 
> So, do you know what you are doing?
> In file included from /usr/src/gnu/usr.bin/binutils/gas/symbols.h:31,
>                  from /usr/src/gnu/usr.bin/binutils/gas/as.h:657,
>                  from /usr/src/gnu/usr.bin/binutils/gas/app.c:30:
> /usr/src/gnu/usr.bin/binutils/gas/struc-symbol.h:48: error: expected 
> specifier-qualifier-list before 'obj_symbol_type'
> In file included from /usr/src/gnu/usr.bin/binutils/gas/as.h:659,
>                  from /usr/src/gnu/usr.bin/binutils/gas/app.c:30:
> /usr/src/gnu/usr.bin/binutils/gas/tc.h:73: error: expected ')' before 
> '*' token
> /usr/src/gnu/usr.bin/binutils/gas/tc.h:77: error: expected ')' before 
> '*' token
> /usr/src/gnu/usr.bin/binutils/gas/tc.h:81: error: expected ')' before 
> '*' token
> In file included from /usr/src/gnu/usr.bin/binutils/gas/as.h:660,
>                  from /usr/src/gnu/usr.bin/binutils/gas/app.c:30:
> /usr/src/gnu/usr.bin/binutils/gas/obj.h:33: error: expected ')' before 
> '*' token
> /usr/src/gnu/usr.bin/binutils/gas/obj.h:34: error: expected 
> declaration specifiers or '...' before 'object_headers'
> /usr/src/gnu/usr.bin/binutils/gas/obj.h:36: error: expected ')' before 
> '*' token
> *** Error 1 in gnu/usr.bin/binutils/obj/gas (Makefile:2630 'app.o')
> *** Error 1 in gnu/usr.bin/binutils/obj/gas (Makefile:2679 
> 'all-recursive')
> *** Error 1 in gnu/usr.bin/binutils/obj/gas (Makefile:2549 'all')
> *** Error 1 in gnu/usr.bin/binutils/obj (Makefile:18916 'all-gas')
> *** Error 1 in gnu/usr.bin/binutils (Makefile.bsd-wrapper:73 'all')
> *** Error 1 in gnu/usr.bin (<bsd.subdir.mk>:48 'all')
> *** Error 1 in gnu (<bsd.subdir.mk>:48 'all')
> *** Error 1 in . (<bsd.subdir.mk>:48 'all')
> *** Error 1 in /usr/src (Makefile:82 'build')
> 1
>
>
> Not sure what I'm doing wrong.
> Thanks,
> -Luke
OpenBSD 5.7-stable (GENERIC.MP) #2: Mon Aug 17 15:30:50 MDT 2015
    [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 7443599360 (7098MB)
avail mem = 7241527296 (6906MB)
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
acpi0 at bios0: rev 2
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.43 MHz
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,F16C,NXE,MMXX,FFXSR,PAGE1GB,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,XOP,SKINIT,WDT,FMA4,NODEID,TBM,ITSC,FSGSBASE,BMI1
cpu0: 96KB 64b/line 3-way I-cache, 16KB 64b/line 4-way D-cache, 2MB 64b/line 
16-way L2 cache
cpu0: ITLB 48 4KB entries fully associative, 24 4MB entries fully associative
cpu0: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
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, C-substates=0.0.0.0.0, IBE
cpu1 at mainbus0: apid 17 (application processor)
cpu1: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2495.34 MHz
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,F16C,NXE,MMXX,FFXSR,PAGE1GB,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,XOP,SKINIT,WDT,FMA4,NODEID,TBM,ITSC,FSGSBASE,BMI1
cpu1: 96KB 64b/line 3-way I-cache, 16KB 64b/line 4-way D-cache, 2MB 64b/line 
16-way L2 cache
cpu1: ITLB 48 4KB entries fully associative, 24 4MB entries fully associative
cpu1: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 18 (application processor)
cpu2: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2495.34 MHz
cpu2: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,F16C,NXE,MMXX,FFXSR,PAGE1GB,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,XOP,SKINIT,WDT,FMA4,NODEID,TBM,ITSC,FSGSBASE,BMI1
cpu2: 96KB 64b/line 3-way I-cache, 16KB 64b/line 4-way D-cache, 2MB 64b/line 
16-way L2 cache
cpu2: ITLB 48 4KB entries fully associative, 24 4MB entries fully associative
cpu2: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 19 (application processor)
cpu3: AMD A10-7400P Radeon R6, 10 Compute Cores 4C+6G, 2495.34 MHz
cpu3: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,F16C,NXE,MMXX,FFXSR,PAGE1GB,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,XOP,SKINIT,WDT,FMA4,NODEID,TBM,ITSC,FSGSBASE,BMI1
cpu3: 96KB 64b/line 3-way I-cache, 16KB 64b/line 4-way D-cache, 2MB 64b/line 
16-way L2 cache
cpu3: ITLB 48 4KB entries fully associative, 24 4MB entries fully associative
cpu3: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu3: smt 0, core 3, 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 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 -1 (PE21)
acpiprt9 at acpi0: bus 3 (PE22)
acpiprt10 at acpi0: bus -1 (PE23)
acpicpu0 at acpi0: PSS
acpicpu1 at acpi0: PSS
acpicpu2 at acpi0: PSS
acpicpu3 at acpi0: PSS
acpitz0 at acpi0: critical temperature is 103 degC
acpibat0 at acpi0: BAT0 model "X550E30" serial    type LIon oem "OEM"
acpiac0 at acpi0: AC unit online
acpibtn0 at acpi0: PWRB
acpibtn1 at acpi0: LID_
acpibtn2 at acpi0: SLPB
cpu0: 2496 MHz: speeds: 2500 2300 2100 1700 1400 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 vendor "AMD", unknown product 0x1422 rev 0x00
vga1 at pci0 dev 1 function 0 vendor "ATI", unknown product 0x130d rev 0x00
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
azalia0 at pci0 dev 1 function 1 vendor "ATI", unknown product 0x1308 rev 0x00: 
msi
azalia0: no supported codecs
pchb1 at pci0 dev 2 function 0 vendor "AMD", unknown product 0x1424 rev 0x00
pchb2 at pci0 dev 3 function 0 vendor "AMD", unknown product 0x1424 rev 0x00
pchb3 at pci0 dev 4 function 0 vendor "AMD", unknown product 0x1424 rev 0x00
xhci0 at pci0 dev 16 function 0 vendor "AMD", unknown product 0x7814 rev 0x09: 
msi
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 "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
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0: <ATA, TOSHIBA MQ01ABD1, AX0R> SCSI3 0/direct 
fixed naa.5000039614b041b8
sd0: 953869MB, 512 bytes/sector, 1953525168 sectors
cd0 at scsibus1 targ 2 lun 0: <MATSHITA, DVD-RAM UJ8G6, 1.00> ATAPI 5/cdrom 
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 "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 "AMD EHCI root hub" rev 2.00/1.00 addr 1
piixpm0 at pci0 dev 20 function 0 "AMD Hudson-2 SMBus" rev 0x16: polling
iic0 at piixpm0
spdmem0 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 at 0x10: can't map registers
ppb1 at pci0 dev 21 function 0 "AMD Hudson-2 PCIE" rev 0x00
pci2 at ppb1 bus 2
ppb2 at pci0 dev 21 function 2 "AMD Hudson-2 PCIE" rev 0x00
pci3 at ppb2 bus 3
re0 at pci3 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 PHY, rev. 0
pchb4 at pci0 dev 24 function 0 vendor "AMD", unknown product 0x141a rev 0x00
pchb5 at pci0 dev 24 function 1 vendor "AMD", unknown product 0x141b rev 0x00
pchb6 at pci0 dev 24 function 2 vendor "AMD", unknown product 0x141c rev 0x00
pchb7 at pci0 dev 24 function 3 vendor "AMD", unknown product 0x141d rev 0x00
pchb8 at pci0 dev 24 function 4 vendor "AMD", unknown product 0x141e rev 0x00
pchb9 at pci0 dev 24 function 5 vendor "AMD", unknown product 0x141f rev 0x00
usb3 at ohci0: USB revision 1.0
uhub3 at usb3 "AMD OHCI root hub" rev 1.00/1.00 addr 1
usb4 at ohci1: USB revision 1.0
uhub4 at usb4 "AMD OHCI root hub" rev 1.00/1.00 addr 1
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pms0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
uhidev0 at uhub0 port 3 configuration 1 interface 0 "KINESIS FREESTYLE KB800 
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 2
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev1 at uhub0 port 3 configuration 1 interface 1 "KINESIS FREESTYLE KB800 
KB800 Kinesis Freestyle" rev 1.10/1.22 addr 2
uhidev1: iclass 3/0, 3 report ids
uhid0 at uhidev1 reportid 2: input=1, output=0, feature=0
uhid1 at uhidev1 reportid 3: input=2, output=0, feature=0
uhidev2 at uhub0 port 4 configuration 1 interface 0 "PIXART USB OPTICAL MOUSE" 
rev 1.10/1.00 addr 3
uhidev2: iclass 3/1
ums0 at uhidev2: 3 buttons, Z dir
wsmouse1 at ums0 mux 0
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
root on sd0a (44488b4272452853.a) swap on sd0b dump on sd0b
WARNING: / was not properly unmounted
wsmouse1 detached
ums0 detached
uhidev2 detached
uhidev2 at uhub0 port 4 configuration 1 interface 0 "PIXART USB OPTICAL MOUSE" 
rev 1.10/1.00 addr 3
uhidev2: iclass 3/1
ums0 at uhidev2: 3 buttons, Z dir
wsmouse1 at ums0 mux 0
wsmouse1 detached
ums0 detached
uhidev2 detached
uhidev2 at uhub0 port 4 configuration 1 interface 0 "PIXART USB OPTICAL MOUSE" 
rev 1.10/1.00 addr 3
uhidev2: iclass 3/1
ums0 at uhidev2: 3 buttons, Z dir
wsmouse1 at ums0 mux 0
wsmouse1 detached
ums0 detached
uhidev2 detached
uhidev2 at uhub0 port 4 configuration 1 interface 0 "PIXART USB OPTICAL MOUSE" 
rev 1.10/1.00 addr 3
uhidev2: iclass 3/1
ums0 at uhidev2: 3 buttons, Z dir
wsmouse1 at ums0 mux 0
wsmouse1 detached
ums0 detached
uhidev2 detached
uhidev2 at uhub0 port 4 configuration 1 interface 0 "PIXART USB OPTICAL MOUSE" 
rev 1.10/1.00 addr 3
uhidev2: iclass 3/1
ums0 at uhidev2: 3 buttons, Z dir
wsmouse1 at ums0 mux 0
wsmouse1 detached
ums0 detached
uhidev2 detached
uhidev2 at uhub0 port 4 configuration 1 interface 0 "PIXART USB OPTICAL MOUSE" 
rev 1.10/1.00 addr 3
uhidev2: iclass 3/1
ums0 at uhidev2: 3 buttons, Z dir
wsmouse1 at ums0 mux 0
wsmouse1 detached
ums0 detached
uhidev2 detached
uhidev2 at uhub0 port 4 configuration 1 interface 0 "PIXART USB OPTICAL MOUSE" 
rev 1.10/1.00 addr 3
uhidev2: iclass 3/1
ums0 at uhidev2: 3 buttons, Z dir
wsmouse1 at ums0 mux 0
wsmouse1 detached
ums0 detached
uhidev2 detached
uhidev2 at uhub0 port 4 configuration 1 interface 0 "PIXART USB OPTICAL MOUSE" 
rev 1.10/1.00 addr 3
uhidev2: iclass 3/1
ums0 at uhidev2: 3 buttons, Z dir
wsmouse1 at ums0 mux 0
wsmouse1 detached
ums0 detached
uhidev2 detached
uhidev2 at uhub0 port 4 configuration 1 interface 0 "PIXART USB OPTICAL MOUSE" 
rev 1.10/1.00 addr 3
uhidev2: iclass 3/1
ums0 at uhidev2: 3 buttons, Z dir
wsmouse1 at ums0 mux 0
wsmouse1 detached
ums0 detached
uhidev2 detached
uhidev2 at uhub0 port 4 configuration 1 interface 0 "PIXART USB OPTICAL MOUSE" 
rev 1.10/1.00 addr 3
uhidev2: iclass 3/1
ums0 at uhidev2: 3 buttons, Z dir
wsmouse1 at ums0 mux 0

Reply via email to