Wednesday, June 29, 2022

bwfm0 device "could not set mpc" after sleep in MacBook Pro while A/C charger is connected.

Hello. 

I've installed OpenBSD in my MacBook Pro mid-2015.

The issue I've been having is that my Wi-Fi card doesn't work properly
when resuming sleep while the A/C charger is connected. (It does work
without issue when first booting.)

A kernel message appears saying:

bwfm0: could not set mpc.

However, when the macbook is running off the battery, the problem does
not show up

So the Wi-Fi works when:
1) Running on battery -> close lid -> still running on battery -> open
lid
2) A/C charger connected -> close lid -> disconnect A/C charger -> open
lid
3) Running on battery -> close lid -> connect A/C charger -> open lid

It doesn't work when:
4) A/C charger connected -> close lid -> still using A/C charger -> open
lid

I've been trying to hunt down this bug and found the following.

Inside /sys/dev/pci/if_bwfc_pci.c in the function bwfm_pci_activate in
the WAKEUP case there's the following if condition

if(bwfm_pci_intmask(sc) == 0 ||
bwfm_pci_send_mb_data(sc,BWFM_PCI_H2D_HOST_D0_INFORM !=0 ) {

In cases 1-3 the value of bwfm_pci_intmask(sc) is indeed 0, however in
case 4 it returns a non-zero value and bwfm_pci_send_mb_data is equal to
0.

This causes that we never enter bwfm_cleanup and therefore never
re-assign the variable sc->sc_initialized = 0 which in the end causes
the error
message "could not set mpc" to appear.

I changed the value of that "if" conditional to be always 1 and now the
Wi-Fi works in all circumstances 1-4.

Digging deeper in the sleep, resume, powerdown, etc.functions inside
/sys/dev/pci/pci.c and /sys/kern/subr_autoconf.c I've found that the
value of the function bwfm_pci_intmask changes from non-zero to zero
between the powerdown stage and the resume stage (values 6 and 4 
respectively in /sys/sys/device.h).

When the A/C charger is connected this non-zero to zero change does
not take place.

From what I've been studying the bwfm_intmask function may be related 
to masking interrupts and I think somehow this may be related to the
ACPI code but I'm lost now as to where to look.

Any guidance as to where to look next would be highly appreciated.

I now attach relevant dmesg (with extra printf that I've been using to
debug). 

The first suspend in the first dmesg corresponds to the A/C connected
all
the time (and where I've changed the value of the if conditional to be 
always 1. That's why the "could not set mpc" error won't appear)

In this case the bwfm_intmask value stays the same between powerdown and
resume states.(The value of bwmf_int_mask in the dmesg can be tracked in
the line "Valor de bus_space_read ...")

The second suspend corresponds to the MacBook running only on battery
and that's where the value of bwfm_intmask changes from non-zero to
zero.

=====================================================================

Jun 29 11:02:29 leomacbsd /bsd: OpenBSD 7.1-current (GENERIC.MP) #249:
Wed Jun 29 11:01:38 CDT 2022
Jun 29 11:02:29 leomacbsd /bsd:   
 leomoreno@leomacbsd.my.domain:/usr/src/sys/arch/amd64/compile/GENERIC.MP
Jun 29 11:02:29 leomacbsd /bsd: real mem = 17032024064 (16243MB)
Jun 29 11:02:29 leomacbsd /bsd: avail mem = 16498470912 (15734MB)
Jun 29 11:02:29 leomacbsd /bsd: random: good seed from bootblocks
Jun 29 11:02:29 leomacbsd /bsd: mpath0 at root
Jun 29 11:02:29 leomacbsd /bsd: scsibus0 at mpath0: 256 targets
Jun 29 11:02:29 leomacbsd /bsd: mainbus0 at root
Jun 29 11:02:29 leomacbsd /bsd: bios0 at mainbus0: SMBIOS rev. 2.7 @
0x78f8a000 (34 entries)
Jun 29 11:02:29 leomacbsd /bsd: bios0: vendor Apple Inc. version
"427.140.8.0.0" date 06/13/2021
Jun 29 11:02:29 leomacbsd /bsd: bios0: Apple Inc. MacBookPro11,5
Jun 29 11:02:29 leomacbsd /bsd: acpi0 at bios0: ACPI 5.0
Jun 29 11:02:29 leomacbsd /bsd: acpi0: sleep states S0 S3 S4 S5
Jun 29 11:02:29 leomacbsd /bsd: acpi0: tables DSDT FACP HPET APIC SBST
ECDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT DMAR MCFG VFCT
Jun 29 11:02:29 leomacbsd /bsd: acpi0: wakeup devices PEG0(S3) GFX0(S3)
PEG1(S3) PEG2(S3) EC__(S3) GMUX(S3) HDEF(S3) RP03(S4) ARPT(S4) RP04(S4)
XHC1(S3) ADP1(S3) LID0(S3)
Jun 29 11:02:29 leomacbsd /bsd: acpitimer0 at acpi0: 3579545 Hz, 24 bits
Jun 29 11:02:29 leomacbsd /bsd: acpihpet0 at acpi0: 14318179 Hz
Jun 29 11:02:29 leomacbsd /bsd: acpimadt0 at acpi0 addr 0xfee00000: PC-
AT compat
Jun 29 11:02:29 leomacbsd /bsd: cpu0 at mainbus0: apid 0 (boot
processor)
Jun 29 11:02:29 leomacbsd /bsd: cpu0: Intel(R) Core(TM) i7-4870HQ CPU @
2.50GHz, 3491.99 MHz, 06-46-01
Jun 29 11:02:29 leomacbsd /bsd: cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-
CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
Jun 29 11:02:29 leomacbsd /bsd: cpu0: 256KB 64b/line 8-way L2 cache
Jun 29 11:02:29 leomacbsd /bsd: cpu0: smt 0, core 0, package 0
Jun 29 11:02:29 leomacbsd /bsd: mtrr: Pentium Pro MTRR support, 10 var
ranges, 88 fixed ranges
Jun 29 11:02:29 leomacbsd /bsd: cpu0: apic clock running at 99MHz
Jun 29 11:02:29 leomacbsd /bsd: cpu0: mwait min=64, max=64, C-
substates=0.2.1.2.4, IBE
Jun 29 11:02:29 leomacbsd /bsd: cpu1 at mainbus0: apid 2 (application
processor)
Jun 29 11:02:29 leomacbsd /bsd: cpu1: Intel(R) Core(TM) i7-4870HQ CPU @
2.50GHz, 3491.92 MHz, 06-46-01
Jun 29 11:02:29 leomacbsd /bsd: cpu1:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-
CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
Jun 29 11:02:29 leomacbsd /bsd: cpu1: 256KB 64b/line 8-way L2 cache
Jun 29 11:02:29 leomacbsd /bsd: cpu1: smt 0, core 1, package 0
Jun 29 11:02:29 leomacbsd /bsd: cpu2 at mainbus0: apid 4 (application
processor)
Jun 29 11:02:29 leomacbsd /bsd: cpu2: Intel(R) Core(TM) i7-4870HQ CPU @
2.50GHz, 3491.92 MHz, 06-46-01
Jun 29 11:02:29 leomacbsd /bsd: cpu2:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-
CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
Jun 29 11:02:29 leomacbsd /bsd: cpu2: 256KB 64b/line 8-way L2 cache
Jun 29 11:02:29 leomacbsd /bsd: cpu2: smt 0, core 2, package 0
Jun 29 11:02:29 leomacbsd /bsd: cpu3 at mainbus0: apid 6 (application
processor)
Jun 29 11:02:29 leomacbsd /bsd: cpu3: Intel(R) Core(TM) i7-4870HQ CPU @
2.50GHz, 3491.92 MHz, 06-46-01
Jun 29 11:02:29 leomacbsd /bsd: cpu3:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-
CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
Jun 29 11:02:29 leomacbsd /bsd: cpu3: 256KB 64b/line 8-way L2 cache
Jun 29 11:02:29 leomacbsd /bsd: cpu3: smt 0, core 3, package 0
Jun 29 11:02:29 leomacbsd /bsd: cpu4 at mainbus0: apid 1 (application
processor)
Jun 29 11:02:29 leomacbsd /bsd: cpu4: Intel(R) Core(TM) i7-4870HQ CPU @
2.50GHz, 3491.92 MHz, 06-46-01
Jun 29 11:02:29 leomacbsd /bsd: cpu4:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-
CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
Jun 29 11:02:29 leomacbsd /bsd: cpu4: 256KB 64b/line 8-way L2 cache
Jun 29 11:02:29 leomacbsd /bsd: cpu4: smt 1, core 0, package 0
Jun 29 11:02:29 leomacbsd /bsd: cpu5 at mainbus0: apid 3 (application
processor)
Jun 29 11:02:29 leomacbsd /bsd: cpu5: Intel(R) Core(TM) i7-4870HQ CPU @
2.50GHz, 3491.92 MHz, 06-46-01
Jun 29 11:02:29 leomacbsd /bsd: cpu5:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-
CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
Jun 29 11:02:29 leomacbsd /bsd: cpu5: 256KB 64b/line 8-way L2 cache
Jun 29 11:02:29 leomacbsd /bsd: cpu5: smt 1, core 1, package 0
Jun 29 11:02:29 leomacbsd /bsd: cpu6 at mainbus0: apid 5 (application
processor)
Jun 29 11:02:29 leomacbsd /bsd: cpu6: Intel(R) Core(TM) i7-4870HQ CPU @
2.50GHz, 3491.92 MHz, 06-46-01
Jun 29 11:02:29 leomacbsd /bsd: cpu6:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-
CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
Jun 29 11:02:29 leomacbsd /bsd: cpu6: 256KB 64b/line 8-way L2 cache
Jun 29 11:02:29 leomacbsd /bsd: cpu6: smt 1, core 2, package 0
Jun 29 11:02:29 leomacbsd /bsd: cpu7 at mainbus0: apid 7 (application
processor)
Jun 29 11:02:29 leomacbsd /bsd: cpu7: Intel(R) Core(TM) i7-4870HQ CPU @
2.50GHz, 3491.92 MHz, 06-46-01
Jun 29 11:02:29 leomacbsd /bsd: cpu7:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-
CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
Jun 29 11:02:29 leomacbsd /bsd: cpu7: 256KB 64b/line 8-way L2 cache
Jun 29 11:02:29 leomacbsd /bsd: cpu7: smt 1, core 3, package 0
Jun 29 11:02:29 leomacbsd /bsd: ioapic0 at mainbus0: apid 2 pa
0xfec00000, version 20, 24 pins
Jun 29 11:02:29 leomacbsd /bsd: acpiec0 at acpi0
Jun 29 11:02:29 leomacbsd /bsd: acpimcfg0 at acpi0
Jun 29 11:02:29 leomacbsd /bsd: acpimcfg0: addr 0xe0000000, bus 0-156
Jun 29 11:02:29 leomacbsd /bsd: acpiprt0 at acpi0: bus 0 (PCI0)
Jun 29 11:02:29 leomacbsd /bsd: acpiprt1 at acpi0: bus 1 (PEG0)
Jun 29 11:02:29 leomacbsd /bsd: acpiprt2 at acpi0: bus 6 (PEG1)
Jun 29 11:02:29 leomacbsd /bsd: acpiprt3 at acpi0: bus 2 (PEG2)
Jun 29 11:02:29 leomacbsd /bsd: acpiprt4 at acpi0: bus 4 (RP03)
Jun 29 11:02:29 leomacbsd /bsd: acpiprt5 at acpi0: bus 5 (RP04)
Jun 29 11:02:29 leomacbsd /bsd: acpisbs0 at acpi0: SBS0 model "bq20z451"
serial 99 type LION oem "SMP"
Jun 29 11:02:29 leomacbsd /bsd: acpipci0 at acpi0 PCI0: 0x00000004
0x00000011 0x00000001
Jun 29 11:02:29 leomacbsd /bsd: acpicmos0 at acpi0
Jun 29 11:02:29 leomacbsd /bsd: asmc0 at acpi0: SMC_ (smc-huronriver)
addr 0x300/0x20: rev 2.30f630, 758 keys
Jun 29 11:02:29 leomacbsd /bsd: "ACPI0008" at acpi0 not configured
Jun 29 11:02:29 leomacbsd /bsd: "ACPI0001" at acpi0 not configured
Jun 29 11:02:29 leomacbsd /bsd: "APP000B" at acpi0 not configured
Jun 29 11:02:29 leomacbsd /bsd: acpiac0 at acpi0: AC unit online
Jun 29 11:02:29 leomacbsd /bsd: acpibtn0 at acpi0: LID0
Jun 29 11:02:29 leomacbsd /bsd: acpibtn1 at acpi0: PWRB
Jun 29 11:02:29 leomacbsd /bsd: abl0 at acpi0: PNLF (backlight)
Jun 29 11:02:29 leomacbsd /bsd: acpibtn2 at acpi0: SLPB
Jun 29 11:02:29 leomacbsd /bsd: acpicpu0 at acpi0: C2(200@148
mwait.1@0x33), C1(1000@1 mwait.1), PSS
Jun 29 11:02:29 leomacbsd /bsd: acpicpu1 at acpi0: C2(200@148
mwait.1@0x33), C1(1000@1 mwait.1), PSS
Jun 29 11:02:29 leomacbsd /bsd: acpicpu2 at acpi0: C2(200@148
mwait.1@0x33), C1(1000@1 mwait.1), PSS
Jun 29 11:02:29 leomacbsd /bsd: acpicpu3 at acpi0: C2(200@148
mwait.1@0x33), C1(1000@1 mwait.1), PSS
Jun 29 11:02:29 leomacbsd /bsd: acpicpu4 at acpi0: C2(200@148
mwait.1@0x33), C1(1000@1 mwait.1), PSS
Jun 29 11:02:29 leomacbsd /bsd: acpicpu5 at acpi0: C2(200@148
mwait.1@0x33), C1(1000@1 mwait.1), PSS
Jun 29 11:02:29 leomacbsd /bsd: acpicpu6 at acpi0: C2(200@148
mwait.1@0x33), C1(1000@1 mwait.1), PSS
Jun 29 11:02:29 leomacbsd /bsd: acpicpu7 at acpi0: C2(200@148
mwait.1@0x33), C1(1000@1 mwait.1), PSS
Jun 29 11:02:29 leomacbsd /bsd: acpivideo0 at acpi0: IGPU
Jun 29 11:02:29 leomacbsd /bsd: acpivout0 at acpivideo0: DD01
Jun 29 11:02:29 leomacbsd /bsd: cpu0: using VERW MDS workaround (except
on vmm entry)
Jun 29 11:02:29 leomacbsd /bsd: cpu0: Enhanced SpeedStep 3491 MHz:
speeds: 2501, 2500, 2300, 2100, 1900, 1600, 1400, 1200, 1000, 800 MHz
Jun 29 11:02:29 leomacbsd /bsd: pci0 at mainbus0 bus 0
Jun 29 11:02:29 leomacbsd /bsd: pchb0 at pci0 dev 0 function 0 vendor
"Intel", unknown product 0x0d04 rev 0x08
Jun 29 11:02:29 leomacbsd /bsd: ppb0 at pci0 dev 1 function 0 vendor
"Intel", unknown product 0x0d01 rev 0x08: msi
Jun 29 11:02:29 leomacbsd /bsd: pci1 at ppb0 bus 1
Jun 29 11:02:29 leomacbsd /bsd: radeondrm0 at pci1 dev 0 function 0 "ATI
Radeon HD 8800M" rev 0x83
Jun 29 11:02:29 leomacbsd /bsd: drm0 at radeondrm0
Jun 29 11:02:29 leomacbsd /bsd: radeondrm0: msi
Jun 29 11:02:29 leomacbsd /bsd: azalia0 at pci1 dev 0 function 1 "ATI
Radeon HD 7700 Audio" rev 0x00: msi
Jun 29 11:02:29 leomacbsd /bsd: azalia0: no supported codecs
Jun 29 11:02:29 leomacbsd /bsd: ppb1 at pci0 dev 1 function 1 vendor
"Intel", unknown product 0x0d05 rev 0x08: msi
Jun 29 11:02:29 leomacbsd /bsd: pci2 at ppb1 bus 6
Jun 29 11:02:29 leomacbsd /bsd: ppb2 at pci2 dev 0 function 0 "Intel
DSL5520 Thunderbolt" rev 0x00
Jun 29 11:02:29 leomacbsd /bsd: pci3 at ppb2 bus 7
Jun 29 11:02:29 leomacbsd /bsd: ppb3 at pci3 dev 0 function 0 "Intel
DSL5520 Thunderbolt" rev 0x00: msi
Jun 29 11:02:29 leomacbsd /bsd: pci4 at ppb3 bus 8
Jun 29 11:02:29 leomacbsd /bsd: "Intel DSL5520 Thunderbolt" rev 0x00 at
pci4 dev 0 function 0 not configured
Jun 29 11:02:29 leomacbsd /bsd: ppb4 at pci3 dev 3 function 0 "Intel
DSL5520 Thunderbolt" rev 0x00: msi
Jun 29 11:02:29 leomacbsd /bsd: pci5 at ppb4 bus 9
Jun 29 11:02:29 leomacbsd /bsd: ppb5 at pci3 dev 4 function 0 "Intel
DSL5520 Thunderbolt" rev 0x00: msi
Jun 29 11:02:29 leomacbsd /bsd: pci6 at ppb5 bus 58
Jun 29 11:02:29 leomacbsd /bsd: ppb6 at pci3 dev 5 function 0 "Intel
DSL5520 Thunderbolt" rev 0x00: msi
Jun 29 11:02:29 leomacbsd /bsd: pci7 at ppb6 bus 59
Jun 29 11:02:29 leomacbsd /bsd: ppb7 at pci3 dev 6 function 0 "Intel
DSL5520 Thunderbolt" rev 0x00: msi
Jun 29 11:02:29 leomacbsd /bsd: pci8 at ppb7 bus 108
Jun 29 11:02:29 leomacbsd /bsd: ppb8 at pci0 dev 1 function 2 vendor
"Intel", unknown product 0x0d09 rev 0x08: msi
Jun 29 11:02:29 leomacbsd /bsd: pci9 at ppb8 bus 2
Jun 29 11:02:29 leomacbsd /bsd: ahci0 at pci9 dev 0 function 0 "Samsung
SM951 AHCI" rev 0x01: apic 2 int 18, AHCI 1.3
Jun 29 11:02:29 leomacbsd /bsd: ahci0: port 0: 6.0Gb/s
Jun 29 11:02:29 leomacbsd /bsd: scsibus1 at ahci0: 32 targets
Jun 29 11:02:29 leomacbsd /bsd: sd0 at scsibus1 targ 0 lun 0: <ATA,
APPLE SSD SM0512, BXW1> naa.5002538900000000
Jun 29 11:02:29 leomacbsd /bsd: sd0: 477102MB, 512 bytes/sector,
977105060 sectors, thin
Jun 29 11:02:29 leomacbsd /bsd: xhci0 at pci0 dev 20 function 0 "Intel 8
Series xHCI" rev 0x05: msi, xHCI 1.0
Jun 29 11:02:29 leomacbsd /bsd: usb0 at xhci0: USB revision 3.0
Jun 29 11:02:29 leomacbsd /bsd: uhub0 at usb0 configuration 1 interface
0 "Intel xHCI root hub" rev 3.00/1.00 addr 1
Jun 29 11:02:29 leomacbsd /bsd: "Intel 8 Series MEI" rev 0x04 at pci0
dev 22 function 0 not configured
Jun 29 11:02:29 leomacbsd /bsd: azalia1 at pci0 dev 27 function 0 "Intel
8 Series HD Audio" rev 0x05: msi
Jun 29 11:02:29 leomacbsd /bsd: azalia1: codecs: Cirrus Logic CS4208
Jun 29 11:02:29 leomacbsd /bsd: audio0 at azalia1
Jun 29 11:02:29 leomacbsd /bsd: ppb9 at pci0 dev 28 function 0 "Intel 8
Series PCIE" rev 0xd5: msi
Jun 29 11:02:29 leomacbsd /bsd: pci10 at ppb9 bus 3
Jun 29 11:02:29 leomacbsd /bsd: ppb10 at pci0 dev 28 function 2 "Intel 8
Series PCIE" rev 0xd5: msi
Jun 29 11:02:29 leomacbsd /bsd: pci11 at ppb10 bus 4
Jun 29 11:02:29 leomacbsd /bsd: bwfm0 at pci11 dev 0 function 0
"Broadcom BCM43602" rev 0x01: msi
Jun 29 11:02:29 leomacbsd /bsd: ppb11 at pci0 dev 28 function 3 "Intel 8
Series PCIE" rev 0xd5: msi
Jun 29 11:02:29 leomacbsd /bsd: pci12 at ppb11 bus 5
Jun 29 11:02:29 leomacbsd /bsd: "Broadcom BCM15700A2" rev 0x00 at pci12
dev 0 function 0 not configured
Jun 29 11:02:29 leomacbsd /bsd: pcib0 at pci0 dev 31 function 0 "Intel
HM87 LPC" rev 0x05
Jun 29 11:02:29 leomacbsd /bsd: ichiic0 at pci0 dev 31 function 3 "Intel
8 Series SMBus" rev 0x05: apic 2 int 18
Jun 29 11:02:29 leomacbsd /bsd: iic0 at ichiic0
Jun 29 11:02:29 leomacbsd /bsd: "Intel 8 Series Thermal" rev 0x05 at
pci0 dev 31 function 6 not configured
Jun 29 11:02:29 leomacbsd /bsd: isa0 at pcib0
Jun 29 11:02:29 leomacbsd /bsd: isadma0 at isa0
Jun 29 11:02:29 leomacbsd /bsd: com0 at isa0 port 0x3f8/8 irq 4: ns8250,
no fifo
Jun 29 11:02:29 leomacbsd /bsd: pcppi0 at isa0 port 0x61
Jun 29 11:02:29 leomacbsd /bsd: spkr0 at pcppi0
Jun 29 11:02:29 leomacbsd /bsd: vmm0 at mainbus0: VMX/EPT
Jun 29 11:02:29 leomacbsd /bsd: efifb at mainbus0 not configured
Jun 29 11:02:29 leomacbsd /bsd: uhidev0 at uhub0 port 8 configuration 1
interface 0 "Broadcom Corp. Bluetooth USB Host Controller" rev 2.01/1.69
addr 2
Jun 29 11:02:29 leomacbsd /bsd: uhidev0: iclass 3/1, 1 report id
Jun 29 11:02:29 leomacbsd /bsd: ukbd0 at uhidev0 reportid 1: 8 variable
keys, 6 key codes
Jun 29 11:02:29 leomacbsd /bsd: wskbd0 at ukbd0: console keyboard
Jun 29 11:02:29 leomacbsd /bsd: uhidev1 at uhub0 port 8 configuration 1
interface 1 "Broadcom Corp. Bluetooth USB Host Controller" rev 2.01/1.69
addr 2
Jun 29 11:02:29 leomacbsd /bsd: uhidev1: iclass 3/1, 2 report ids
Jun 29 11:02:29 leomacbsd /bsd: ums0 at uhidev1 reportid 2: 3 buttons
Jun 29 11:02:29 leomacbsd /bsd: wsmouse0 at ums0 mux 0
Jun 29 11:02:29 leomacbsd /bsd: ugen0 at uhub0 port 8 configuration 1
"Broadcom Corp. Bluetooth USB Host Controller" rev 2.01/1.69 addr 2
Jun 29 11:02:29 leomacbsd /bsd: uhidev2 at uhub0 port 12 configuration 1
interface 0 "Apple Inc. Apple Internal Keyboard / Trackpad" rev
2.00/6.24 addr 3
Jun 29 11:02:29 leomacbsd /bsd: uhidev2: iclass 3/0, 224 report ids
Jun 29 11:02:29 leomacbsd /bsd: uhid0 at uhidev2 reportid 224: input=4,
output=0, feature=0
Jun 29 11:02:29 leomacbsd /bsd: uhidev3 at uhub0 port 12 configuration 1
interface 1 "Apple Inc. Apple Internal Keyboard / Trackpad" rev
2.00/6.24 addr 3
Jun 29 11:02:29 leomacbsd /bsd: uhidev3: iclass 3/1, 82 report ids
Jun 29 11:02:29 leomacbsd /bsd: ukbd1 at uhidev3 reportid 1: 8 variable
keys, 6 key codes, country code 13
Jun 29 11:02:29 leomacbsd /bsd: wskbd1 at ukbd1 mux 1
Jun 29 11:02:29 leomacbsd /bsd: uhid1 at uhidev3 reportid 9: input=0,
output=0, feature=3
Jun 29 11:02:29 leomacbsd /bsd: uhid2 at uhidev3 reportid 63: input=64,
output=0, feature=0
Jun 29 11:02:29 leomacbsd /bsd: ucc0 at uhidev3 reportid 82: 5 usages, 3
keys, enum
Jun 29 11:02:29 leomacbsd /bsd: wskbd2 at ucc0 mux 1
Jun 29 11:02:29 leomacbsd /bsd: ubcmtp0 at uhub0 port 12 configuration 1
interface 2 "Apple Inc. Apple Internal Keyboard / Trackpad" rev
2.00/6.24 addr 3
Jun 29 11:02:29 leomacbsd /bsd: wsmouse1 at ubcmtp0 mux 0
Jun 29 11:02:29 leomacbsd /bsd: uhidev4 at uhub0 port 12 configuration 1
interface 3 "Apple Inc. Apple Internal Keyboard / Trackpad" rev
2.00/6.24 addr 3
Jun 29 11:02:29 leomacbsd /bsd: uhidev4: iclass 3/0, 83 report ids
Jun 29 11:02:29 leomacbsd /bsd: uhid3 at uhidev4 reportid 63: input=15,
output=0, feature=0
Jun 29 11:02:29 leomacbsd /bsd: uhid4 at uhidev4 reportid 83: input=0,
output=63, feature=0
Jun 29 11:02:29 leomacbsd /bsd: uhidev5 at uhub0 port 12 configuration 1
interface 4 "Apple Inc. Apple Internal Keyboard / Trackpad" rev
2.00/6.24 addr 3
Jun 29 11:02:29 leomacbsd /bsd: uhidev5: iclass 3/0, 192 report ids
Jun 29 11:02:29 leomacbsd /bsd: uhid5 at uhidev5 reportid 192:
input=107, output=0, feature=0
Jun 29 11:02:29 leomacbsd /bsd: umass0 at uhub0 port 19 configuration 1
interface 0 "Apple Card Reader" rev 3.00/8.20 addr 4
Jun 29 11:02:29 leomacbsd /bsd: umass0: using SCSI over Bulk-Only
Jun 29 11:02:29 leomacbsd /bsd: scsibus2 at umass0: 2 targets, initiator
0
Jun 29 11:02:29 leomacbsd /bsd: sd1 at scsibus2 targ 1 lun 0: <APPLE, SD
Card Reader, 3.00> removable serial.05ac8406000000000820
Jun 29 11:02:29 leomacbsd /bsd: vscsi0 at root
Jun 29 11:02:29 leomacbsd /bsd: scsibus3 at vscsi0: 256 targets
Jun 29 11:02:29 leomacbsd /bsd: softraid0 at root
Jun 29 11:02:29 leomacbsd /bsd: scsibus4 at softraid0: 256 targets
Jun 29 11:02:29 leomacbsd /bsd: root on sd0a (f6b901010f8b0eca.a) swap
on sd0b dump on sd0b
Jun 29 11:02:29 leomacbsd /bsd: radeondrm0: VERDE
Jun 29 11:02:29 leomacbsd /bsd: radeondrm0: 2880x1800, 32bpp
Jun 29 11:02:29 leomacbsd /bsd: wsdisplay0 at radeondrm0 mux 1: console
(std, vt100 emulation), using wskbd0
Jun 29 11:02:29 leomacbsd /bsd: wskbd1: connecting to wsdisplay0
Jun 29 11:02:29 leomacbsd /bsd: wskbd2: connecting to wsdisplay0
Jun 29 11:02:29 leomacbsd /bsd: wsdisplay0: screen 1-5 added (std, vt100
emulation)
Jun 29 11:02:29 leomacbsd /bsd: Dentro de bwfm_attachhook en bwfm.c
Jun 29 11:02:29 leomacbsd /bsd: Dentro de bwfm_pci_preinit en
if_bwfm_pci.c
Jun 29 11:02:29 leomacbsd /bsd: Por entrar a bwfm_chip_attach en
if_bwfm_pci.c
Jun 29 11:02:29 leomacbsd /bsd: bwfm0: 0x135:0  base 0x00000000 wrap
0x18109000
Jun 29 11:02:29 leomacbsd /bsd: bwfm0: 0x80e:21 base 0x18004000 wrap
0x18108000
Jun 29 11:02:29 leomacbsd /bsd: bwfm0: 0x82a:8  base 0x18005000 wrap
0x18105000
Jun 29 11:02:29 leomacbsd /bsd: bwfm0: 0x83c:9  base 0x18003000 wrap
0x18103000
Jun 29 11:02:29 leomacbsd /bsd: bwfm0: 0x83e:7  base 0x18002000 wrap
0x18102000
Jun 29 11:02:29 leomacbsd /bsd: bwfm0: 0x812:49 base 0x18001000 wrap
0x18101000
Jun 29 11:02:29 leomacbsd /bsd: bwfm0: 0x800:48 base 0x18000000 wrap
0x18100000
Jun 29 11:02:29 leomacbsd /bsd: Dentro de bwfm_preinit en bwfm.c
Jun 29 11:02:29 leomacbsd /bsd: bwfm0: address a4:5e:60:f0:2f:ed
Jun 29 11:02:29 leomacbsd /bsd: bwfm0: 5G HT 1 VHT 1
Jun 29 11:02:29 leomacbsd /bsd: bwfm0: 2G HT 1 VHT 1
Jun 29 11:02:29 leomacbsd /bsd: Dentro de bwfm_init
Jun 29 11:02:29 leomacbsd /bsd: bwfm_rx_event_cb: len 79 datalen 5 code
54 status 0 reason 0
Jun 29 11:02:29 leomacbsd /bsd: bwfm_rx_event_cb: len 79 datalen 5 code
54 status 0 reason 0
Jun 29 11:02:29 leomacbsd /bsd: bwfm0: bwfm_send_mgmt
Jun 29 11:02:29 leomacbsd /bsd: bwfm0: marking port f8:bb:bf:fc:01:c8
valid
Jun 29 11:02:30 leomacbsd savecore: no core dump
Jun 29 11:02:30 leomacbsd apmd: battery status: high. external power
status: connected. estimated battery life 100%
Jun 29 11:02:38 leomacbsd reorder_kernel: kernel relinking done
Jun 29 11:03:42 leomacbsd apmd: system suspending
Jun 29 11:03:42 leomacbsd apmd: battery status: high. external power
status: connected. estimated battery life 100%
Jun 29 11:03:43 leomacbsd /bsd: Device: scsibus0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpitimer0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpihpet0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpimadt0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpiec0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpimcfg0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpiprt0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpiprt1 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpiprt2 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpiprt3 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpiprt4 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpiprt5 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpisbs0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpipci0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpicmos0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: asmc0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpiac0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpibtn0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpibtn1 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: abl0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpibtn2 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpicpu0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpicpu1 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpicpu2 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpicpu3 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpicpu4 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpicpu5 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpicpu6 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpicpu7 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpivout0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpivideo0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: acpi0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: bios0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: cpu0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: cpu1 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: cpu2 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: cpu3 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: cpu4 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: cpu5 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: cpu6 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: cpu7 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: ioapic0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: pchb0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: drm0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: wsdisplay0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: radeondrm0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: azalia0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: pci1 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: ppb0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: pci4 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: ppb3 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: pci5 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: ppb4 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: pci6 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: ppb5 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: pci7 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: ppb6 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: pci8 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: ppb7 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: pci3 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: ppb2 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: pci2 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: ppb1 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: scsibus1 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: ahci0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: pci9 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: ppb8 with act: 2 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: wskbd0 with act: 1 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: uhidev0 with act: 1 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: wsmouse0 with act: 1 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: uhidev1 with act: 1 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: ugen0 with act: 1 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: uhidev2 with act: 1 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: wskbd1 with act: 1 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: wskbd2 with act: 1 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: uhidev3 with act: 1 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: ubcmtp0 with act: 1 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: uhidev4 with act: 1 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: uhidev5 with act: 1 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: scsibus2 with act: 1 dentro de
subr_autconf
Jun 29 11:03:43 leomacbsd /bsd: Device: umass0 with act: 1 dentro de
subr_autconf
Jun 29 11:03:44 leomacbsd /bsd: ukbd0: was console keyboard
Jun 29 11:03:44 leomacbsd /bsd: wskbd0 detached
Jun 29 11:03:44 leomacbsd /bsd: ukbd0 detached
Jun 29 11:03:44 leomacbsd /bsd: uhidev0 detached
Jun 29 11:03:44 leomacbsd /bsd: wsmouse0 detached
Jun 29 11:03:44 leomacbsd /bsd: ums0 detached
Jun 29 11:03:44 leomacbsd /bsd: uhidev1 detached
Jun 29 11:03:44 leomacbsd /bsd: ugen0 detached
Jun 29 11:03:45 leomacbsd /bsd: uhid0 detached
Jun 29 11:03:45 leomacbsd /bsd: uhidev2 detached
Jun 29 11:03:45 leomacbsd /bsd: wskbd1: disconnecting from wsdisplay0
Jun 29 11:03:45 leomacbsd /bsd: wskbd1 detached
Jun 29 11:03:45 leomacbsd /bsd: ukbd1 detached
Jun 29 11:03:45 leomacbsd /bsd: uhid1 detached
Jun 29 11:03:45 leomacbsd /bsd: uhid2 detached
Jun 29 11:03:45 leomacbsd /bsd: wskbd2: disconnecting from wsdisplay0
Jun 29 11:03:45 leomacbsd /bsd: wskbd2 detached
Jun 29 11:03:45 leomacbsd /bsd: ucc0 detached
Jun 29 11:03:45 leomacbsd /bsd: uhidev3 detached
Jun 29 11:03:45 leomacbsd /bsd: wsmouse1 detached
Jun 29 11:03:45 leomacbsd /bsd: ubcmtp0 detached
Jun 29 11:03:45 leomacbsd /bsd: uhid3 detached
Jun 29 11:03:45 leomacbsd /bsd: uhid4 detached
Jun 29 11:03:45 leomacbsd /bsd: uhidev4 detached
Jun 29 11:03:45 leomacbsd /bsd: uhid5 detached
Jun 29 11:03:45 leomacbsd /bsd: uhidev5 detached
Jun 29 11:03:46 leomacbsd /bsd: sd1 detached
Jun 29 11:03:46 leomacbsd /bsd: scsibus2 detached
Jun 29 11:03:47 leomacbsd /bsd: umass0 detached
Jun 29 11:03:48 leomacbsd /bsd: uhub0 detached
Jun 29 11:03:48 leomacbsd /bsd: Device: usb0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:48 leomacbsd /bsd: Device: xhci0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:48 leomacbsd /bsd: Device: audio0 with act: 2 dentro de
subr_autconf
Jun 29 11:03:48 leomacbsd /bsd: Device: azalia1 with act: 2 dentro de
subr_autconf
Jun 29 11:03:48 leomacbsd /bsd: Device: pci10 with act: 2 dentro de
subr_autconf
Jun 29 11:03:48 leomacbsd /bsd: Device: ppb9 with act: 2 dentro de
subr_autconf
Jun 29 11:03:48 leomacbsd /bsd: Dentro de DVACT_QUIESCE en
bwfm_pci_activate
Jun 29 11:03:48 leomacbsd /bsd: Valor de bus_space_read: 16974784
Jun 29 11:04:01 leomacbsd /bsd: sc->sc_initialized es: 1
Jun 29 11:04:01 leomacbsd /bsd: Dentro de bwfm_pci_send_mb_data
Jun 29 11:04:01 leomacbsd /bsd: Reg es: 0
Jun 29 11:04:01 leomacbsd /bsd: Valor de bus_space_read despues de
funcion: 16843712
Jun 29 11:04:01 leomacbsd /bsd: Device: bwfm0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci11 with act: 2 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb10 with act: 2 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci12 with act: 2 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb11 with act: 2 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: isadma0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: com0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: spkr0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pcppi0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: isa0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pcib0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: iic0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ichiic0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: vmm0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: scsibus0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpitimer0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpihpet0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpimadt0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiec0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpimcfg0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt1 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt2 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt3 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt4 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt5 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpisbs0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpipci0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicmos0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: asmc0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiac0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpibtn0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpibtn1 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: abl0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpibtn2 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu1 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu2 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu3 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu4 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu5 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu6 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu7 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpivout0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpivideo0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpi0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: bios0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu1 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu2 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu3 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu4 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu5 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu6 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu7 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ioapic0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pchb0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: radeondrm0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: azalia0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci1 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci4 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb3 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci5 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb4 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci6 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb5 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci7 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb6 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci8 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb7 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci3 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb2 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci2 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb1 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: scsibus1 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ahci0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci9 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb8 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: usb0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: xhci0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: azalia1 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci10 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb9 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Valor de bus_space_read despues de
funcion: 16843712
Jun 29 11:04:01 leomacbsd /bsd: Device: bwfm0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci11 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb10 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci12 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb11 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: isadma0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: com0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: spkr0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pcppi0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: isa0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pcib0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: iic0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ichiic0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: vmm0 with act: 3 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: scsibus0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpitimer0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpihpet0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpimadt0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiec0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpimcfg0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt1 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt2 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt3 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt4 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt5 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpisbs0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpipci0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicmos0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: asmc0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiac0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpibtn0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpibtn1 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: abl0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpibtn2 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu1 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu2 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu3 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu4 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu5 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu6 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu7 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpivout0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpivideo0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpi0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: bios0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu1 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu2 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu3 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu4 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu5 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu6 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu7 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ioapic0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pchb0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: radeondrm0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: azalia0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci1 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci4 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb3 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci5 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb4 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci6 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb5 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci7 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb6 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci8 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb7 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci3 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb2 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci2 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb1 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: scsibus1 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ahci0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci9 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb8 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: usb0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: xhci0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: azalia1 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci10 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb9 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Valor de bus_space_read despues de
funcion: 16843712
Jun 29 11:04:01 leomacbsd /bsd: Device: bwfm0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci11 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb10 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci12 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb11 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: isadma0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: com0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: spkr0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pcppi0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: isa0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pcib0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: iic0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ichiic0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: vmm0 with act: 6 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpitimer0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpihpet0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpimadt0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiec0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpimcfg0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt1 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt2 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt3 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt4 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt5 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpisbs0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpipci0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicmos0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: asmc0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiac0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpibtn0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpibtn1 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: abl0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpibtn2 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu1 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu2 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu3 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu4 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu5 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu6 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpicpu7 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpivout0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpivideo0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpi0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: bios0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu1 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu2 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu3 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu4 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu5 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu6 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: cpu7 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ioapic0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Inside pci_resume en pci.c: Dispositivo:
pci0
Jun 29 11:04:01 leomacbsd last message repeated 6 times
Jun 29 11:04:01 leomacbsd /bsd: Device: pchb0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Inside pci_resume en pci.c: Dispositivo:
pci1
Jun 29 11:04:01 leomacbsd /bsd: Inside pci_resume en pci.c: Dispositivo:
pci1
Jun 29 11:04:01 leomacbsd /bsd: Device: radeondrm0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: azalia0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci1 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Inside pci_resume en pci.c: Dispositivo:
pci4
Jun 29 11:04:01 leomacbsd /bsd: Device: pci4 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb3 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci5 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb4 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci6 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb5 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci7 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb6 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci8 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb7 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci3 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb2 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci2 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb1 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Inside pci_resume en pci.c: Dispositivo:
pci9
Jun 29 11:04:01 leomacbsd /bsd: Device: scsibus1 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ahci0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci9 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb8 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: uhub0 at usb0 configuration 1 interface
0 "Intel xHCI root hub" rev 3.00/1.00 addr 1
Jun 29 11:04:01 leomacbsd /bsd: Device: usb0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: xhci0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: audio0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: azalia1 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci10 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb9 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Inside pci_resume en pci.c: Dispositivo:
pci11
Jun 29 11:04:01 leomacbsd /bsd: Valor de bus_space_read despues de
funcion: 16843712
Jun 29 11:04:01 leomacbsd /bsd: Device: bwfm0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci11 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb10 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Inside pci_resume en pci.c: Dispositivo:
pci12
Jun 29 11:04:01 leomacbsd /bsd: Device: pci12 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ppb11 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: isadma0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: com0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: spkr0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pcppi0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: isa0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pcib0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: iic0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: ichiic0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: pci0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: vmm0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: scsibus0 with act: 4 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: bwfm_rx_event_cb: len 79 datalen 5 code
54 status 0 reason 0
Jun 29 11:04:01 leomacbsd /bsd: bwfm_rx_event_cb: len 79 datalen 5 code
54 status 0 reason 0
Jun 29 11:04:01 leomacbsd /bsd: Device: acpitimer0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpihpet0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpimadt0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiec0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpimcfg0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt1 with act: 5 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt2 with act: 5 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt3 with act: 5 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt4 with act: 5 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: Device: acpiprt5 with act: 5 dentro de
subr_autconf
Jun 29 11:04:01 leomacbsd /bsd: uhidev0 at uhub0 port 8 configuration 1
interface 0 "Broadcom Corp. Bluetooth USB Host Controller" rev 2.01/1.69
addr 2
Jun 29 11:04:01 leomacbsd /bsd: uhidev0: iclass 3/1, 1 report id
Jun 29 11:04:01 leomacbsd /bsd: ukbd0 at uhidev0 reportid 1: 8 variable
keys, 6 key codes
Jun 29 11:04:02 leomacbsd /bsd: wskbd0 at ukbd0: console keyboard, using
wsdisplay0
Jun 29 11:04:02 leomacbsd /bsd: uhidev1 at uhub0 port 8 configuration 1
interface 1 "Broadcom Corp. Bluetooth USB Host Controller" rev 2.01/1.69
addr 2
Jun 29 11:04:02 leomacbsd /bsd: uhidev1: iclass 3/1, 2 report ids
Jun 29 11:04:02 leomacbsd /bsd: ums0 at uhidev1 reportid 2: 3 buttons
Jun 29 11:04:02 leomacbsd /bsd: wsmouse0 at ums0 mux 0
Jun 29 11:04:02 leomacbsd /bsd: ugen0 at uhub0 port 8 configuration 1
"Broadcom Corp. Bluetooth USB Host Controller" rev 2.01/1.69 addr 2
Jun 29 11:04:02 leomacbsd /bsd: uhidev2 at uhub0 port 12 configuration 1
interface 0 "Apple Inc. Apple Internal Keyboard / Trackpad" rev
2.00/6.24 addr 3
Jun 29 11:04:02 leomacbsd /bsd: uhidev2: iclass 3/0, 224 report ids
Jun 29 11:04:02 leomacbsd /bsd: uhid0 at uhidev2 reportid 224: input=4,
output=0, feature=0
Jun 29 11:04:02 leomacbsd /bsd: uhidev3 at uhub0 port 12 configuration 1
interface 1 "Apple Inc. Apple Internal Keyboard / Trackpad" rev
2.00/6.24 addr 3
Jun 29 11:04:02 leomacbsd /bsd: uhidev3: iclass 3/1, 82 report ids
Jun 29 11:04:02 leomacbsd /bsd: ukbd1 at uhidev3 reportid 1: 8 variable
keys, 6 key codes, country code 13
Jun 29 11:04:03 leomacbsd /bsd: wskbd1 at ukbd1 mux 1
Jun 29 11:04:03 leomacbsd /bsd: wskbd1: connecting to wsdisplay0
Jun 29 11:04:03 leomacbsd /bsd: uhid1 at uhidev3 reportid 9: input=0,
output=0, feature=3
Jun 29 11:04:03 leomacbsd /bsd: uhid2 at uhidev3 reportid 63: input=64,
output=0, feature=0
Jun 29 11:04:03 leomacbsd /bsd: ucc0 at uhidev3 reportid 82: 5 usages, 3
keys, enum
Jun 29 11:04:03 leomacbsd /bsd: wskbd2 at ucc0 mux 1
Jun 29 11:04:03 leomacbsd /bsd: wskbd2: connecting to wsdisplay0
Jun 29 11:04:03 leomacbsd /bsd: ubcmtp0 at uhub0 port 12 configuration 1
interface 2 "Apple Inc. Apple Internal Keyboard / Trackpad" rev
2.00/6.24 addr 3
Jun 29 11:04:03 leomacbsd /bsd: wsmouse1 at ubcmtp0 mux 0
Jun 29 11:04:03 leomacbsd /bsd: uhidev4 at uhub0 port 12 configuration 1
interface 3 "Apple Inc. Apple Internal Keyboard / Trackpad" rev
2.00/6.24 addr 3
Jun 29 11:04:03 leomacbsd /bsd: uhidev4: iclass 3/0, 83 report ids
Jun 29 11:04:03 leomacbsd /bsd: uhid3 at uhidev4 reportid 63: input=15,
output=0, feature=0
Jun 29 11:04:03 leomacbsd /bsd: uhid4 at uhidev4 reportid 83: input=0,
output=63, feature=0
Jun 29 11:04:03 leomacbsd /bsd: uhidev5 at uhub0 port 12 configuration 1
interface 4 "Apple Inc. Apple Internal Keyboard / Trackpad" rev
2.00/6.24 addr 3
Jun 29 11:04:03 leomacbsd /bsd: uhidev5: iclass 3/0, 192 report ids
Jun 29 11:04:03 leomacbsd /bsd: uhid5 at uhidev5 reportid 192:
input=107, output=0, feature=0
Jun 29 11:04:03 leomacbsd /bsd: umass0 at uhub0 port 19 configuration 1
interface 0 "Apple Card Reader" rev 3.00/8.20 addr 4
Jun 29 11:04:03 leomacbsd /bsd: umass0: using SCSI over Bulk-Only
Jun 29 11:04:03 leomacbsd /bsd: scsibus2 at umass0: 2 targets, initiator
0
Jun 29 11:04:03 leomacbsd /bsd: sd1 at scsibus2 targ 1 lun 0: <APPLE, SD
Card Reader, 3.00> removable serial.05ac8406000000000820
Jun 29 11:04:06 leomacbsd /bsd: Device: acpisbs0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:06 leomacbsd /bsd: Device: acpipci0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:06 leomacbsd /bsd: Device: acpicmos0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:06 leomacbsd /bsd: Device: asmc0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:06 leomacbsd /bsd: Device: acpiac0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: acpibtn0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: acpibtn1 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: abl0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: acpibtn2 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: acpicpu0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: acpicpu1 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: acpicpu2 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: acpicpu3 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: acpicpu4 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: acpicpu5 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: acpicpu6 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: acpicpu7 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: acpivout0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: acpivideo0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: acpi0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: bios0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: cpu0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: cpu1 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: cpu2 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: cpu3 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: cpu4 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: cpu5 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: cpu6 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: cpu7 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: ioapic0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:07 leomacbsd /bsd: Device: pchb0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: drm0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: wsdisplay0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: radeondrm0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: azalia0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: pci1 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: ppb0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: pci4 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: ppb3 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: pci5 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: ppb4 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: pci6 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: ppb5 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: pci7 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: ppb6 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: pci8 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: ppb7 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: pci3 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: ppb2 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: pci2 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: ppb1 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: scsibus1 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: ahci0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: pci9 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: ppb8 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: uhidev0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: uhidev1 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: ugen0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: uhidev2 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: uhidev3 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: ubcmtp0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: uhidev4 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: uhidev5 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: scsibus2 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: umass0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: uhub0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: usb0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: xhci0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: audio0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: azalia1 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: pci10 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: ppb9 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: DENTRO DE bwfm_pci_activate in
if_bwfm_pci.c
Jun 29 11:04:11 leomacbsd /bsd: Valor de bwfm_pci_intmask(sc) es:
16843712
Jun 29 11:04:11 leomacbsd /bsd: Valor de bwfm_pci_send_mb_data es: 1
Jun 29 11:04:11 leomacbsd /bsd: DENTRO DE bwfm_cleanup
Jun 29 11:04:11 leomacbsd /bsd: DENTRO DE bwfm_chip_detach en bwfm.c
Jun 29 11:04:11 leomacbsd /bsd: Dentro de bwfm_pci_cleanup
Jun 29 11:04:11 leomacbsd /bsd: Activando bwfm
Jun 29 11:04:11 leomacbsd /bsd: Dentro de bwfm_init
Jun 29 11:04:11 leomacbsd /bsd: Dentro de bwfm_init justo despues de
condicion
Jun 29 11:04:11 leomacbsd /bsd: Dentro de bwfm_pci_preinit en
if_bwfm_pci.c
Jun 29 11:04:11 leomacbsd /bsd: Por entrar a bwfm_chip_attach en
if_bwfm_pci.c
Jun 29 11:04:11 leomacbsd /bsd: bwfm0: 0x135:0  base 0x00000000 wrap
0x18109000
Jun 29 11:04:11 leomacbsd /bsd: bwfm0: 0x80e:21 base 0x18004000 wrap
0x18108000
Jun 29 11:04:11 leomacbsd /bsd: bwfm0: 0x82a:8  base 0x18005000 wrap
0x18105000
Jun 29 11:04:11 leomacbsd /bsd: bwfm0: 0x83c:9  base 0x18003000 wrap
0x18103000
Jun 29 11:04:11 leomacbsd /bsd: bwfm0: 0x83e:7  base 0x18002000 wrap
0x18102000
Jun 29 11:04:11 leomacbsd /bsd: bwfm0: 0x812:49 base 0x18001000 wrap
0x18101000
Jun 29 11:04:11 leomacbsd /bsd: bwfm0: 0x800:48 base 0x18000000 wrap
0x18100000
Jun 29 11:04:11 leomacbsd /bsd: Dentro de bwfm_preinit en bwfm.c
Jun 29 11:04:11 leomacbsd /bsd: bwfm0: address a4:5e:60:f0:2f:ed
Jun 29 11:04:11 leomacbsd /bsd: bwfm0: 5G HT 1 VHT 1
Jun 29 11:04:11 leomacbsd /bsd: bwfm0: 2G HT 1 VHT 1
Jun 29 11:04:11 leomacbsd /bsd: Dentro de bwfm_init por inicializar sc
Jun 29 11:04:11 leomacbsd /bsd: bwfm_rx_event_cb: len 79 datalen 5 code
54 status 0 reason 0
Jun 29 11:04:11 leomacbsd /bsd: bwfm_rx_event_cb: len 79 datalen 5 code
54 status 0 reason 0
Jun 29 11:04:11 leomacbsd /bsd: Device: bwfm0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: pci11 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: ppb10 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: pci12 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: ppb11 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: isadma0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: com0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: spkr0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: pcppi0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: isa0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: pcib0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: iic0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: ichiic0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: pci0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: vmm0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd /bsd: Device: scsibus0 with act: 5 dentro de
subr_autconf
Jun 29 11:04:11 leomacbsd apmd: system resumed from sleep
Jun 29 11:04:11 leomacbsd apmd: battery status: high. external power
status: connected. estimated battery life 100%
Jun 29 11:04:14 leomacbsd /bsd: bwfm0: bwfm_send_mgmt
Jun 29 11:04:14 leomacbsd /bsd: bwfm0: marking port f8:bb:bf:fc:01:c8
valid
Jun 29 11:04:38 leomacbsd apmd: battery status: high. external power
status: not connected. estimated battery life 100%




=====================================================================




Dmesg with only battery connected.

Jun 29 11:04:46 leomacbsd apmd: system suspending
Jun 29 11:04:46 leomacbsd apmd: battery status: high. external power
status: not connected. estimated battery life 100%
Jun 29 11:04:47 leomacbsd /bsd: Device: scsibus0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpitimer0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpihpet0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpimadt0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpiec0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpimcfg0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpiprt0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpiprt1 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpiprt2 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpiprt3 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpiprt4 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpiprt5 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpisbs0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpipci0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpicmos0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: asmc0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpiac0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpibtn0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpibtn1 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: abl0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpibtn2 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpicpu0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpicpu1 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpicpu2 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpicpu3 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpicpu4 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpicpu5 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpicpu6 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpicpu7 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpivout0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpivideo0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: acpi0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: bios0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: cpu0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: cpu1 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: cpu2 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: cpu3 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: cpu4 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: cpu5 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: cpu6 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: cpu7 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: ioapic0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: pchb0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: drm0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: wsdisplay0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: radeondrm0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: azalia0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: pci1 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: ppb0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: pci4 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: ppb3 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: pci5 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: ppb4 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: pci6 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: ppb5 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: pci7 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: ppb6 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: pci8 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: ppb7 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: pci3 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: ppb2 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: pci2 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: ppb1 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: scsibus1 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: ahci0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: pci9 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: ppb8 with act: 2 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: wskbd0 with act: 1 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: uhidev0 with act: 1 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: wsmouse0 with act: 1 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: uhidev1 with act: 1 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: ugen0 with act: 1 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: uhidev2 with act: 1 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: wskbd1 with act: 1 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: wskbd2 with act: 1 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: uhidev3 with act: 1 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: ubcmtp0 with act: 1 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: uhidev4 with act: 1 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: uhidev5 with act: 1 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: scsibus2 with act: 1 dentro de
subr_autconf
Jun 29 11:04:47 leomacbsd /bsd: Device: umass0 with act: 1 dentro de
subr_autconf
Jun 29 11:04:48 leomacbsd /bsd: ukbd0: was console keyboard
Jun 29 11:04:48 leomacbsd /bsd: wskbd0 detached
Jun 29 11:04:48 leomacbsd /bsd: ukbd0 detached
Jun 29 11:04:48 leomacbsd /bsd: uhidev0 detached
Jun 29 11:04:48 leomacbsd /bsd: wsmouse0 detached
Jun 29 11:04:48 leomacbsd /bsd: ums0 detached
Jun 29 11:04:48 leomacbsd /bsd: uhidev1 detached
Jun 29 11:04:48 leomacbsd /bsd: ugen0 detached
Jun 29 11:04:49 leomacbsd /bsd: uhid0 detached
Jun 29 11:04:49 leomacbsd /bsd: uhidev2 detached
Jun 29 11:04:49 leomacbsd /bsd: wskbd1: disconnecting from wsdisplay0
Jun 29 11:04:49 leomacbsd /bsd: wskbd1 detached
Jun 29 11:04:49 leomacbsd /bsd: ukbd1 detached
Jun 29 11:04:49 leomacbsd /bsd: uhid1 detached
Jun 29 11:04:49 leomacbsd /bsd: uhid2 detached
Jun 29 11:04:49 leomacbsd /bsd: wskbd2: disconnecting from wsdisplay0
Jun 29 11:04:49 leomacbsd /bsd: wskbd2 detached
Jun 29 11:04:49 leomacbsd /bsd: ucc0 detached
Jun 29 11:04:49 leomacbsd /bsd: uhidev3 detached
Jun 29 11:04:49 leomacbsd /bsd: wsmouse1 detached
Jun 29 11:04:49 leomacbsd /bsd: ubcmtp0 detached
Jun 29 11:04:49 leomacbsd /bsd: uhid3 detached
Jun 29 11:04:49 leomacbsd /bsd: uhid4 detached
Jun 29 11:04:49 leomacbsd /bsd: uhidev4 detached
Jun 29 11:04:49 leomacbsd /bsd: uhid5 detached
Jun 29 11:04:49 leomacbsd /bsd: uhidev5 detached
Jun 29 11:04:50 leomacbsd /bsd: sd1 detached
Jun 29 11:04:50 leomacbsd /bsd: scsibus2 detached
Jun 29 11:04:51 leomacbsd /bsd: umass0 detached
Jun 29 11:04:52 leomacbsd /bsd: uhub0 detached
Jun 29 11:04:52 leomacbsd /bsd: Device: usb0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:52 leomacbsd /bsd: Device: xhci0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:52 leomacbsd /bsd: Device: audio0 with act: 2 dentro de
subr_autconf
Jun 29 11:04:52 leomacbsd /bsd: Device: azalia1 with act: 2 dentro de
subr_autconf
Jun 29 11:04:52 leomacbsd /bsd: Device: pci10 with act: 2 dentro de
subr_autconf
Jun 29 11:04:52 leomacbsd /bsd: Device: ppb9 with act: 2 dentro de
subr_autconf
Jun 29 11:04:52 leomacbsd /bsd: Dentro de DVACT_QUIESCE en
bwfm_pci_activate
Jun 29 11:04:52 leomacbsd /bsd: Valor de bus_space_read: 16974784
Jun 29 11:05:10 leomacbsd /bsd: sc->sc_initialized es: 1
Jun 29 11:05:10 leomacbsd /bsd: Dentro de bwfm_pci_send_mb_data
Jun 29 11:05:10 leomacbsd /bsd: Reg es: 0
Jun 29 11:05:10 leomacbsd /bsd: Valor de bus_space_read despues de
funcion: 16843712
Jun 29 11:05:10 leomacbsd /bsd: Device: bwfm0 with act: 2 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci11 with act: 2 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb10 with act: 2 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci12 with act: 2 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb11 with act: 2 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: isadma0 with act: 2 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: com0 with act: 2 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: spkr0 with act: 2 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pcppi0 with act: 2 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: isa0 with act: 2 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pcib0 with act: 2 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: iic0 with act: 2 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ichiic0 with act: 2 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci0 with act: 2 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: vmm0 with act: 2 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: scsibus0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpitimer0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpihpet0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpimadt0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiec0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpimcfg0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt1 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt2 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt3 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt4 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt5 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpisbs0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpipci0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicmos0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: asmc0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiac0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpibtn0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpibtn1 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: abl0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpibtn2 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu1 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu2 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu3 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu4 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu5 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu6 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu7 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpivout0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpivideo0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpi0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: bios0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu1 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu2 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu3 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu4 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu5 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu6 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu7 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ioapic0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pchb0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: radeondrm0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: azalia0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci1 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci4 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb3 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci5 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb4 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci6 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb5 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci7 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb6 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci8 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb7 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci3 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb2 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci2 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb1 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: scsibus1 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ahci0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci9 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb8 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: usb0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: xhci0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: azalia1 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci10 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb9 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Valor de bus_space_read despues de
funcion: 16843712
Jun 29 11:05:10 leomacbsd /bsd: Device: bwfm0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci11 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb10 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci12 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb11 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: isadma0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: com0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: spkr0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pcppi0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: isa0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pcib0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: iic0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ichiic0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: vmm0 with act: 3 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: scsibus0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpitimer0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpihpet0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpimadt0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiec0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpimcfg0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt1 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt2 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt3 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt4 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt5 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpisbs0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpipci0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicmos0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: asmc0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiac0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpibtn0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpibtn1 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: abl0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpibtn2 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu1 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu2 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu3 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu4 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu5 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu6 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu7 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpivout0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpivideo0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpi0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: bios0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu1 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu2 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu3 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu4 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu5 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu6 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu7 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ioapic0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pchb0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: radeondrm0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: azalia0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci1 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci4 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb3 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci5 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb4 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci6 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb5 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci7 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb6 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci8 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb7 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci3 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb2 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci2 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb1 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: scsibus1 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ahci0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci9 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb8 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: usb0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: xhci0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: azalia1 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci10 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb9 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Valor de bus_space_read despues de
funcion: 16843712
Jun 29 11:05:10 leomacbsd /bsd: Device: bwfm0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci11 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb10 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci12 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb11 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: isadma0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: com0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: spkr0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pcppi0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: isa0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pcib0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: iic0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ichiic0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: vmm0 with act: 6 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpitimer0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpihpet0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpimadt0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiec0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpimcfg0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt1 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt2 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt3 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt4 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt5 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpisbs0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpipci0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicmos0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: asmc0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiac0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpibtn0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpibtn1 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: abl0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpibtn2 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu1 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu2 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu3 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu4 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu5 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu6 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpicpu7 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpivout0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpivideo0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpi0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: bios0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu1 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu2 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu3 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu4 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu5 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu6 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: cpu7 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ioapic0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Inside pci_resume en pci.c: Dispositivo:
pci0
Jun 29 11:05:10 leomacbsd last message repeated 6 times
Jun 29 11:05:10 leomacbsd /bsd: Device: pchb0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Inside pci_resume en pci.c: Dispositivo:
pci1
Jun 29 11:05:10 leomacbsd /bsd: Inside pci_resume en pci.c: Dispositivo:
pci1
Jun 29 11:05:10 leomacbsd /bsd: Device: radeondrm0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: azalia0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci1 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Inside pci_resume en pci.c: Dispositivo:
pci4
Jun 29 11:05:10 leomacbsd /bsd: Device: pci4 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb3 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci5 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb4 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci6 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb5 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci7 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb6 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci8 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb7 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci3 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb2 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci2 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb1 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Inside pci_resume en pci.c: Dispositivo:
pci9
Jun 29 11:05:10 leomacbsd /bsd: Device: scsibus1 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ahci0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci9 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb8 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: uhub0 at usb0 configuration 1 interface
0 "Intel xHCI root hub" rev 3.00/1.00 addr 1
Jun 29 11:05:10 leomacbsd /bsd: Device: usb0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: xhci0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: audio0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: azalia1 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci10 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb9 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Inside pci_resume en pci.c: Dispositivo:
pci11
Jun 29 11:05:10 leomacbsd /bsd: Valor de bus_space_read despues de
funcion: 0
Jun 29 11:05:10 leomacbsd /bsd: Device: bwfm0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci11 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb10 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Inside pci_resume en pci.c: Dispositivo:
pci12
Jun 29 11:05:10 leomacbsd /bsd: Device: pci12 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ppb11 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: isadma0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: com0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: spkr0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pcppi0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: isa0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pcib0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: iic0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: ichiic0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: pci0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: vmm0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: scsibus0 with act: 4 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: bwfm_rx_event_cb: len 79 datalen 5 code
54 status 0 reason 0
Jun 29 11:05:10 leomacbsd /bsd: bwfm_rx_event_cb: len 79 datalen 5 code
54 status 0 reason 0
Jun 29 11:05:10 leomacbsd /bsd: Device: acpitimer0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpihpet0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpimadt0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiec0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpimcfg0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt1 with act: 5 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt2 with act: 5 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt3 with act: 5 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt4 with act: 5 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: Device: acpiprt5 with act: 5 dentro de
subr_autconf
Jun 29 11:05:10 leomacbsd /bsd: uhidev0 at uhub0 port 8 configuration 1
interface 0 "Broadcom Corp. Bluetooth USB Host Controller" rev 2.01/1.69
addr 2
Jun 29 11:05:10 leomacbsd /bsd: uhidev0: iclass 3/1, 1 report id
Jun 29 11:05:10 leomacbsd /bsd: ukbd0 at uhidev0 reportid 1: 8 variable
keys, 6 key codes
Jun 29 11:05:11 leomacbsd /bsd: wskbd0 at ukbd0: console keyboard, using
wsdisplay0
Jun 29 11:05:11 leomacbsd /bsd: uhidev1 at uhub0 port 8 configuration 1
interface 1 "Broadcom Corp. Bluetooth USB Host Controller" rev 2.01/1.69
addr 2
Jun 29 11:05:11 leomacbsd /bsd: uhidev1: iclass 3/1, 2 report ids
Jun 29 11:05:11 leomacbsd /bsd: ums0 at uhidev1 reportid 2: 3 buttons
Jun 29 11:05:11 leomacbsd /bsd: wsmouse0 at ums0 mux 0
Jun 29 11:05:11 leomacbsd /bsd: ugen0 at uhub0 port 8 configuration 1
"Broadcom Corp. Bluetooth USB Host Controller" rev 2.01/1.69 addr 2
Jun 29 11:05:11 leomacbsd /bsd: uhidev2 at uhub0 port 12 configuration 1
interface 0 "Apple Inc. Apple Internal Keyboard / Trackpad" rev
2.00/6.24 addr 3
Jun 29 11:05:11 leomacbsd /bsd: uhidev2: iclass 3/0, 224 report ids
Jun 29 11:05:11 leomacbsd /bsd: uhid0 at uhidev2 reportid 224: input=4,
output=0, feature=0
Jun 29 11:05:11 leomacbsd /bsd: uhidev3 at uhub0 port 12 configuration 1
interface 1 "Apple Inc. Apple Internal Keyboard / Trackpad" rev
2.00/6.24 addr 3
Jun 29 11:05:11 leomacbsd /bsd: uhidev3: iclass 3/1, 82 report ids
Jun 29 11:05:11 leomacbsd /bsd: ukbd1 at uhidev3 reportid 1: 8 variable
keys, 6 key codes, country code 13
Jun 29 11:05:12 leomacbsd /bsd: wskbd1 at ukbd1 mux 1
Jun 29 11:05:12 leomacbsd /bsd: wskbd1: connecting to wsdisplay0
Jun 29 11:05:12 leomacbsd /bsd: uhid1 at uhidev3 reportid 9: input=0,
output=0, feature=3
Jun 29 11:05:12 leomacbsd /bsd: uhid2 at uhidev3 reportid 63: input=64,
output=0, feature=0
Jun 29 11:05:12 leomacbsd /bsd: ucc0 at uhidev3 reportid 82: 5 usages, 3
keys, enum
Jun 29 11:05:12 leomacbsd /bsd: wskbd2 at ucc0 mux 1
Jun 29 11:05:12 leomacbsd /bsd: wskbd2: connecting to wsdisplay0
Jun 29 11:05:12 leomacbsd /bsd: ubcmtp0 at uhub0 port 12 configuration 1
interface 2 "Apple Inc. Apple Internal Keyboard / Trackpad" rev
2.00/6.24 addr 3
Jun 29 11:05:12 leomacbsd /bsd: wsmouse1 at ubcmtp0 mux 0
Jun 29 11:05:12 leomacbsd /bsd: uhidev4 at uhub0 port 12 configuration 1
interface 3 "Apple Inc. Apple Internal Keyboard / Trackpad" rev
2.00/6.24 addr 3
Jun 29 11:05:12 leomacbsd /bsd: uhidev4: iclass 3/0, 83 report ids
Jun 29 11:05:12 leomacbsd /bsd: uhid3 at uhidev4 reportid 63: input=15,
output=0, feature=0
Jun 29 11:05:12 leomacbsd /bsd: uhid4 at uhidev4 reportid 83: input=0,
output=63, feature=0
Jun 29 11:05:12 leomacbsd /bsd: uhidev5 at uhub0 port 12 configuration 1
interface 4 "Apple Inc. Apple Internal Keyboard / Trackpad" rev
2.00/6.24 addr 3
Jun 29 11:05:12 leomacbsd /bsd: uhidev5: iclass 3/0, 192 report ids
Jun 29 11:05:12 leomacbsd /bsd: uhid5 at uhidev5 reportid 192:
input=107, output=0, feature=0
Jun 29 11:05:12 leomacbsd /bsd: umass0 at uhub0 port 19 configuration 1
interface 0 "Apple Card Reader" rev 3.00/8.20 addr 4
Jun 29 11:05:12 leomacbsd /bsd: umass0: using SCSI over Bulk-Only
Jun 29 11:05:12 leomacbsd /bsd: scsibus2 at umass0: 2 targets, initiator
0
Jun 29 11:05:12 leomacbsd /bsd: sd1 at scsibus2 targ 1 lun 0: <APPLE, SD
Card Reader, 3.00> removable serial.05ac8406000000000820
Jun 29 11:05:15 leomacbsd /bsd: Device: acpisbs0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:15 leomacbsd /bsd: Device: acpipci0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:15 leomacbsd /bsd: Device: acpicmos0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:15 leomacbsd /bsd: Device: asmc0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:15 leomacbsd /bsd: Device: acpiac0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: acpibtn0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: acpibtn1 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: abl0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: acpibtn2 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: acpicpu0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: acpicpu1 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: acpicpu2 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: acpicpu3 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: acpicpu4 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: acpicpu5 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: acpicpu6 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: acpicpu7 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: acpivout0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: acpivideo0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: acpi0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: bios0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: cpu0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: cpu1 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: cpu2 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: cpu3 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: cpu4 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: cpu5 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: cpu6 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: cpu7 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: ioapic0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:16 leomacbsd /bsd: Device: pchb0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: drm0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: wsdisplay0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: radeondrm0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: azalia0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: pci1 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: ppb0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: pci4 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: ppb3 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: pci5 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: ppb4 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: pci6 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: ppb5 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: pci7 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: ppb6 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: pci8 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: ppb7 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: pci3 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: ppb2 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: pci2 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: ppb1 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: scsibus1 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: ahci0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: pci9 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: ppb8 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: uhidev0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: uhidev1 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: ugen0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: uhidev2 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: uhidev3 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: ubcmtp0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: uhidev4 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: uhidev5 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: scsibus2 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: umass0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: uhub0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: usb0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: xhci0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: audio0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: azalia1 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: pci10 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: ppb9 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: DENTRO DE bwfm_pci_activate in
if_bwfm_pci.c
Jun 29 11:05:20 leomacbsd /bsd: Valor de bwfm_pci_intmask(sc) es: 0
Jun 29 11:05:20 leomacbsd /bsd: Valor de bwfm_pci_send_mb_data es: 1
Jun 29 11:05:20 leomacbsd /bsd: DENTRO DE bwfm_cleanup
Jun 29 11:05:20 leomacbsd /bsd: DENTRO DE bwfm_chip_detach en bwfm.c
Jun 29 11:05:20 leomacbsd /bsd: Dentro de bwfm_pci_cleanup
Jun 29 11:05:20 leomacbsd /bsd: Activando bwfm
Jun 29 11:05:20 leomacbsd /bsd: Dentro de bwfm_init
Jun 29 11:05:20 leomacbsd /bsd: Dentro de bwfm_init justo despues de
condicion
Jun 29 11:05:20 leomacbsd /bsd: Dentro de bwfm_pci_preinit en
if_bwfm_pci.c
Jun 29 11:05:20 leomacbsd /bsd: Por entrar a bwfm_chip_attach en
if_bwfm_pci.c
Jun 29 11:05:20 leomacbsd /bsd: bwfm0: 0x135:0  base 0x00000000 wrap
0x18109000
Jun 29 11:05:20 leomacbsd /bsd: bwfm0: 0x80e:21 base 0x18004000 wrap
0x18108000
Jun 29 11:05:20 leomacbsd /bsd: bwfm0: 0x82a:8  base 0x18005000 wrap
0x18105000
Jun 29 11:05:20 leomacbsd /bsd: bwfm0: 0x83c:9  base 0x18003000 wrap
0x18103000
Jun 29 11:05:20 leomacbsd /bsd: bwfm0: 0x83e:7  base 0x18002000 wrap
0x18102000
Jun 29 11:05:20 leomacbsd /bsd: bwfm0: 0x812:49 base 0x18001000 wrap
0x18101000
Jun 29 11:05:20 leomacbsd /bsd: bwfm0: 0x800:48 base 0x18000000 wrap
0x18100000
Jun 29 11:05:20 leomacbsd /bsd: Dentro de bwfm_preinit en bwfm.c
Jun 29 11:05:20 leomacbsd /bsd: bwfm0: address a4:5e:60:f0:2f:ed
Jun 29 11:05:20 leomacbsd /bsd: bwfm0: 5G HT 1 VHT 1
Jun 29 11:05:20 leomacbsd /bsd: bwfm0: 2G HT 1 VHT 1
Jun 29 11:05:20 leomacbsd /bsd: Dentro de bwfm_init por inicializar sc
Jun 29 11:05:20 leomacbsd apmd: system resumed from sleep
Jun 29 11:05:20 leomacbsd apmd: battery status: high. external power
status: not connected. estimated battery life 100% (375 minutes life
time estimate)
Jun 29 11:05:20 leomacbsd /bsd: bwfm_rx_event_cb: len 79 datalen 5 code
54 status 0 reason 0
Jun 29 11:05:20 leomacbsd /bsd: bwfm_rx_event_cb: len 79 datalen 5 code
54 status 0 reason 0
Jun 29 11:05:20 leomacbsd /bsd: Device: bwfm0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: pci11 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: ppb10 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: pci12 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: ppb11 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: isadma0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: com0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: spkr0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: pcppi0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: isa0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: pcib0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: iic0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: ichiic0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: pci0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: vmm0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:20 leomacbsd /bsd: Device: scsibus0 with act: 5 dentro de
subr_autconf
Jun 29 11:05:23 leomacbsd /bsd: bwfm0: bwfm_send_mgmt
Jun 29 11:05:23 leomacbsd /bsd: bwfm0: marking port f8:bb:bf:fc:01:c8
valid

No comments:

Post a Comment