> This was a side-effect of r307676, which added transformation rules for > .bco and .llo files (LLVM bytecode in binary and text representation). > > Because .SUFFIXES was not updated to match, bmake was actually trying to > build a ".c.bco" file in the above case... > > I committed a fix in r307754. > > Still doesn't work and still corrupts the base system (see output after portmaster failure) on a fresh from CD install of 11-STABLE (post svlite of /usr/src and make DESTDIR=/ world kernel): root_at_lilith:/usr/src # uname -a FreeBSD lilith 10.3-STABLE FreeBSD 10.3-STABLE #0 r307759: Sat Oct 22 00:14:55 EDT 2016 aryehl_at_lilith:/usr/obj/usr/src/sys/GENERIC amd64 ===> Registering installation for gettext-runtime-0.19.8.1 pkg-static: Unable to access file /usr/ports/devel/gettext-runtime/work/stage/usr/local/include/autosprintf.h: No such file or directory pkg-static: Unable to access file /usr/ports/devel/gettext-runtime/work/stage/usr/local/lib/libasprintf.a: No such file or directory pkg-static: Unable to access file /usr/ports/devel/gettext-runtime/work/stage/usr/local/lib/libasprintf.so: No such file or directory pkg-static: Unable to access file /usr/ports/devel/gettext-runtime/work/stage/usr/local/lib/libasprintf.so.0: No such file or directory pkg-static: Unable to access file /usr/ports/devel/gettext-runtime/work/stage/usr/local/lib/libasprintf.so.0.0.0: No such file or directory *** Error code 74 Stop. make: stopped in /usr/ports/devel/gettext-runtime ===>>> Installation of gettext-runtime-0.19.8.1 (devel/gettext-runtime) failed ===>>> Aborting update ===>>> Installation of print/indexinfo (indexinfo-0.2.5) complete ===>>> You can restart from the point of failure with this command line: portmaster <flags> devel/gettext-runtime root_at_lilith:/usr/ports # cd /usr/src root_at_lilith:/usr/src # make DESTDIR=/ world kernel; -------------------------------------------------------------- >>> make world started on Sat Oct 22 00:41:33 EDT 2016 -------------------------------------------------------------- -------------------------------------------------------------- >>> World build started on Sat Oct 22 00:41:33 EDT 2016 -------------------------------------------------------------- -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- rm -rf /usr/obj/usr/src/tmp/legacy/usr/include rm -f /usr/obj/usr/src/usr.bin/kdump/ioctl.c rm -f /usr/obj/usr/src/usr.bin/kdump/kdump_subr.c rm -f /usr/obj/usr/src/usr.bin/truss/ioctl.c mkdir -p /usr/obj/usr/src/tmp/lib mkdir -p /usr/obj/usr/src/tmp/usr mkdir -p /usr/obj/usr/src/tmp/legacy/bin mkdir -p /usr/obj/usr/src/tmp/legacy/usr mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr/obj/usr/src/tmp/legacy/usr >/dev/null mtree -deU -f /usr/src/etc/mtree/BSD.groff.dist -p /usr/obj/usr/src/tmp/legacy/usr >/dev/null mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr/obj/usr/src/tmp/usr >/dev/null mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/obj/usr/src/tmp/usr/include >/dev/null ln -sf /usr/src/sys /usr/obj/usr/src/tmp -------------------------------------------------------------- >>> stage 1.1: legacy release compatibility shims -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/tmp INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/sbin:/bin:/usr/sbin:/usr/bin WORLDTMP=/usr/obj/usr/src/tmp VERSION="FreeBSD 10.3-STABLE amd64 1003509" MAKEFLAGS="-m /usr/src/tools/build/mk -m /usr/src/share/mk" COMPILER_TYPE=clang make -f Makefile.inc1 DESTDIR= BOOTSTRAPPING=1003509 SSP_CFLAGS= -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT -DWITHOUT_MAN -DNO_PIC -DNO_PROFILE -DNO_SHARED _BOOTSTRAP_MAKEINFO=yes -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF -DEARLY_BUILD -DNO_TESTS legacy ===> tools/build (obj,includes,depend,all,install) set -e; cd /usr/src/tools/build; make buildincludes; make installincludes cc -O2 -pipe -I/usr/src/tools/build/../../contrib/libc-pwcache -I/usr/src/tools/build/../../lib/libc/include -std=gnu99 -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/tools/build/../../contrib/libc-pwcache/pwcache.c -o pwcache.o building static egacy library ranlib -D libegacy.a sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libegacy.a /usr/obj/usr/src/tmp/legacy/usr/lib -------------------------------------------------------------- >>> stage 1.2: bootstrap tools -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/tmp INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/sbin:/bin:/usr/sbin:/usr/bin WORLDTMP=/usr/obj/usr/src/tmp VERSION="FreeBSD 10.3-STABLE amd64 1003509" MAKEFLAGS="-m /usr/src/tools/build/mk -m /usr/src/share/mk" COMPILER_TYPE=clang make -f Makefile.inc1 DESTDIR= BOOTSTRAPPING=1003509 SSP_CFLAGS= -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT -DWITHOUT_MAN -DNO_PIC -DNO_PROFILE -DNO_SHARED _BOOTSTRAP_MAKEINFO=yes -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF -DEARLY_BUILD -DNO_TESTS bootstrap-tools ===> lib/clang/libllvmsupport (obj,depend,all,install) c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DNDEBUG -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd10.3\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd10.3\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APFloat.cpp -o APFloat.o In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APFloat.cpp:15: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/APFloat.h:20: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/APInt.h:19: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/ArrayRef.h:14: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallVector.h:17: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19: /usr/include/c++/v1/cstddef:58:30: error: redefinition of 'nullptr_t' struct _LIBCPP_TYPE_VIS_ONLY nullptr_t ^ /usr/include/c++/v1/__nullptr:24:30: note: previous definition is here struct _LIBCPP_TYPE_VIS_ONLY nullptr_t ^ In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APFloat.cpp:15: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/APFloat.h:20: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/APInt.h:19: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/ArrayRef.h:14: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallVector.h:17: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19: /usr/include/c++/v1/cstddef:85:58: error: redefinition of '__get_nullptr_t' inline _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR nullptr_t __get_nullptr_t() {return nullptr_t(0);} ^ /usr/include/c++/v1/__nullptr:51:58: note: previous definition is here inline _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR nullptr_t __get_nullptr_t() {return nullptr_t(0);} ^ In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APFloat.cpp:15: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/APFloat.h:20: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/APInt.h:19: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/ArrayRef.h:14: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallVector.h:19: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/MathExtras.h:18: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/SwapByteOrder.h:18: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36: In file included from /usr/include/c++/v1/cmath:301: In file included from /usr/include/c++/v1/math.h:309: /usr/include/c++/v1/type_traits:472:114: error: expected class name : public integral_constant<bool, sizeof(__libcpp_is_member_function_pointer_imp::__test<_Tp>(nullptr)) == 1> {}; ^ In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APFloat.cpp:15: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/APFloat.h:20: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/APInt.h:19: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/ArrayRef.h:14: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallVector.h:19: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/MathExtras.h:18: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/SwapByteOrder.h:18: In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36: /usr/include/c++/v1/cmath:679:46: error: declaration conflicts with target of using declaration already in scope inline _LIBCPP_INLINE_VISIBILITY float acos(float __lcpp_x) _NOEXCEPT {return acosf(__lcpp_x);} ^ /usr/include/c++/v1/math.h:660:46: note: target of using declaration inline _LIBCPP_INLINE_VISIBILITY float acos(float __lcpp_x) _NOEXCEPT {return acosf(__lcpp_x);} ^ /usr/include/c++/v1/cmath:675:9: note: using declaration using ::acos; ^ /usr/include/c++/v1/cmath:680:46: error: declaration conflicts with target of using declaration already in scope inline _LIBCPP_INLINE_VISIBILITY long double acos(long double __lcpp_x) _NOEXCEPT {return acosl(__lcpp_x);} ^ /usr/include/c++/v1/math.h:661:46: note: target of using declaration inline _LIBCPP_INLINE_VISIBILITY long double acos(long double __lcpp_x) _NOEXCEPT {return acosl(__lcpp_x);} ^ /usr/include/c++/v1/cmath:675:9: note: using declaration using ::acos; ^ /usr/include/c++/v1/cmath:686:1: error: declaration conflicts with target of using declaration already in scope acos(_A1 __lcpp_x) _NOEXCEPT {return acos((double)__lcpp_x);} ^ /usr/include/c++/v1/math.h:667:1: note: target of using declaration acos(_A1 __lcpp_x) _NOEXCEPT {return acos((double)__lcpp_x);} ^ /usr/include/c++/v1/cmath:675:9: note: using declaration using ::acos; ^ /usr/include/c++/v1/cmath:694:46: error: declaration conflicts with target of using declaration already in scope inline _LIBCPP_INLINE_VISIBILITY float asin(float __lcpp_x) _NOEXCEPT {return asinf(__lcpp_x);} ^ /usr/include/c++/v1/math.h:672:46: note: target of using declaration inline _LIBCPP_INLINE_VISIBILITY float asin(float __lcpp_x) _NOEXCEPT {return asinf(__lcpp_x);} ^ /usr/include/c++/v1/cmath:690:9: note: using declaration using ::asin; ^ /usr/include/c++/v1/cmath:695:46: error: declaration conflicts with target of using declaration already in scope inline _LIBCPP_INLINE_VISIBILITY long double asin(long double __lcpp_x) _NOEXCEPT {return asinl(__lcpp_x);} ^ /usr/include/c++/v1/math.h:673:46: note: target of using declaration inline _LIBCPP_INLINE_VISIBILITY long double asin(long double __lcpp_x) _NOEXCEPT {return asinl(__lcpp_x);} ^ /usr/include/c++/v1/cmath:690:9: note: using declaration using ::asin; ^ /usr/include/c++/v1/cmath:701:1: error: declaration conflicts with target of using declaration already in scope asin(_A1 __lcpp_x) _NOEXCEPT {return asin((double)__lcpp_x);} ^ /usr/include/c++/v1/math.h:679:1: note: target of using declaration asin(_A1 __lcpp_x) _NOEXCEPT {return asin((double)__lcpp_x);} ^ /usr/include/c++/v1/cmath:690:9: note: using declaration using ::asin; ^ /usr/include/c++/v1/cmath:709:46: error: declaration conflicts with target of using declaration already in scope inline _LIBCPP_INLINE_VISIBILITY float atan(float __lcpp_x) _NOEXCEPT {return atanf(__lcpp_x);} ^ /usr/include/c++/v1/math.h:684:46: note: target of using declaration inline _LIBCPP_INLINE_VISIBILITY float atan(float __lcpp_x) _NOEXCEPT {return atanf(__lcpp_x);} ^ /usr/include/c++/v1/cmath:705:9: note: using declaration using ::atan; ^ /usr/include/c++/v1/cmath:710:46: error: declaration conflicts with target of using declaration already in scope inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __lcpp_x) _NOEXCEPT {return atanl(__lcpp_x);} ^ /usr/include/c++/v1/math.h:685:46: note: target of using declaration inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __lcpp_x) _NOEXCEPT {return atanl(__lcpp_x);} ^ /usr/include/c++/v1/cmath:705:9: note: using declaration using ::atan; ^ /usr/include/c++/v1/cmath:716:1: error: declaration conflicts with target of using declaration already in scope atan(_A1 __lcpp_x) _NOEXCEPT {return atan((double)__lcpp_x);} ^ /usr/include/c++/v1/math.h:691:1: note: target of using declaration atan(_A1 __lcpp_x) _NOEXCEPT {return atan((double)__lcpp_x);} ^ /usr/include/c++/v1/cmath:705:9: note: using declaration using ::atan; ^ /usr/include/c++/v1/cmath:724:46: error: declaration conflicts with target of using declaration already in scope inline _LIBCPP_INLINE_VISIBILITY float atan2(float __lcpp_y, float __lcpp_x) _NOEXCEPT {retur... ^ /usr/include/c++/v1/math.h:696:46: note: target of using declaration inline _LIBCPP_INLINE_VISIBILITY float atan2(float __lcpp_y, float __lcpp_x) _NOEXCEPT {retur... ^ /usr/include/c++/v1/cmath:720:9: note: using declaration using ::atan2; ^ /usr/include/c++/v1/cmath:725:46: error: declaration conflicts with target of using declaration already in scope inline _LIBCPP_INLINE_VISIBILITY long double atan2(long double __lcpp_y, long double __lcpp_x) _NOEXCEPT {retur... ^ /usr/include/c++/v1/math.h:697:46: note: target of using declaration inline _LIBCPP_INLINE_VISIBILITY long double atan2(long double __lcpp_y, long double __lcpp_x) _NOEXCEPT {retur... ^ /usr/include/c++/v1/cmath:720:9: note: using declaration using ::atan2; ^ /usr/include/c++/v1/cmath:736:1: error: declaration conflicts with target of using declaration already in scope atan2(_A1 __lcpp_y, _A2 __lcpp_x) _NOEXCEPT ^ /usr/include/c++/v1/math.h:708:1: note: target of using declaration atan2(_A1 __lcpp_y, _A2 __lcpp_x) _NOEXCEPT ^ /usr/include/c++/v1/cmath:720:9: note: using declaration using ::atan2; ^ /usr/include/c++/v1/cmath:750:46: error: declaration conflicts with target of using declaration already in scope inline _LIBCPP_INLINE_VISIBILITY float ceil(float __lcpp_x) _NOEXCEPT {return ceilf(__lcpp_x);} ^ /usr/include/c++/v1/math.h:719:46: note: target of using declaration inline _LIBCPP_INLINE_VISIBILITY float ceil(float __lcpp_x) _NOEXCEPT {return ceilf(__lcpp_x);} ^ /usr/include/c++/v1/cmath:746:9: note: using declaration using ::ceil; ^ /usr/include/c++/v1/cmath:751:46: error: declaration conflicts with target of using declaration already in scope inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __lcpp_x) _NOEXCEPT {return ceill(__lcpp_x);} ^ /usr/include/c++/v1/math.h:720:46: note: target of using declaration inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __lcpp_x) _NOEXCEPT {return ceill(__lcpp_x);} ^ /usr/include/c++/v1/cmath:746:9: note: using declaration using ::ceil; ^ /usr/include/c++/v1/cmath:757:1: error: declaration conflicts with target of using declaration already in scope ceil(_A1 __lcpp_x) _NOEXCEPT {return ceil((double)__lcpp_x);} ^ /usr/include/c++/v1/math.h:726:1: note: target of using declaration ceil(_A1 __lcpp_x) _NOEXCEPT {return ceil((double)__lcpp_x);} ^ /usr/include/c++/v1/cmath:746:9: note: using declaration using ::ceil; ^ /usr/include/c++/v1/cmath:765:46: error: declaration conflicts with target of using declaration already in scope inline _LIBCPP_INLINE_VISIBILITY float cos(float __lcpp_x) _NOEXCEPT {return cosf(__lcpp_x);} ^ /usr/include/c++/v1/math.h:731:46: note: target of using declaration inline _LIBCPP_INLINE_VISIBILITY float cos(float __lcpp_x) _NOEXCEPT {return cosf(__lcpp_x);} ^ /usr/include/c++/v1/cmath:761:9: note: using declaration using ::cos; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. *** Error code 1 Stop. make[3]: stopped in /usr/src/lib/clang/libllvmsupport *** Error code 1 Stop. make[2]: stopped in /usr/src *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src root_at_lilith:/usr/src # cd ../ports/ root_at_lilith:/usr/ports # !s svnlite update Updating '.': At revision 424443. root_at_lilith:/usr/src # !sv svnlite update Updating '.': At revision 307767. root_at_lilith:/usr/src # dmesg re0: link state changed to DOWN re0: link state changed to UP Waiting (max 60 seconds) for system process `vnlru' to stop... done Waiting (max 60 seconds) for system process `bufdaemon' to stop... done Waiting (max 60 seconds) for system process `syncer' to stop... Syncing disks, vnodes remaining... 0 0 done All buffers synced. Copyright (c) 1992-2016 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 11.0-RELEASE-p1 #0 r306420: Thu Sep 29 01:43:23 UTC 2016 root_at_releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM 3.8.0) VT(vga): resolution 640x480 CPU: AMD A6-3650 APU with Radeon(tm) HD Graphics (2595.33-MHz K8-class CPU) Origin="AuthenticAMD" Id=0x300f10 Family=0x12 Model=0x1 Stepping=0 Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT> Features2=0x802009<SSE3,MON,CX16,POPCNT> AMD Features=0xee500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM,3DNow!+,3DNow!> AMD Features2=0x37ff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,IBS,SKINIT,WDT> SVM: (disabled in BIOS) NP,NRIP,NAsids=64 TSC: P-state invariant, performance statistics real memory = 8589934592 (8192 MB) avail memory = 8239042560 (7857 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: <HPQOEM SLIC-CPC> FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) random: unblocking device. ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20160527/tbfadt-679) ioapic0 <Version 2.1> irqs 0-23 on motherboard random: entropy device external interface kbd1 at kbdmux0 netmap: loaded module module_register_init: MOD_LOAD (vesa, 0xffffffff8101c950, 0) error 19 vtvga0: <VT VGA driver> on motherboard cryptosoft0: <software crypto> on motherboard acpi0: <HPQOEM SLIC-CPC> on motherboard acpi0: Power Button (fixed) cpu0: <ACPI CPU> on acpi0 cpu1: <ACPI CPU> on acpi0 cpu2: <ACPI CPU> on acpi0 cpu3: <ACPI CPU> on acpi0 attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 450 Event timer "HPET1" frequency 14318180 Hz quality 450 Event timer "HPET2" frequency 14318180 Hz quality 450 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pcib0: _OSC returned error 0x10 pci0: <ACPI PCI bus> on pcib0 pcib1: <ACPI PCI-PCI bridge> irq 18 at device 2.0 on pci0 pcib1: [GIANT-LOCKED] pci1: <ACPI PCI bus> on pcib1 vgapci0: <VGA-compatible display> port 0xe000-0xe07f mem 0xfc000000-0xfcffffff,0xc0000000-0xcfffffff,0xfa000000-0xfbffffff irq 18 at device 0.0 on pci1 vgapci0: Boot video device pcib2: <ACPI PCI-PCI bridge> irq 16 at device 4.0 on pci0 pcib2: [GIANT-LOCKED] pci2: <ACPI PCI bus> on pcib2 ral0: <Ralink Technology RT5390> mem 0xfd100000-0xfd10ffff irq 16 at device 0.0 on pci2 ral0: MAC/BBP RT5390 (rev 0x0502), RF RT5390 (MIMO 1T1R), address 20:10:7a:58:b9:29 pcib3: <ACPI PCI-PCI bridge> irq 17 at device 5.0 on pci0 pci3: <ACPI PCI bus> on pcib3 re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0xd000-0xd0ff mem 0xd0004000-0xd0004fff,0xd0000000-0xd0003fff irq 17 at device 0.0 on pci3 re0: Using 1 MSI-X message re0: Chip rev. 0x2c000000 re0: MAC rev. 0x00200000 miibus0: <MII bus> on re0 rgephy0: <RTL8169S/8110S/8211 1000BASE-T media interface> PHY 1 on miibus0 rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow re0: Using defaults for TSO: 65518/35/2048 re0: Ethernet address: e8:40:f2:97:38:d1 re0: netmap queues/slots: TX 1/256, RX 1/256 ahci0: <AMD Hudson-2 AHCI SATA controller> port 0xf040-0xf047,0xf030-0xf033,0xf020-0xf027,0xf010-0xf013,0xf000-0xf00f mem 0xfd20c000-0xfd20c7ff irq 19 at device 17.0 on pci0 ahci0: AHCI v1.30 with 6 3Gbps ports, Port Multiplier supported ahcich0: <AHCI channel> at channel 0 on ahci0 ahcich1: <AHCI channel> at channel 1 on ahci0 ahcich2: <AHCI channel> at channel 2 on ahci0 ahcich3: <AHCI channel> at channel 3 on ahci0 ahcich4: <AHCI channel> at channel 4 on ahci0 ahcich5: <AHCI channel> at channel 5 on ahci0 ohci0: <AMD FCH USB Controller> mem 0xfd20b000-0xfd20bfff irq 18 at device 18.0 on pci0 usbus0 on ohci0 ehci0: <AMD FCH USB 2.0 controller> mem 0xfd20a000-0xfd20a0ff irq 17 at device 18.2 on pci0 usbus1: EHCI version 1.0 usbus1 on ehci0 ohci1: <AMD FCH USB Controller> mem 0xfd209000-0xfd209fff irq 18 at device 19.0 on pci0 usbus2 on ohci1 ehci1: <AMD FCH USB 2.0 controller> mem 0xfd208000-0xfd2080ff irq 17 at device 19.2 on pci0 usbus3: EHCI version 1.0 usbus3 on ehci1 hdac0: <AMD Hudson-2 HDA Controller> mem 0xfd200000-0xfd203fff irq 16 at device 20.2 on pci0 isab0: <PCI-ISA bridge> at device 20.3 on pci0 isa0: <ISA bus> on isab0 pcib4: <ACPI PCI-PCI bridge> at device 20.4 on pci0 pci4: <ACPI PCI bus> on pcib4 ohci2: <OHCI (generic) USB controller> mem 0xfd207000-0xfd207fff irq 18 at device 20.5 on pci0 usbus4 on ohci2 sdhci_pci0: <Generic SD HCI> mem 0xfd206000-0xfd2060ff irq 16 at device 20.7 on pci0 sdhci_pci0: 1 slot(s) allocated ohci3: <AMD FCH USB Controller> mem 0xfd205000-0xfd205fff irq 18 at device 22.0 on pci0 usbus5 on ohci3 ehci2: <AMD FCH USB 2.0 controller> mem 0xfd204000-0xfd2040ff irq 17 at device 22.2 on pci0 usbus6: EHCI version 1.0 usbus6 on ehci2 acpi_button0: <Power Button> on acpi0 orm0: <ISA Option ROM> at iomem 0xcd800-0xce7ff on isa0 ppc0: cannot reserve I/O port range hwpstate0: <Cool`n'Quiet 2.0> on cpu0 Timecounters tick every 1.000 msec nvme cam probe device init hdacc0: <Realtek ALC662 HDA CODEC> at cad 0 on hdac0 hdaa0: <Realtek ALC662 Audio Function Group> at nid 1 on hdacc0 pcm0: <Realtek ALC662 (Analog 2.0+HP/2.0)> at nid 20,27 and 24,25,26 on hdaa0 usbus0: 12Mbps Full Speed USB v1.0 usbus1: 480Mbps High Speed USB v2.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 480Mbps High Speed USB v2.0 usbus4: 12Mbps Full Speed USB v1.0 ugen0.1: <AMD> at usbus0 uhub0: <AMD OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0 ugen1.1: <AMD> at usbus1 uhub1: <AMD EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1 ugen2.1: <AMD> at usbus2 uhub2: <AMD OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2 ugen3.1: <AMD> at usbus3 uhub3: <AMD EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3 ugen4.1: <AMD> at usbus4 uhub4: <AMD OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4 usbus5: 12Mbps Full Speed USB v1.0 usbus6: 480Mbps High Speed USB v2.0 ugen5.1: <AMD> at usbus5 uhub5: <AMD OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5 ugen6.1: <AMD> at usbus6 uhub6: <AMD EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus6 ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: <SSD2SC240G1SA754D117-443 N0307A> ACS-2 ATA SATA 3.x device ada0: Serial Number PNY14160000485190062 cd0 at ahcich2 bus 0 scbus2 target 0 lun 0 cd0: <hp DVD A DH16ACSH JHD6> Removable CD-ROM SCSI device cd0: Serial Number 2L8215915118 cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 1024bytes) ada0: Command Queueing enabled ada0: 228936MB (468862128 512 byte sectors) ada1 at ahcich3 bus 0 scbus3 target 0 lun 0 ada1: <Hitachi HDS721010CLA630 JP4OA41A> ATA8-ACS SATA 3.x device ada1: Serial Number JP2940N02RMUSV ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada1: Command Queueing enabled ada1: 953869MB (1953525168 512 byte sectors) SMP: AP CPU #2 Launched! SMP: AP CPU #3 Launched! SMP: AP CPU #1 Launched! Timecounter "TSC-low" frequency 1297664113 Hz quality 800 uhub4: 2 ports with 2 removable, self powered Trying to mount root from ufs:/dev/ada0a [rw]... uhub0: 5 ports with 5 removable, self powered uhub5: 4 ports with 4 removable, self powered uhub2: 5 ports with 5 removable, self powered re0: link state changed to DOWN uhub6: 4 ports with 4 removable, self powered uhub3: 5 ports with 5 removable, self powered uhub1: 5 ports with 5 removable, self powered ugen1.2: <vendor 0x0409> at usbus1 uhub7: <vendor 0x0409 product 0x005a, class 9/0, rev 2.00/1.00, addr 2> on usbus1 ugen3.2: <Generic> at usbus3 umass0: <Bulk-In, Bulk-Out, Interface> on usbus3 umass0: SCSI over Bulk-Only; quirks = 0x4000 umass0:6:0: Attached to scbus6 da0 at umass-sim0 bus 0 scbus6 target 0 lun 0 da0: <Generic- Compact Flash 1.00> Removable Direct Access SCSI device da0: Serial Number 20060413092100000 da0: 40.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present da0: quirks=0x2<NO_6_BYTE> da1 at umass-sim0 bus 0 scbus6 target 0 lun 1 da1: <Generic- SM/xD-Picture 1.00> Removable Direct Access SCSI device da1: Serial Number 20060413092100000 da1: 40.000MB/s transfers da1: Attempt to query device size failed: NOT READY, Medium not present da1: quirks=0x2<NO_6_BYTE> da2 at umass-sim0 bus 0 scbus6 target 0 lun 2 da2: <Generic- SD/MMC 1.00> Removable Direct Access SCSI device da2: Serial Number 20060413092100000 da2: 40.000MB/s transfers da2: Attempt to query device size failed: NOT READY, Medium not present da2: quirks=0x2<NO_6_BYTE> da3 at umass-sim0 bus 0 scbus6 target 0 lun 3 da3: <Generic- MS/MS-Pro 1.00> Removable Direct Access SCSI device da3: Serial Number 20060413092100000 da3: 40.000MB/s transfers da3: Attempt to query device size failed: NOT READY, Medium not present da3: quirks=0x2<NO_6_BYTE> uhub7: 4 ports with 4 removable, self powered ugen1.3: <PixArt> at usbus1 ugen1.4: <LITEON Technology> at usbus1 ukbd0: <EP1 Interrupt> on usbus1 kbd2 at ukbd0 ums0: <PixArt USB Optical Mouse, class 0/0, rev 2.00/1.00, addr 3> on usbus1 ums0: 3 buttons and [XYZ] coordinates ID=0 re0: link state changed to UP ugen1.2: <vendor 0x0409> at usbus1 (disconnected) uhub7: at uhub1, port 3, addr 2 (disconnected) ugen1.3: <PixArt> at usbus1 (disconnected) ums0: at uhub7, port 1, addr 3 (disconnected) ugen1.4: <LITEON Technology> at usbus1 (disconnected) ukbd0: at uhub7, port 4, addr 4 (disconnected) Waiting (max 60 seconds) for system process `vnlru' to stop... done Waiting (max 60 seconds) for system process `syncer' to stop... Syncing disks, vnodes remaining... 5 0 0 done Waiting (max 60 seconds) for system process `bufdaemon' to stop... done All buffers synced. Copyright (c) 1992-2016 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 10.3-STABLE #0 r307759: Sat Oct 22 00:14:55 EDT 2016 aryehl_at_lilith:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 CPU: AMD A6-3650 APU with Radeon(tm) HD Graphics (2595.33-MHz K8-class CPU) Origin="AuthenticAMD" Id=0x300f10 Family=0x12 Model=0x1 Stepping=0 Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT> Features2=0x802009<SSE3,MON,CX16,POPCNT> AMD Features=0xee500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM,3DNow!+,3DNow!> AMD Features2=0x37ff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,IBS,SKINIT,WDT> SVM: (disabled in BIOS) NP,NRIP,NAsids=64 TSC: P-state invariant, performance statistics real memory = 8589934592 (8192 MB) avail memory = 8250429440 (7868 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: <HPQOEM SLIC-CPC> FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 random: <Software, Yarrow> initialized ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20160527/tbfadt-679) ioapic0 <Version 2.1> irqs 0-23 on motherboard kbd1 at kbdmux0 acpi0: <HPQOEM SLIC-CPC> on motherboard acpi0: Power Button (fixed) cpu0: <ACPI CPU> on acpi0 cpu1: <ACPI CPU> on acpi0 cpu2: <ACPI CPU> on acpi0 cpu3: <ACPI CPU> on acpi0 attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 450 Event timer "HPET1" frequency 14318180 Hz quality 450 Event timer "HPET2" frequency 14318180 Hz quality 450 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pci0: <ACPI PCI bus> on pcib0 pcib1: <ACPI PCI-PCI bridge> irq 18 at device 2.0 on pci0 pci1: <ACPI PCI bus> on pcib1 vgapci0: <VGA-compatible display> port 0xe000-0xe07f mem 0xfc000000-0xfcffffff,0xc0000000-0xcfffffff,0xfa000000-0xfbffffff irq 18 at device 0.0 on pci1 vgapci0: Boot video device pcib2: <ACPI PCI-PCI bridge> irq 16 at device 4.0 on pci0 pci2: <ACPI PCI bus> on pcib2 ral0: <Ralink Technology RT5390> mem 0xfd100000-0xfd10ffff irq 16 at device 0.0 on pci2 ral0: MAC/BBP RT5390 (rev 0x0502), RF RT5390 (MIMO 1T1R), address 20:10:7a:58:b9:29 pcib3: <ACPI PCI-PCI bridge> irq 17 at device 5.0 on pci0 pci3: <ACPI PCI bus> on pcib3 re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0xd000-0xd0ff mem 0xd0004000-0xd0004fff,0xd0000000-0xd0003fff irq 17 at device 0.0 on pci3 re0: Using 1 MSI-X message re0: Chip rev. 0x2c000000 re0: MAC rev. 0x00200000 miibus0: <MII bus> on re0 rgephy0: <RTL8169S/8110S/8211 1000BASE-T media interface> PHY 1 on miibus0 rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow re0: Using defaults for TSO: 65518/35/2048 re0: Ethernet address: e8:40:f2:97:38:d1 ahci0: <AMD Hudson-2 AHCI SATA controller> port 0xf040-0xf047,0xf030-0xf033,0xf020-0xf027,0xf010-0xf013,0xf000-0xf00f mem 0xfd20c000-0xfd20c7ff irq 19 at device 17.0 on pci0 ahci0: AHCI v1.30 with 6 3Gbps ports, Port Multiplier supported ahcich0: <AHCI channel> at channel 0 on ahci0 ahcich1: <AHCI channel> at channel 1 on ahci0 ahcich2: <AHCI channel> at channel 2 on ahci0 ahcich3: <AHCI channel> at channel 3 on ahci0 ahcich4: <AHCI channel> at channel 4 on ahci0 ahcich5: <AHCI channel> at channel 5 on ahci0 ohci0: <AMD FCH USB Controller> mem 0xfd20b000-0xfd20bfff irq 18 at device 18.0 on pci0 usbus0 on ohci0 ehci0: <AMD FCH USB 2.0 controller> mem 0xfd20a000-0xfd20a0ff irq 17 at device 18.2 on pci0 usbus1: EHCI version 1.0 usbus1 on ehci0 ohci1: <AMD FCH USB Controller> mem 0xfd209000-0xfd209fff irq 18 at device 19.0 on pci0 usbus2 on ohci1 ehci1: <AMD FCH USB 2.0 controller> mem 0xfd208000-0xfd2080ff irq 17 at device 19.2 on pci0 usbus3: EHCI version 1.0 usbus3 on ehci1 hdac0: <AMD Hudson-2 HDA Controller> mem 0xfd200000-0xfd203fff irq 16 at device 20.2 on pci0 isab0: <PCI-ISA bridge> at device 20.3 on pci0 isa0: <ISA bus> on isab0 pcib4: <ACPI PCI-PCI bridge> at device 20.4 on pci0 pci4: <ACPI PCI bus> on pcib4 ohci2: <OHCI (generic) USB controller> mem 0xfd207000-0xfd207fff irq 18 at device 20.5 on pci0 usbus4 on ohci2 sdhci_pci0: <Generic SD HCI> mem 0xfd206000-0xfd2060ff irq 16 at device 20.7 on pci0 sdhci_pci0: 1 slot(s) allocated ohci3: <AMD FCH USB Controller> mem 0xfd205000-0xfd205fff irq 18 at device 22.0 on pci0 usbus5 on ohci3 ehci2: <AMD FCH USB 2.0 controller> mem 0xfd204000-0xfd2040ff irq 17 at device 22.2 on pci0 usbus6: EHCI version 1.0 usbus6 on ehci2 acpi_button0: <Power Button> on acpi0 orm0: <ISA Option ROM> at iomem 0xcd800-0xce7ff on isa0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ppc0: cannot reserve I/O port range hwpstate0: <Cool`n'Quiet 2.0> on cpu0 random: unblocking device. usbus0: 12Mbps Full Speed USB v1.0 usbus1: 480Mbps High Speed USB v2.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 480Mbps High Speed USB v2.0 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 12Mbps Full Speed USB v1.0 usbus6: 480Mbps High Speed USB v2.0 Timecounters tick every 1.000 msec hdacc0: <Realtek ALC662 HDA CODEC> at cad 0 on hdac0 hdaa0: <Realtek ALC662 Audio Function Group> at nid 1 on hdacc0 pcm0: <Realtek ALC662 (Analog 2.0+HP/2.0)> at nid 20,27 and 24,25,26 on hdaa0 ugen6.1: <AMD> at usbus6 uhub0: <AMD EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus6 ugen5.1: <AMD> at usbus5 uhub1: <AMD OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5 ugen4.1: <AMD> at usbus4 uhub2: <AMD OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4 ugen3.1: <AMD> at usbus3 uhub3: <AMD EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3 ugen2.1: <AMD> at usbus2 uhub4: <AMD OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2 ugen1.1: <AMD> at usbus1 uhub5: <AMD EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1 ugen0.1: <AMD> at usbus0 uhub6: <AMD OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0 ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: <SSD2SC240G1SA754D117-443 N0307A> ACS-2 ATA SATA 3.x device ada0: Serial Number PNY14160000485190062 ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 1024bytes) ada0: Command Queueing enabled ada0: 228936MB (468862128 512 byte sectors) ada0: Previously was known as ad4 ada1 at ahcich3 bus 0 scbus3 target 0 lun 0 ada1: <Hitachi HDS721010CLA630 JP4OA41A> ATA8-ACS SATA 3.x device ada1: Serial Number JP2940N02RMUSV ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) cd0 at ahcich2 bus 0 scbus2 target 0 lun 0 cd0: <hp DVD A DH16ACSH JHD6> Removable CD-ROM SCSI device cd0: Serial Number 2L8215915118 cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed ada1: Command Queueing enabled ada1: 953869MB (1953525168 512 byte sectors) ada1: Previously was known as ad10 uhub2: 2 ports with 2 removable, self powered SMP: AP CPU #1 Launched! SMP: AP CPU #2 Launched! SMP: AP CPU #3 Launched! Timecounter "TSC-low" frequency 1297667287 Hz quality 800 Root mount waiting for: usbus6 usbus5 usbus3 usbus2 usbus1 usbus0 uhub1: 4 ports with 4 removable, self powered uhub4: 5 ports with 5 removable, self powered uhub6: 5 ports with 5 removable, self powered Root mount waiting for: usbus6 usbus3 usbus1 uhub0: 4 ports with 4 removable, self powered uhub5: 5 ports with 5 removable, self powered uhub3: 5 ports with 5 removable, self powered ugen3.2: <Generic> at usbus3 umass0: <Bulk-In, Bulk-Out, Interface> on usbus3 umass0: SCSI over Bulk-Only; quirks = 0x4000 umass0:6:0:-1: Attached to scbus6 Trying to mount root from ufs:/dev/ada0a [rw]... da0 at umass-sim0 bus 0 scbus6 target 0 lun 0 da0: <Generic- Compact Flash 1.00> Removable Direct Access SCSI device da0: Serial Number 20060413092100000 da0: 40.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present da0: quirks=0x2<NO_6_BYTE> da1 at umass-sim0 bus 0 scbus6 target 0 lun 1 da1: <Generic- SM/xD-Picture 1.00> Removable Direct Access SCSI device da1: Serial Number 20060413092100000 da1: 40.000MB/s transfers da1: Attempt to query device size failed: NOT READY, Medium not present da1: quirks=0x2<NO_6_BYTE> da2 at umass-sim0 bus 0 scbus6 target 0 lun 2 da2: <Generic- SD/MMC 1.00> Removable Direct Access SCSI device da2: Serial Number 20060413092100000 da2: 40.000MB/s transfers da2: Attempt to query device size failed: NOT READY, Medium not present da2: quirks=0x2<NO_6_BYTE> da3 at umass-sim0 bus 0 scbus6 target 0 lun 3 da3: <Generic- MS/MS-Pro 1.00> Removable Direct Access SCSI device da3: Serial Number 20060413092100000 da3: 40.000MB/s transfers da3: Attempt to query device size failed: NOT READY, Medium not present da3: quirks=0x2<NO_6_BYTE> re0: link state changed to DOWN re0: link state changed to UP -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.orgReceived on Sat Oct 22 2016 - 02:47:45 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:08 UTC