Contribute
Register

Haswell HDMI Audio

Status
Not open for further replies.
Hm, my system seems to have sprouted an audio stutter when audio is playing with gpu acceleration in the background (photoshop + music / netflix ) after this fix, even when using a usb dac. Can it be related?
 
Hm, my system seems to have sprouted an audio stutter when audio is playing with gpu acceleration in the background (photoshop + music / netflix ) after this fix, even when using a usb dac. Can it be related?
To my knowledge, there is no HDMI audio problem with acceleration. Mavericks USB audio has problems.

Answers to previous post, all the setting in the info.plist apply to Aji. Hamachi has one additional property enabled; no idea what it does. No entry for your graphics card in AGPM means default PM is loaded.
 
To my knowledge, there is no HDMI audio problem with acceleration. Mavericks USB audio has problems.

Answers to previous post, all the setting in the info.plist apply to Aji. Hamachi has one additional property enabled; no idea what it does. No entry for your graphics card in AGPM means default PM is loaded.

The reason I thought it could be the patch is that yesterday when I connected it to hdmi I had stutter, which I never had before, but when I disconnected and connected to my IGPU, stutter went away
 
Here is me again with another funny problem. This all works when I have my bios set to initialise on the internal gfx (so that I don't see anything until osx boots on my screen connected to the dedicated gpu), but if I switch that setting to initialise via pcie gpu, I get noise and garbling on hdmi et al.

also, my screen's native resolution, though active, is not shown in the display
https://www.dropbox.com/s/qzv1a9avhqbo4v9/Screenshot 2014-04-26 21.31.05.png
 
For a monitor connected to discrete graphics only, see AMD/Nvidia Primary Display with AirPlay Mirroring on Mavericks
For monitors connected to integrated and discrete graphics, see Integrated and Discrete Graphics, Working Together

I see, I missed the framebuffer difference for the IGPU for initiatilizing via dedicated GPU, but with those changes, having HDMI plugged in just freezes the computer. I still don't see the proper resolutions for my display attached via displayport either. (This is via the first link)
 
Hi toleda, I got a questio and i dont know exactly where to ask it. I got audio working but i got 2 problems left unresolved and i don't know what to do or how to approach it. Currently I use 10.9.2 with only ALC892 kext.

#1. The front panel audio doesnt refresh from headphones to speaker if the system woke up with the headphones in.
#2. I got a EVGA 760 GTX and I dont know what method to use to Enable HDMI sound. Is it possible to only patch AppleHDA.kext because I dont use a DSDT?

Sorry if this is not the forum to ask this.

Thank you
 
#1. The front panel audio doesnt refresh from headphones to speaker if the system woke up with the headphones in.
#2. I got a EVGA 760 GTX and I dont know what method to use to Enable HDMI sound. Is it possible to only patch AppleHDA.kext because I dont use a DSDT?
1. Off topic. 10.9.2 AppleHDA.kext problem. Revert to MultiBeast 6.1/ALC892
2. No. Every Intel system uses a dsdt. You have chosen to use the native dsdt. For HDMI audio, your choices are to edit the native dsdt or install a HDMI ssdt. See Post #1.
 
Without an IOReg, no idea what you did and what happened.

I apologize. I attached all necessary files below


here is iojones
https://www.dropbox.com/s/mhmjzn5gpwi0jeo/pinktankatiintel.iojones

here is ssdt-1.aml
Code:
/*
 * Intel ACPI Component Architecture
 * AML Disassembler version 20131218-64 [Jan  8 2014]
 * Copyright (c) 2000 - 2013 Intel Corporation
 * 
 * Disassembly of iASLpryl1G.aml, Sat May  3 17:41:56 2014
 *
 * Original Table Header:
 *     Signature        "SSDT"
 *     Length           0x00000252 (594)
 *     Revision         0x01
 *     Checksum         0x1A
 *     OEM ID           "toleda"
 *     OEM Table ID     "ami8hdm2"
 *     OEM Revision     0x00003000 (12288)
 *     Compiler ID      "INTL"
 *     Compiler Version 0x20131218 (538120728)
 */
DefinitionBlock ("iASLpryl1G.aml", "SSDT", 1, "toleda", "ami8hdm2", 0x00003000)
{

    External (_SB_.PCI0, DeviceObj)
    External (_SB_.PCI0.P0P2, DeviceObj)

    Method (_SB.PCI0.HDEF._DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
    {
        If (LEqual (Arg2, Zero))
        {
            Return (Buffer (One)
            {
                 0x03
            })
        }

        Return (Package (0x04)
        {
            "layout-id", 
            Buffer (0x04)
            {
                 0x02, 0x00, 0x00, 0x00
            }, 

            "PinConfigurations", 
            Buffer (Zero) {}
        })
    }

    Scope (_SB.PCI0)
    {
        Device (IGPU)
        {
            Name (_ADR, 0x00020000)  // _ADR: Address
            Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
            {
                If (LEqual (Arg2, Zero))
                {
                    Return (Buffer (One)
                    {
                         0x03
                    })
                }

                Return (Package (0x04)
                {
                    "AAPL,ig-platform-id", 
                    Buffer (0x04)
                    {
                         0x04, 0x00, 0x12, 0x04
                    }, 

                    "hda-gfx", 
                    Buffer (0x0A)
                    {
                        "onboard-1"
                    }
                })
            }
        }

        Device (HDAU)
        {
            Name (_ADR, 0x00030000)  // _ADR: Address
            Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
            {
                If (LEqual (Arg2, Zero))
                {
                    Return (Buffer (One)
                    {
                         0x03
                    })
                }

                Return (Package (0x02)
                {
                    "hda-gfx", 
                    Buffer (0x0A)
                    {
                        "onboard-1"
                    }
                })
            }
        }
    }

    Scope (_SB.PCI0.P0P2)
    {
        Device (PEGP)
        {
            Name (_ADR, Zero)  // _ADR: Address
            Name (_SUN, One)  // _SUN: Slot User Number
            Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
            {
                If (LEqual (Arg2, Zero))
                {
                    Return (Buffer (One)
                    {
                         0x03
                    })
                }

                Return (Package (0x10)
                {
                    "AAPL,slot-name", 
                    Buffer (0x07)
                    {
                        "Slot-1"
                    }, 

                    "device-id", 
                    Buffer (0x04)
                    {
                         0x9A, 0x67, 0x00, 0x00
                    }, 

                    "@0,name", 
                    Buffer (0x0E)
                    {
                        "ATY,Hamachi"
                    }, 

                    "@1,name", 
                    Buffer (0x0E)
                    {
                        "ATY,Hamachi"
                    }, 

                    "@2,name", 
                    Buffer (0x0E)
                    {
                        "ATY,Hamachi"
                    }, 

                    "@3,name", 
                    Buffer (0x0E)
                    {
                        "ATY,Hamachi"
                    }, 

                    "model", 
                    Buffer (0x13)
                    {
                        "AMD Radeon HD 7950"
                    }, 

                    "hda-gfx", 
                    Buffer (0x0A)
                    {
                        "onboard-2"
                    }
                })
            }
        }

        Device (HDAU)
        {
            Name (_ADR, One)  // _ADR: Address
            Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
            {
                If (LEqual (Arg2, Zero))
                {
                    Return (Buffer (One)
                    {
                         0x03
                    })
                }

                Return (Package (0x02)
                {
                    "hda-gfx", 
                    Buffer (0x0A)
                    {
                        "onboard-2"
                    }
                })
            }
        }
    }
}

here is boot.plist
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>EthernetBuiltIn</key>
    <string>Yes</string>
    <key>GraphicsEnabler</key>
    <string>No</string>
    <key>AtiPorts</key>
    <string>4</string>
    <key>IGPEnabler</key>
    <string>Yes</string>
    <key>IGPlatformID</key>
    <string>04120004</string>
    <key>Kernel</key>
    <string>mach_kernel</string>
    <key>Kernel Flags</key>
    <string> -v</string>
    <key>Legacy Logo</key>
    <string>Yes</string>
    <key>Timeout</key>
    <string>2</string>
    <key>DropSSDT</key>
    <string>Yes</string>
    <key>UseKernelCache</key>
    <string>No</string>
    <key>Graphics Mode</key>
    <string>1920x1200x32</string>
</dict>
</plist>

boot log without kernel cache so that you can see what is loaded
Code:
Chimera 2.2.1 (svn-r2248) [2013-09-27 10:40:44]
CPU: Brand String:                Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
CPU: Vendor:                      0x756e6547
CPU: Family / ExtFamily:          0x6 / 0x0
CPU: Model / ExtModel / Stepping: 0x3c / 0x3 / 0x3
CPU: Number of Cores / Threads:   4 / 8
CPU: Features:                    0x000002ff
CPU: TSC Frequency:               3500 MHz
CPU: FSB Frequency:               100 MHz
CPU: CPU Frequency:               4200 MHz
CPU: Minimum Bus Ratio:           8
CPU: Maximum Bus Ratio:           35
CPU: Current Bus Ratio:           42
Attempting to read GPT
Read GPT
Reading GPT partition 1, type C12A7328-F81F-11D2-BA4B-00A0C93EC93B
Reading GPT partition 2, type 48465300-0000-11AA-AA11-00306543ECAC
Read HFS+ file: [hd(0,2)/System/Library/CoreServices/SystemVersion.plist] 480 bytes.
Read HFS+ file: [hd(0,1)/Extra/org.chameleon.Boot.plist] 776 bytes.
Module 'klibc' by '' Loaded.
    Description: Provides a standard c library to link to if the library provided by Chameleon is insufficient.
    Version: 0
    Compat:  0
Module 'Symbols.dylib' by 'Chameleon' Loaded.
    Description: Chameleon symbols for linking
    Version: 0
    Compat:  0
Read HFS+ file: [hd(0,1)/Extra/modules/Keylayout.dylib] 13464 bytes.
Module 'Keylayout.dylib' by 'Unknown' Loaded.
    Description: 
    Version: 0
    Compat:  0
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/theme.plist] 2776 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/background.png] 982 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/logo.png] 8991 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_generic.png] 9584 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_generic_o.png] 16736 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsplus.png] 9988 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsplus_o.png] 17101 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsplus_mav.png] 17034 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsplus_mav_o.png] 20646 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsplus_ml.png] 20325 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsplus_ml_o.png] 23500 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsplus_lion.png] 18395 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsplus_lion_o.png] 21654 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsplus_sl.png] 21245 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsplus_sl_o.png] 24262 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsplus_leo.png] 23286 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsplus_leo_o.png] 25858 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsplus_tiger.png] 10008 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsplus_tiger_o.png] 17101 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsraid.png] 10399 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsraid_o.png] 17115 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsraid_mav.png] 17397 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsraid_mav_o.png] 21182 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsraid_ml.png] 20990 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsraid_ml_o.png] 24224 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsraid_lion.png] 18686 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsraid_lion_o.png] 21882 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsraid_sl.png] 21475 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsraid_sl_o.png] 24594 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsraid_leo.png] 23518 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsraid_leo_o.png] 26187 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsraid_tiger.png] 10436 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_hfsraid_tiger_o.png] 17741 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_ext3.png] 12752 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_ext3_o.png] 19869 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_freebsd.png] 16013 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_freebsd_o.png] 22249 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_openbsd.png] 16878 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_openbsd_o.png] 23982 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_befs.png] 12482 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_befs_o.png] 17989 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_fat.png] 9953 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_fat_o.png] 17982 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_ntfs.png] 16198 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_ntfs_o.png] 21613 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_cdrom.png] 14429 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_cdrom_o.png] 20231 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_selection.png] 148 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_scroll_prev.png] 3995 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/device_scroll_next.png] 3898 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/menu_boot.png] 137 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/menu_verbose.png] 137 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/menu_ignore_caches.png] 137 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/menu_single_user.png] 137 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/menu_memory_info.png] 136 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/menu_video_info.png] 136 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/menu_help.png] 136 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/menu_verbose_disabled.png] 135 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/menu_ignore_caches_disabled.png] 135 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/menu_single_user_disabled.png] 135 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/menu_selection.png] 158 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/progress_bar.png] 292 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/progress_bar_background.png] 139 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/text_scroll_prev.png] 562 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/text_scroll_next.png] 557 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/font_console.png] 2931 bytes.
Read HFS+ file: [hd(0,1)/Extra/Themes/Default/font_small.png] 9860 bytes.
Read HFS+ file: [hd(0,2)/Library/Preferences/SystemConfiguration/com.apple.Boot.plist] 232 bytes.
Read HFS+ file: [hd(0,1)/Extra/org.chameleon.Boot.plist] 776 bytes.
Loading Darwin 10.9
Loading kernel /mach_kernel
Read HFS+ file: [hd(0,2)/mach_kernel] 4096 bytes.
Read HFS+ file: [hd(0,2)/mach_kernel] 8389448 bytes.
ACPI table not found: DSDT.aml
No DSDT found, using 0 as uid value.
Using PCI-Root-UID value: 0
Intel Unknown [1002:679a] :: PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)
Intel Intel HD Graphics 4600 [8086:0412] :: PciRoot(0x0)/Pci(0x2,0x0)
Using 04120004 for ig-platform-id
LAN Controller [8086:153b] :: PciRoot(0x0)/Pci(0x19,0x0)
Setting up lan keys
Read HFS+ file: [hd(0,1)/Extra/smbios.plist] 473 bytes.
SMBus CmdReg: 0x1
Scanning SMBus [8086:8c22], mmio: 0xd0939004, ioport: 0xf040, hostc: 0x1
SPD[0] (size): 255 @0x50
SPD[0] (size): 146 @0x51
Slot: 1 Type 24 8192MB (DDR3 SDRAM) 1600MHz Vendor=Corsair
      PartNo=CML16GX3M2A1600C10 SerialNo=00000000
SPD[0] (size): 255 @0x52
SPD[0] (size): 146 @0x53
Slot: 3 Type 24 8192MB (DDR3 SDRAM) 1600MHz Vendor=Corsair
      PartNo=CML16GX3M2A1600C10 SerialNo=00000000
SPD[0] (size): 255 @0x54
SPD[0] (size): 255 @0x55
SPD[0] (size): 255 @0x56
SPD[0] (size): 255 @0x57
CPU is Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz, family 0x6, model 0x3c

Type: 0, Length: 24, Handle: 0x0
BIOSInformation:
    vendor: Apple Inc.
    version: MultiBeast.tonymacx86.com
    releaseDate: 11/06/2009

Type: 1, Length: 27, Handle: 0x1
SystemInformation:
    manufacturer: Apple Inc.
    productName: iMac14,2
    version: 1.0
    serialNumber: C02LH068FLHH
    uuid: 7402D403-3504-1905-7C06-790700080009
    wakeupReason: 0x6
    skuNumber: To be filled by O.E.M.
    family: iMac

Type: 2, Length: 15, Handle: 0x2
BaseBoard:
    manufacturer: Apple Inc.
    product: Mac-27ADBB7B4CEE8E61
    version: x.x
    serialNumber: To be filled by O.E.M.
    assetTagNumber: To be filled by O.E.M.
    locationInChassis: To be filled by O.E.M.
    boardType: 0xA

Type: 3, Length: 22, Handle: 0x3
SystemEnclosure:
    manufacturer: Gigabyte Technology Co., Ltd.
    type: 3
    version: To Be Filled By O.E.M.
    serialNumber: To Be Filled By O.E.M.
    assetTagNumber: To Be Filled By O.E.M.

Type: 7, Length: 19, Handle: 0x4
Type: 7, Length: 19, Handle: 0x5
Type: 7, Length: 19, Handle: 0x6
Type: 16, Length: 23, Handle: 0x7
Type: 8, Length: 9, Handle: 0x8
Type: 8, Length: 9, Handle: 0x9
Type: 8, Length: 9, Handle: 0xa
Type: 8, Length: 9, Handle: 0xb
Type: 8, Length: 9, Handle: 0xc
Type: 8, Length: 9, Handle: 0xd
Type: 8, Length: 9, Handle: 0xe
Type: 8, Length: 9, Handle: 0xf
Type: 8, Length: 9, Handle: 0x10
Type: 8, Length: 9, Handle: 0x11
Type: 8, Length: 9, Handle: 0x12
Type: 8, Length: 9, Handle: 0x13
Type: 8, Length: 9, Handle: 0x14
Type: 8, Length: 9, Handle: 0x15
Type: 8, Length: 9, Handle: 0x16
Type: 8, Length: 9, Handle: 0x17
Type: 8, Length: 9, Handle: 0x18
Type: 8, Length: 9, Handle: 0x19
Type: 8, Length: 9, Handle: 0x1a
Type: 8, Length: 9, Handle: 0x1b
Type: 8, Length: 9, Handle: 0x1c
Type: 8, Length: 9, Handle: 0x1d
Type: 8, Length: 9, Handle: 0x1e
Type: 8, Length: 9, Handle: 0x1f
Type: 9, Length: 17, Handle: 0x20
Type: 9, Length: 17, Handle: 0x21
Type: 9, Length: 17, Handle: 0x22
Type: 9, Length: 17, Handle: 0x23
Type: 9, Length: 17, Handle: 0x24
Type: 9, Length: 17, Handle: 0x25
Type: 10, Length: 6, Handle: 0x26
Type: 11, Length: 5, Handle: 0x27
Type: 12, Length: 5, Handle: 0x28
Type: 24, Length: 5, Handle: 0x29
Type: 32, Length: 20, Handle: 0x2a
Type: 34, Length: 11, Handle: 0x2b
Type: 26, Length: 22, Handle: 0x2c
Type: 36, Length: 16, Handle: 0x2d
Type: 35, Length: 11, Handle: 0x2e
Type: 28, Length: 22, Handle: 0x2f
Type: 36, Length: 16, Handle: 0x30
Type: 35, Length: 11, Handle: 0x31
Type: 27, Length: 15, Handle: 0x32
Type: 36, Length: 16, Handle: 0x33
Type: 35, Length: 11, Handle: 0x34
Type: 27, Length: 15, Handle: 0x35
Type: 36, Length: 16, Handle: 0x36
Type: 35, Length: 11, Handle: 0x37
Type: 29, Length: 22, Handle: 0x38
Type: 36, Length: 16, Handle: 0x39
Type: 35, Length: 11, Handle: 0x3a
Type: 26, Length: 22, Handle: 0x3b
Type: 28, Length: 22, Handle: 0x3c
Type: 27, Length: 15, Handle: 0x3d
Type: 29, Length: 22, Handle: 0x3e
Type: 39, Length: 22, Handle: 0x3f
Type: 41, Length: 11, Handle: 0x40
Type: 4, Length: 42, Handle: 0x41
ProcessorInformation:
    socketDesignation: SOCKET 0
    processorType: 3
    processorFamily: 0xC6
    manufacturer: Intel
    processorID: 0x306C3
    processorVersion: Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
    externalClock: 0MHz
    maximumClock: 4200MHz
    currentClock: 4200MHz
    serialNumber: óî
    assetTag: Fill By OEM
    partNumber: Fill By OEM

Type: 17, Length: 34, Handle: 0x42
MemoryDevice:
    deviceLocator: ChannelA-DIMM0
    bankLocator: BANK 0
    memoryType: RAM
    memorySpeed: 0MHz
    manufacturer: N/A
    serialNumber: N/A
    assetTag: 9876543210
    partNumber: N/A

Type: 17, Length: 34, Handle: 0x43
MemoryDevice:
    deviceLocator: ChannelA-DIMM1
    bankLocator: BANK 1
    memoryType: DDR3
    memorySpeed: 1600MHz
    manufacturer: Corsair
    serialNumber: 00000000
    assetTag: 9876543210
    partNumber: CML16GX3M2A1600C10

Type: 20, Length: 35, Handle: 0x44
Type: 17, Length: 34, Handle: 0x45
MemoryDevice:
    deviceLocator: ChannelB-DIMM0
    bankLocator: BANK 2
    memoryType: RAM
    memorySpeed: 0MHz
    manufacturer: N/A
    serialNumber: N/A
    assetTag: 9876543210
    partNumber: N/A

Type: 17, Length: 34, Handle: 0x46
MemoryDevice:
    deviceLocator: ChannelB-DIMM1
    bankLocator: BANK 3
    memoryType: DDR3
    memorySpeed: 1600MHz
    manufacturer: Corsair
    serialNumber: 00000000
    assetTag: 9876543210
    partNumber: CML16GX3M2A1600C10

Type: 20, Length: 35, Handle: 0x47
Type: 19, Length: 31, Handle: 0x48
Type: 13, Length: 22, Handle: 0x4f
Type: 131, Length: 6, Handle: 0x4f
AppleProcessorType:
    ProcessorType: 0x701

Type: 132, Length: 6, Handle: 0x50
AppleProcessorBusSpeed:
    ProcessorBusSpeed (QPI): 0.0GT/s

Type: 127, Length: 4, Handle: 0x51

Customizing SystemID with : 7402d403-3504-1905-7c06-790700080009
ACPI table not found: DSDT.aml
Read HFS+ file: [hd(0,1)/Extra/SSDT.aml] 2241 bytes.
Read HFS+ file: [hd(0,1)/Extra/SSDT-1.aml] 594 bytes.
ACPI table not found: SSDT-2.aml
FADT: ACPI Restart Fix applied!
RSDT: Added 2 SSDT table(s)
FADT: ACPI Restart Fix applied!
Added 2 SSDT table(s) into XSDT
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Accusys6xxxx.kext/Contents/Info.plist] 2409 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/acfs.kext/Contents/Info.plist] 1327 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/acfsctl.kext/Contents/Info.plist] 1207 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AHCI_3rdParty_SATA.kext/Contents/Info.plist] 10808 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ALF.kext/Contents/Info.plist] 1691 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AMD2400Controller.kext/Contents/Info.plist] 4097 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AMD2600Controller.kext/Contents/Info.plist] 4938 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AMD3800Controller.kext/Contents/Info.plist] 4484 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AMD4600Controller.kext/Contents/Info.plist] 2825 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AMD4800Controller.kext/Contents/Info.plist] 2825 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AMD5000Controller.kext/Contents/Info.plist] 3858 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AMD6000Controller.kext/Contents/Info.plist] 4775 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AMD7000Controller.kext/Contents/Info.plist] 6386 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AMDFramebuffer.kext/Contents/Info.plist] 2379 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AMDRadeonX3000.kext/Contents/Info.plist] 15168 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AMDRadeonX4000.kext/Contents/Info.plist] 9796 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AMDSupport.kext/Contents/Info.plist] 2526 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Apple16X50Serial.kext/Contents/Info.plist] 2085 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Apple16X50Serial.kext/Contents/PlugIns/Apple16X50ACPI.kext/Contents/Info.plist] 1950 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Apple_iSight.kext/Contents/Info.plist] 2071 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleACPIPlatform.kext/Contents/Info.plist] 3587 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleACPIPlatform.kext/Contents/PlugIns/AppleACPIButtons.kext/Contents/Info.plist] 3002 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleACPIPlatform.kext/Contents/PlugIns/AppleACPIEC.kext/Contents/Info.plist] 2179 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleAHCIPort.kext/Contents/Info.plist] 7401 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleAPIC.kext/Contents/Info.plist] 1856 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleBacklight.kext/Contents/Info.plist] 18070 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleBacklightExpert.kext/Info.plist] 1961 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleBluetoothMultitouch.kext/Contents/Info.plist] 45600 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleBMC.kext/Contents/Info.plist] 2201 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleCameraInterface.kext/Contents/Info.plist] 2414 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleEFIRuntime.kext/Contents/Info.plist] 2109 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleEFIRuntime.kext/Contents/PlugIns/AppleEFINVRAM.kext/Contents/Info.plist] 2165 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleFDEKeyStore.kext/Contents/Info.plist] 2365 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleFileSystemDriver.kext/Contents/Info.plist] 3105 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleFSCompressionTypeDataless.kext/Contents/Info.plist] 2443 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleFSCompressionTypeZlib.kext/Contents/Info.plist] 2417 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleFWAudio.kext/Contents/Info.plist] 7642 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleGraphicsControl.kext/Contents/Info.plist] 1996 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/AppleGraphicsDeviceControl.kext/Info.plist] 1924 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/AppleGraphicsDevicePolicy.kext/Contents/Info.plist] 2998 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/AppleMGPUPowerControl.kext/Contents/Info.plist] 4047 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/AppleMuxControl.kext/Contents/Info.plist] 15012 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/ApplePolicyControl.kext/Contents/Info.plist] 2541 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleGraphicsPowerManagement.kext/Contents/Info.plist] 127896 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHDA.kext/Contents/Info.plist] 3312 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAController.kext/Contents/Info.plist] 4976 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHardwareConfigDriver.kext/Contents/Info.plist] 18135 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleMikeyDriver.kext/Contents/Info.plist] 2309 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/DspFuncLib.kext/Contents/Info.plist] 2069 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/IOHDAFamily.kext/Contents/Info.plist] 2087 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/Info.plist] 41978 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoothHIDKeyboard.kext/Contents/Info.plist] 45763 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBBuiltinHIDKeyboard.kext/Contents/Info.plist] 2001 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDKeyboard.kext/Contents/Info.plist] 14802 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDMouse.kext/Contents/Info.plist] 1642 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDMouse.kext/Contents/PlugIns/AppleBluetoothHIDMouse.kext/Contents/Info.plist] 17772 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDMouse.kext/Contents/PlugIns/AppleUSBHIDMouse.kext/Contents/Info.plist] 10142 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHPET.kext/Contents/Info.plist] 2023 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHSSPIHIDDriver.kext/Contents/Info.plist] 3160 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHSSPISupport.kext/Contents/Info.plist] 2444 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHWAccess.kext/Contents/Info.plist] 1928 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHWSensor.kext/Contents/Info.plist] 2303 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelCPUPowerManagement.kext/Contents/Info.plist] 2362 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelCPUPowerManagementClient.kext/Contents/Info.plist] 2471 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelCPUPowerManagementInfo.kext/Contents/Info.plist] 2240 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelFramebufferAzul.kext/Contents/Info.plist] 5790 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelFramebufferCapri.kext/Contents/Info.plist] 5681 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelHD3000Graphics.kext/Contents/Info.plist] 2712 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelHD4000Graphics.kext/Contents/Info.plist] 2780 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelHD5000Graphics.kext/Contents/Info.plist] 2970 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelHDGraphics.kext/Contents/Info.plist] 2469 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelHDGraphicsFB.kext/Contents/Info.plist] 2795 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelLpssDmac.kext/Contents/Info.plist] 2390 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelLpssGspi.kext/Contents/Info.plist] 2455 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelLpssSpiController.kext/Contents/Info.plist] 2537 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelMCEReporter.kext/Contents/Info.plist] 2093 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelSNBGraphicsFB.kext/Contents/Info.plist] 7391 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIRController.kext/Contents/Info.plist] 5703 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleKextExcludeList.kext/Contents/Info.plist] 179876 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleKeyStore.kext/Contents/Info.plist] 3099 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleKeyswitch.kext/Contents/Info.plist] 2758 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleLPC.kext/Contents/Info.plist] 4595 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleLSIFusionMPT.kext/Contents/Info.plist] 4076 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleMatch.kext/Contents/Info.plist] 1449 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleMCCSControl.kext/Contents/Info.plist] 3681 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleMCEDriver.kext/Contents/Info.plist] 1838 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleMCP89RootPortPM.kext/Contents/Info.plist] 2155 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleMikeyHIDDriver.kext/Contents/Info.plist] 2557 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleMobileDevice.kext/Contents/Info.plist] 4154 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleMultitouchDriver.kext/Contents/Info.plist] 1733 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ApplePlatformEnabler.kext/Contents/Info.plist] 1861 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleRAID.kext/Contents/Info.plist] 2332 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleRAIDCard.kext/Contents/Info.plist] 4330 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleRTC.kext/Contents/Info.plist] 2007 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleSDXC.kext/Contents/Info.plist] 3046 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleSEP.kext/Contents/Info.plist] 3008 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleSmartBatteryManager.kext/Contents/Info.plist] 2101 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleSMBIOS.kext/Contents/Info.plist] 1967 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleSMBusController.kext/Contents/Info.plist] 3007 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleSMBusPCI.kext/Contents/Info.plist] 2094 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleSMC.kext/Contents/Info.plist] 2028 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleSMCLMU.kext/Contents/Info.plist] 2091 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleSRP.kext/Contents/Info.plist] 1447 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/Info.plist] 1195 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleATAPIStorage.kext/Contents/Info.plist] 3133 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleFireWireStorage.kext/Contents/Info.plist] 2655 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleHollywood.kext/Contents/Info.plist] 16791 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleMemorexCDROMDriver.kext/Contents/Info.plist] 2350 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleUSBCardReader.kext/Contents/Info.plist] 6817 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleUSBODD.kext/Contents/Info.plist] 2776 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleXserveRAID.kext/Contents/Info.plist] 2531 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/CanonEOS1D.kext/Contents/Info.plist] 2763 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/FireWireStorageDeviceSpecifics.kext/Contents/Info.plist] 7403 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/FWPreferredProtocolSpeed.kext/Contents/Info.plist] 2811 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/initioFWBridge.kext/Contents/Info.plist] 2739 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/IOFireWireSerialBusProtocolSansPhysicalUnit.kext/Contents/Info.plist] 2793 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/LSI-FW-500.kext/Contents/Info.plist] 3901 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/MaxTranserSizeOverrideDriver.kext/Contents/Info.plist] 3124 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/MKE-LF-D211A.kext/Contents/Info.plist] 2880 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/MKE-SR-8171.kext/Contents/Info.plist] 2297 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/OxfordSemiconductor.kext/Contents/Info.plist] 2755 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/PioneerSuperDrive.kext/Contents/Info.plist] 2244 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/PlasmonUDO.kext/Contents/Info.plist] 2254 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/PreventMediaMountDriver.kext/Contents/Info.plist] 2729 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/QPSQueFire.kext/Contents/Info.plist] 2697 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/SanyoIDShot.kext/Contents/Info.plist] 2834 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/SonyXDCAMDriver.kext/Contents/Info.plist] 2734 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/StorageLynx.kext/Contents/Info.plist] 2601 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/UFIWriteProtectedMediaDriver.kext/Contents/Info.plist] 3144 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/USBStorageDeviceSpecifics.kext/Contents/Info.plist] 113998 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/WriteProtectedMediaDriver.kext/Contents/Info.plist] 6941 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltDPAdapters.kext/Contents/Info.plist] 1332 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltDPAdapters.kext/Contents/PlugIns/AppleThunderboltDPAdapterFamily.kext/Contents/Info.plist] 1900 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltDPAdapters.kext/Contents/PlugIns/AppleThunderboltDPInAdapter.kext/Contents/Info.plist] 2362 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltDPAdapters.kext/Contents/PlugIns/AppleThunderboltDPOutAdapter.kext/Contents/Info.plist] 2368 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltEDMService.kext/Contents/Info.plist] 1332 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltEDMService.kext/Contents/PlugIns/AppleThunderboltEDMSink.kext/Contents/Info.plist] 2383 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltEDMService.kext/Contents/PlugIns/AppleThunderboltEDMSource.kext/Contents/Info.plist] 2547 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltIP.kext/Contents/Info.plist] 2837 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltNHI.kext/Contents/Info.plist] 2435 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltPCIAdapters.kext/Contents/Info.plist] 1393 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltPCIAdapters.kext/Contents/PlugIns/AppleThunderboltPCIDownAdapter.kext/Contents/Info.plist] 2363 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltPCIAdapters.kext/Contents/PlugIns/AppleThunderboltPCIUpAdapter.kext/Contents/Info.plist] 2437 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltUTDM.kext/Contents/Info.plist] 2952 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleTopCase.kext/Contents/Info.plist] 1329 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleTopCase.kext/Contents/PlugIns/AppleTopCaseHIDEventDriver.kext/Contents/Info.plist] 31392 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleTopCase.kext/Contents/PlugIns/AppleUSBTopCaseDriver.kext/Contents/Info.plist] 3557 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleTyMCEDriver.kext/Contents/Info.plist] 2339 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUpstreamUserClient.kext/Contents/Info.plist] 2276 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBAudio.kext/Contents/Info.plist] 4163 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBDisplays.kext/Contents/Info.plist] 17730 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBEthernetHost.kext/Contents/Info.plist] 3182 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBMultitouch.kext/Contents/Info.plist] 22867 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBTopCase.kext/Contents/Info.plist] 1561 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCButtons.kext/Contents/Info.plist] 96517 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyboard.kext/Contents/Info.plist] 55641 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyEventDriver.kext/Contents/Info.plist] 134944 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTrackpad.kext/Contents/Info.plist] 40230 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleWWANAutoEject.kext/Contents/Info.plist] 4334 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleXsanFilter.kext/Contents/Info.plist] 2296 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ATIRadeonX2000.kext/Contents/Info.plist] 3454 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ATTOCelerityFC.kext/Contents/Info.plist] 3046 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ATTOExpressPCI4.kext/Contents/Info.plist] 2487 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ATTOExpressSASHBA.kext/Contents/Info.plist] 2945 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ATTOExpressSASHBA3.kext/Contents/Info.plist] 2893 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ATTOExpressSASRAID.kext/Contents/Info.plist] 2955 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AudioAUUC.kext/Info.plist] 2232 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/autofs.kext/Contents/Info.plist] 1778 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/basICColorDISCUS.kext/Contents/Info.plist] 2910 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/BootCache.kext/Contents/Info.plist] 2131 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/cd9660.kext/Contents/Info.plist] 1704 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/cddafs.kext/Contents/Info.plist] 1625 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/CellPhoneHelper.kext/Contents/Info.plist] 102131 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/corecrypto.kext/Contents/Info.plist] 2025 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/CoreStorage.kext/Contents/Info.plist] 3036 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/CoreStorage.kext/Contents/PlugIns/CoreStorageFsck.kext/Contents/Info.plist] 2451 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/CUDA.kext/Contents/Info.plist] 828 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Dont Steal Mac OS X.kext/Contents/Info.plist] 2491 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/exfat.kext/Contents/Info.plist] 1641 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/FakeSMC.kext/Contents/Info.plist] 5576 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/FakeSMC.kext/Contents/PlugIns/ACPISensors.kext/Contents/Info.plist] 5552 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/FakeSMC.kext/Contents/PlugIns/CPUSensors.kext/Contents/Info.plist] 2435 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/FakeSMC.kext/Contents/PlugIns/GPUSensors.kext/Contents/Info.plist] 3663 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/FakeSMC.kext/Contents/PlugIns/LPCSensors.kext/Contents/Info.plist] 122207 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/GeForce.kext/Contents/Info.plist] 3042 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/GeForceTesla.kext/Contents/Info.plist] 2525 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/GenericUSBXHCI.kext/Contents/Info.plist] 1960 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/HDAEnabler1.kext/Contents/Info.plist] 1953 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IO80211Family.kext/Contents/Info.plist] 1907 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortAtheros40.kext/Contents/Info.plist] 2582 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcm4331.kext/Contents/Info.plist] 2514 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcm4360.kext/Contents/Info.plist] 2527 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AppleAirPortBrcm43224.kext/Contents/Info.plist] 2865 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/IO80211NetBooter.kext/Contents/Info.plist] 2051 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAcceleratorFamily.kext/Contents/Info.plist] 1901 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAcceleratorFamily2.kext/Contents/Info.plist] 1961 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOACPIFamily.kext/Contents/Info.plist] 1716 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAHCIFamily.kext/Contents/Info.plist] 1641 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/Info.plist] 2218 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCISerialATAPI.kext/Contents/Info.plist] 2467 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOATAFamily.kext/Contents/Info.plist] 1679 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/AppleIntelPIIXATA.kext/Contents/Info.plist] 6256 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/IOATABlockStorage.kext/Contents/Info.plist] 2158 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/IOATAPIProtocolTransport.kext/Contents/Info.plist] 2531 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAudioFamily.kext/Contents/Info.plist] 1788 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAVBFamily.kext/Contents/Info.plist] 2429 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAVBFamily.kext/Contents/PlugIns/IOAVBDiscoveryPlugin.kext/Contents/Info.plist] 2794 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAVBFamily.kext/Contents/PlugIns/IOAVBPlugin.kext/Contents/Info.plist] 4402 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAVBFamily.kext/Contents/PlugIns/IOMRPPlugin.kext/Contents/Info.plist] 4929 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOBDStorageFamily.kext/Contents/Info.plist] 2616 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOBluetoothFamily.kext/Contents/Info.plist] 2816 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/BroadcomBluetoothHostControllerUSBTransport.kext/Contents/Info.plist] 22685 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/CSRBluetoothHostControllerUSBTransport.kext/Contents/Info.plist] 5226 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/CSRHIDTransitionDriver.kext/Contents/Info.plist] 3335 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothHostControllerUSBTransport.kext/Contents/Info.plist] 3060 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothSerialManager.kext/Contents/Info.plist] 2375 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothUSBDFU.kext/Contents/Info.plist] 9326 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOBluetoothHIDDriver.kext/Contents/Info.plist] 3863 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOCDStorageFamily.kext/Contents/Info.plist] 3117 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IODVDStorageFamily.kext/Contents/Info.plist] 2563 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireAVC.kext/Contents/Info.plist] 4006 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireFamily.kext/Contents/Info.plist] 2406 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireFamily.kext/Contents/PlugIns/AppleFWOHCI.kext/Contents/Info.plist] 2873 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireIP.kext/Contents/Info.plist] 2153 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireIP.kext/Contents/PlugIns/IOFireWireIPPrivate.kext/Contents/Info.plist] 2597 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireSBP2.kext/Contents/Info.plist] 2918 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireSerialBusProtocolTransport.kext/Contents/Info.plist] 2681 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOGraphicsFamily.kext/Info.plist] 3381 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/Info.plist] 2293 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesCryptoEncoding.kext/Contents/Info.plist] 2588 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesFileBackingStore.kext/Contents/Info.plist] 2365 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesHTTPBackingStore.kext/Contents/Info.plist] 2362 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesKernelBacked.kext/Contents/Info.plist] 2598 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesPartitionBackingStore.kext/Contents/Info.plist] 2589 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesRAMBackingStore.kext/Contents/Info.plist] 2347 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesReadWriteDiskImage.kext/Contents/Info.plist] 2323 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesSparseDiskImage.kext/Contents/Info.plist] 2313 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesUDIFDiskImage.kext/Contents/Info.plist] 2613 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHIDFamily.kext/Contents/Info.plist] 3388 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDEventDriver.kext/Contents/Info.plist] 2455 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDEventDriverSafeBoot.kext/Contents/Info.plist] 11925 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDSystem.kext/Contents/Info.plist] 1822 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDUserClient.kext/Contents/Info.plist] 3604 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONDRVSupport.kext/Info.plist] 3109 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/Info.plist] 2567 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleBCM5701Ethernet.kext/Contents/Info.plist] 4055 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleIntel8254XEthernet.kext/Contents/Info.plist] 3277 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleIntelE1000e.kext/Contents/Info.plist] 2820 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleIntelI210Ethernet.kext/Contents/Info.plist] 2758 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleUSBEthernet.kext/Contents/Info.plist] 5347 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleUSBGigEthernet.kext/Contents/Info.plist] 5649 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext/Contents/Info.plist] 23303 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/Intel82574L.kext/Contents/Info.plist] 3020 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/IOEthernetAVBController.kext/Contents/Info.plist] 1782 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/mDNSOffloadUserClient.kext/Contents/Info.plist] 1702 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/nvenet.kext/Contents/Info.plist] 2470 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOPCIFamily.kext/Info.plist] 2812 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/Info.plist] 1902 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/ACPI_SMC_PlatformPlugin.kext/Contents/Info.plist] 2678 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/AppleSMCPDRC.kext/Contents/Info.plist] 2206 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/IOPlatformPluginLegacy.kext/Contents/Info.plist] 1977 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/X86PlatformPlugin.kext/Contents/Info.plist] 2972 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/X86PlatformShim.kext/Contents/Info.plist] 2234 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOReportFamily.kext/Contents/Info.plist] 1964 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/Info.plist] 2509 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/IOSCSIBlockCommandsDevice.kext/Contents/Info.plist] 2611 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/IOSCSIMultimediaCommandsDevice.kext/Contents/Info.plist] 2484 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/IOSCSIReducedBlockCommandsDevice.kext/Contents/Info.plist] 2276 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/SCSITaskUserClient.kext/Contents/Info.plist] 4998 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSCSIParallelFamily.kext/Contents/Info.plist] 1750 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSerialFamily.kext/Contents/Info.plist] 2580 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSerialFamily.kext/Contents/PlugIns/AppleUSBIrDA.kext/Contents/Info.plist] 2267 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSerialFamily.kext/Contents/PlugIns/AppleWWANSupport.kext/Contents/Info.plist] 4214 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSerialFamily.kext/Contents/PlugIns/AppleWWANSupport1.kext/Contents/Info.plist] 6952 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSerialFamily.kext/Contents/PlugIns/AppleWWANSupport2.kext/Contents/Info.plist] 2239 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSMBusFamily.kext/Contents/Info.plist] 1529 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOStorageFamily.kext/Contents/Info.plist] 5950 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOStreamFamily.kext/Contents/Info.plist] 1436 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOStreamFamily.kext/Contents/PlugIns/IOStreamUserClient.kext/Contents/Info.plist] 2022 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSurface.kext/Contents/Info.plist] 2133 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOThunderboltFamily.kext/Contents/Info.plist] 1747 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOTimeSyncFamily.kext/Contents/Info.plist] 1823 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOTimeSyncFamily.kext/Contents/PlugIns/IO8021ASPlugin.kext/Contents/Info.plist] 2979 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBAttachedSCSI.kext/Contents/Info.plist] 2993 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/Info.plist] 1839 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDC.kext/Contents/Info.plist] 15733 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCACMControl.kext/Contents/Info.plist] 2015 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCACMData.kext/Contents/Info.plist] 9520 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCDMM.kext/Contents/Info.plist] 2022 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCECMControl.kext/Contents/Info.plist] 2088 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCECMData.kext/Contents/Info.plist] 3934 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCEEM.kext/Contents/Info.plist] 2051 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCWCM.kext/Contents/Info.plist] 1955 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBEHCI.kext/Contents/Info.plist] 2354 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBFTDI.kext/Contents/Info.plist] 7403 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBHub.kext/Contents/Info.plist] 2430 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBMergeNub.kext/Contents/Info.plist] 59330 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBOHCI.kext/Contents/Info.plist] 2243 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBOpticalMouse.kext/Contents/Info.plist] 6863 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBUHCI.kext/Contents/Info.plist] 2261 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBVideoSupport.kext/Contents/Info.plist] 5499 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBXHCI.kext/Contents/Info.plist] 2346 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBCompositeDriver.kext/Contents/Info.plist] 3309 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBHIDDriver.kext/Contents/Info.plist] 2350 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBHIDDriverSafeBoot.kext/Contents/Info.plist] 5360 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBUserClient.kext/Contents/Info.plist] 3546 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBMassStorageClass.kext/Contents/Info.plist] 6184 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUserEthernet.kext/Contents/Info.plist] 3131 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOVideoFamily.kext/Contents/Info.plist] 1517 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOVideoFamily.kext/Contents/PlugIns/IOVideoDeviceUserClient.kext/Contents/Info.plist] 2264 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/iPodDriver.kext/Contents/Info.plist] 3975 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/iPodDriver.kext/Contents/PlugIns/iPodSBCDriver.kext/Contents/Info.plist] 3033 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/JMicronATA.kext/Contents/Info.plist] 2231 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/mcxalr.kext/Contents/Info.plist] 1364 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/msdosfs.kext/Contents/Info.plist] 1563 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ntfs.kext/Contents/Info.plist] 1671 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/NVDAGF100Hal.kext/Contents/Info.plist] 1939 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/NVDAGK100Hal.kext/Contents/Info.plist] 1939 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/NVDANV50HalTesla.kext/Contents/Info.plist] 1961 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/NVDAResman.kext/Contents/Info.plist] 2194 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/NVDAResmanTesla.kext/Contents/Info.plist] 2227 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/NVDAStartup.kext/Contents/Info.plist] 1827 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/NVSMU.kext/Contents/Info.plist] 2015 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/OSvKernDSPLib.kext/Contents/Info.plist] 1396 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/PPP.kext/Contents/Info.plist] 1746 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/pthread.kext/Contents/Info.plist] 1780 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Quarantine.kext/Contents/Info.plist] 1908 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Sandbox.kext/Contents/Info.plist] 1969 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/SiLabsUSBDriver.kext/Contents/Info.plist] 49775 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/SiLabsUSBDriver64.kext/Contents/Info.plist] 50153 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/smbfs.kext/Contents/Info.plist] 1879 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/SMCMotionSensor.kext/Contents/Info.plist] 1882 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/Info.plist] 981 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/AppleNMI.kext/Info.plist] 913 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/ApplePlatformFamily.kext/Info.plist] 1018 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/BSDKernel.kext/Info.plist] 1041 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/IOKit.kext/Info.plist] 1029 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/IONVRAMFamily.kext/Info.plist] 990 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/IOSystemManagement.kext/Info.plist] 1019 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/Libkern.kext/Info.plist] 1037 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/MACFramework.kext/Info.plist] 1043 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/Mach.kext/Info.plist] 1039 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/Private.kext/Info.plist] 1037 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/Unsupported.kext/Info.plist] 1053 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/TMSafetyNet.kext/Contents/Info.plist] 1829 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/triggers.kext/Contents/Info.plist] 1820 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/udf.kext/Contents/Info.plist] 1556 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/vecLib.kext/Contents/Info.plist] 1592 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Wacom Tablet.kext/Contents/Info.plist] 1551 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/webcontentfilter.kext/Contents/Info.plist] 1493 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/webdav_fs.kext/Contents/Info.plist] 1491 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Accusys6xxxx.kext/Contents/MacOS/Accusys6xxxx] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Accusys6xxxx.kext/Contents/MacOS/Accusys6xxxx] 98776 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/acfs.kext/Contents/MacOS/acfs] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/acfs.kext/Contents/MacOS/acfs] 1185648 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/acfsctl.kext/Contents/MacOS/acfsctl] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/acfsctl.kext/Contents/MacOS/acfsctl] 12864 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ALF.kext/Contents/MacOS/ALF] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ALF.kext/Contents/MacOS/ALF] 45024 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AMDRadeonX3000.kext/Contents/MacOS/AMDRadeonX3000] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AMDRadeonX3000.kext/Contents/MacOS/AMDRadeonX3000] 4996352 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AMDRadeonX4000.kext/Contents/MacOS/AMDRadeonX4000] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AMDRadeonX4000.kext/Contents/MacOS/AMDRadeonX4000] 4790464 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Apple16X50Serial.kext/Contents/MacOS/Apple16X50Serial] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Apple16X50Serial.kext/Contents/MacOS/Apple16X50Serial] 82880 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Apple16X50Serial.kext/Contents/PlugIns/Apple16X50ACPI.kext/Contents/MacOS/Apple16X50ACPI] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Apple16X50Serial.kext/Contents/PlugIns/Apple16X50ACPI.kext/Contents/MacOS/Apple16X50ACPI] 31984 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Apple_iSight.kext/Contents/MacOS/Apple_iSight] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Apple_iSight.kext/Contents/MacOS/Apple_iSight] 35920 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleACPIPlatform.kext/Contents/MacOS/AppleACPIPlatform] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleACPIPlatform.kext/Contents/MacOS/AppleACPIPlatform] 442864 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleACPIPlatform.kext/Contents/PlugIns/AppleACPIButtons.kext/Contents/MacOS/AppleACPIButtons] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleACPIPlatform.kext/Contents/PlugIns/AppleACPIButtons.kext/Contents/MacOS/AppleACPIButtons] 48848 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleACPIPlatform.kext/Contents/PlugIns/AppleACPIEC.kext/Contents/MacOS/AppleACPIEC] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleACPIPlatform.kext/Contents/PlugIns/AppleACPIEC.kext/Contents/MacOS/AppleACPIEC] 64000 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleAHCIPort.kext/Contents/MacOS/AppleAHCIPort] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleAHCIPort.kext/Contents/MacOS/AppleAHCIPort] 190944 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleAPIC.kext/Contents/MacOS/AppleAPIC] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleAPIC.kext/Contents/MacOS/AppleAPIC] 38416 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleBluetoothMultitouch.kext/Contents/MacOS/AppleBluetoothMultitouch] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleBluetoothMultitouch.kext/Contents/MacOS/AppleBluetoothMultitouch] 120016 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleBMC.kext/Contents/MacOS/AppleBMC] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleBMC.kext/Contents/MacOS/AppleBMC] 64352 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleCameraInterface.kext/Contents/MacOS/AppleCameraInterface] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleCameraInterface.kext/Contents/MacOS/AppleCameraInterface] 136896 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleEFIRuntime.kext/Contents/MacOS/AppleEFIRuntime] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleEFIRuntime.kext/Contents/MacOS/AppleEFIRuntime] 37472 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleEFIRuntime.kext/Contents/PlugIns/AppleEFINVRAM.kext/Contents/MacOS/AppleEFINVRAM] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleEFIRuntime.kext/Contents/PlugIns/AppleEFINVRAM.kext/Contents/MacOS/AppleEFINVRAM] 63536 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleFDEKeyStore.kext/Contents/MacOS/AppleFDEKeyStore] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleFDEKeyStore.kext/Contents/MacOS/AppleFDEKeyStore] 70400 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleFileSystemDriver.kext/Contents/MacOS/AppleFileSystemDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleFileSystemDriver.kext/Contents/MacOS/AppleFileSystemDriver] 32144 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleFSCompressionTypeDataless.kext/Contents/MacOS/AppleFSCompressionTypeDataless] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleFSCompressionTypeDataless.kext/Contents/MacOS/AppleFSCompressionTypeDataless] 37728 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleFSCompressionTypeZlib.kext/Contents/MacOS/AppleFSCompressionTypeZlib] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleFSCompressionTypeZlib.kext/Contents/MacOS/AppleFSCompressionTypeZlib] 42416 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleFWAudio.kext/Contents/MacOS/AppleFWAudio] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleFWAudio.kext/Contents/MacOS/AppleFWAudio] 590880 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHDA.kext/Contents/MacOS/AppleHDA] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHDA.kext/Contents/MacOS/AppleHDA] 954224 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAController.kext/Contents/MacOS/AppleHDAController] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAController.kext/Contents/MacOS/AppleHDAController] 135712 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHardwareConfigDriver.kext/Contents/MacOS/AppleHDAHardwareConfigDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHardwareConfigDriver.kext/Contents/MacOS/AppleHDAHardwareConfigDriver] 31088 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleMikeyDriver.kext/Contents/MacOS/AppleMikeyDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleMikeyDriver.kext/Contents/MacOS/AppleMikeyDriver] 178000 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/DspFuncLib.kext/Contents/MacOS/DspFuncLib] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/DspFuncLib.kext/Contents/MacOS/DspFuncLib] 919632 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/IOHDAFamily.kext/Contents/MacOS/IOHDAFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/IOHDAFamily.kext/Contents/MacOS/IOHDAFamily] 82144 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/MacOS/AppleHIDKeyboard] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/MacOS/AppleHIDKeyboard] 54304 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoothHIDKeyboard.kext/Contents/MacOS/AppleBluetoothHIDKeyboard] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleBluetoothHIDKeyboard.kext/Contents/MacOS/AppleBluetoothHIDKeyboard] 52560 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBBuiltinHIDKeyboard.kext/Contents/MacOS/AppleUSBBuiltinHIDKeyboard] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBBuiltinHIDKeyboard.kext/Contents/MacOS/AppleUSBBuiltinHIDKeyboard] 37888 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDKeyboard.kext/Contents/MacOS/AppleUSBHIDKeyboard] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDKeyboard.kext/Contents/PlugIns/AppleUSBHIDKeyboard.kext/Contents/MacOS/AppleUSBHIDKeyboard] 37632 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDMouse.kext/Contents/MacOS/AppleHIDMouse] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDMouse.kext/Contents/MacOS/AppleHIDMouse] 20384 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDMouse.kext/Contents/PlugIns/AppleBluetoothHIDMouse.kext/Contents/MacOS/AppleBluetoothHIDMouse] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDMouse.kext/Contents/PlugIns/AppleBluetoothHIDMouse.kext/Contents/MacOS/AppleBluetoothHIDMouse] 48000 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDMouse.kext/Contents/PlugIns/AppleUSBHIDMouse.kext/Contents/MacOS/AppleUSBHIDMouse] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHIDMouse.kext/Contents/PlugIns/AppleUSBHIDMouse.kext/Contents/MacOS/AppleUSBHIDMouse] 42752 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHPET.kext/Contents/MacOS/AppleHPET] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHPET.kext/Contents/MacOS/AppleHPET] 36704 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHSSPIHIDDriver.kext/Contents/MacOS/AppleHSSPIHIDDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHSSPIHIDDriver.kext/Contents/MacOS/AppleHSSPIHIDDriver] 46432 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHSSPISupport.kext/Contents/MacOS/AppleHSSPISupport] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHSSPISupport.kext/Contents/MacOS/AppleHSSPISupport] 127904 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHWAccess.kext/Contents/MacOS/AppleHWAccess] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleHWAccess.kext/Contents/MacOS/AppleHWAccess] 42000 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelCPUPowerManagement.kext/Contents/MacOS/AppleIntelCPUPowerManagement] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelCPUPowerManagement.kext/Contents/MacOS/AppleIntelCPUPowerManagement] 221840 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelCPUPowerManagementClient.kext/Contents/MacOS/AppleIntelCPUPowerManagementClient] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelCPUPowerManagementClient.kext/Contents/MacOS/AppleIntelCPUPowerManagementClient] 36528 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelCPUPowerManagementInfo.kext/Contents/MacOS/AppleIntelCPUPowerManagementInfo] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelCPUPowerManagementInfo.kext/Contents/MacOS/AppleIntelCPUPowerManagementInfo] 40496 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelHD3000Graphics.kext/Contents/MacOS/AppleIntelHD3000Graphics] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelHD3000Graphics.kext/Contents/MacOS/AppleIntelHD3000Graphics] 595440 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelHD4000Graphics.kext/Contents/MacOS/AppleIntelHD4000Graphics] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelHD4000Graphics.kext/Contents/MacOS/AppleIntelHD4000Graphics] 526624 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelHD5000Graphics.kext/Contents/MacOS/AppleIntelHD5000Graphics] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelHD5000Graphics.kext/Contents/MacOS/AppleIntelHD5000Graphics] 547328 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelHDGraphics.kext/Contents/MacOS/AppleIntelHDGraphics] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelHDGraphics.kext/Contents/MacOS/AppleIntelHDGraphics] 977760 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelLpssDmac.kext/Contents/MacOS/AppleIntelLpssDmac] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelLpssDmac.kext/Contents/MacOS/AppleIntelLpssDmac] 52688 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelLpssGspi.kext/Contents/MacOS/AppleIntelLpssGspi] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelLpssGspi.kext/Contents/MacOS/AppleIntelLpssGspi] 56352 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelLpssSpiController.kext/Contents/MacOS/AppleIntelLpssSpiController] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelLpssSpiController.kext/Contents/MacOS/AppleIntelLpssSpiController] 113648 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelMCEReporter.kext/Contents/MacOS/AppleIntelMCEReporter] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIntelMCEReporter.kext/Contents/MacOS/AppleIntelMCEReporter] 77056 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIRController.kext/Contents/MacOS/AppleIRController] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleIRController.kext/Contents/MacOS/AppleIRController] 50192 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleKeyStore.kext/Contents/MacOS/AppleKeyStore] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleKeyStore.kext/Contents/MacOS/AppleKeyStore] 105856 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleKeyswitch.kext/Contents/MacOS/AppleKeyswitch] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleKeyswitch.kext/Contents/MacOS/AppleKeyswitch] 30800 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleLSIFusionMPT.kext/Contents/MacOS/AppleLSIFusionMPT] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleLSIFusionMPT.kext/Contents/MacOS/AppleLSIFusionMPT] 177168 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleMatch.kext/Contents/MacOS/AppleMatch] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleMatch.kext/Contents/MacOS/AppleMatch] 18960 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleMCEDriver.kext/Contents/MacOS/AppleMCEDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleMCEDriver.kext/Contents/MacOS/AppleMCEDriver] 45968 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleMCP89RootPortPM.kext/Contents/MacOS/AppleMCP89RootPortPM] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleMCP89RootPortPM.kext/Contents/MacOS/AppleMCP89RootPortPM] 51440 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleMikeyHIDDriver.kext/Contents/MacOS/AppleMikeyHIDDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleMikeyHIDDriver.kext/Contents/MacOS/AppleMikeyHIDDriver] 42912 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleMultitouchDriver.kext/Contents/MacOS/AppleMultitouchDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleMultitouchDriver.kext/Contents/MacOS/AppleMultitouchDriver] 142480 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ApplePlatformEnabler.kext/Contents/MacOS/ApplePlatformEnabler] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ApplePlatformEnabler.kext/Contents/MacOS/ApplePlatformEnabler] 47296 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleRAID.kext/Contents/MacOS/AppleRAID] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleRAID.kext/Contents/MacOS/AppleRAID] 228256 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleRAIDCard.kext/Contents/MacOS/AppleRAIDCard] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleRAIDCard.kext/Contents/MacOS/AppleRAIDCard] 172192 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC] 63712 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleSDXC.kext/Contents/MacOS/AppleSDXC] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleSDXC.kext/Contents/MacOS/AppleSDXC] 133280 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleSmartBatteryManager.kext/Contents/MacOS/AppleSmartBatteryManager] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleSmartBatteryManager.kext/Contents/MacOS/AppleSmartBatteryManager] 70768 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleSMBIOS.kext/Contents/MacOS/AppleSMBIOS] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleSMBIOS.kext/Contents/MacOS/AppleSMBIOS] 43088 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleSMCLMU.kext/Contents/MacOS/AppleSMCLMU] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleSMCLMU.kext/Contents/MacOS/AppleSMCLMU] 53232 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleFireWireStorage.kext/Contents/MacOS/AppleFireWireStorage] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleFireWireStorage.kext/Contents/MacOS/AppleFireWireStorage] 44160 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleHollywood.kext/Contents/MacOS/AppleHollywood] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleHollywood.kext/Contents/MacOS/AppleHollywood] 54848 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleMemorexCDROMDriver.kext/Contents/MacOS/AppleMemorexCDROMDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleMemorexCDROMDriver.kext/Contents/MacOS/AppleMemorexCDROMDriver] 53632 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleUSBCardReader.kext/Contents/MacOS/AppleUSBCardReader] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleUSBCardReader.kext/Contents/MacOS/AppleUSBCardReader] 84480 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleUSBODD.kext/Contents/MacOS/AppleUSBODD] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleUSBODD.kext/Contents/MacOS/AppleUSBODD] 44208 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/CanonEOS1D.kext/Contents/MacOS/CanonEOS1D] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/CanonEOS1D.kext/Contents/MacOS/CanonEOS1D] 38784 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/FWPreferredProtocolSpeed.kext/Contents/MacOS/FWPreferredProtocolSpeed] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/FWPreferredProtocolSpeed.kext/Contents/MacOS/FWPreferredProtocolSpeed] 38976 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/initioFWBridge.kext/Contents/MacOS/initioFWBridge] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/initioFWBridge.kext/Contents/MacOS/initioFWBridge] 44064 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/IOFireWireSerialBusProtocolSansPhysicalUnit.kext/Contents/MacOS/IOFireWireSerialBusProtocolSansPhysicalUnit] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/IOFireWireSerialBusProtocolSansPhysicalUnit.kext/Contents/MacOS/IOFireWireSerialBusProtocolSansPhysicalUnit] 39360 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/LSI-FW-500.kext/Contents/MacOS/LSI-FW-500] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/LSI-FW-500.kext/Contents/MacOS/LSI-FW-500] 39264 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/MaxTranserSizeOverrideDriver.kext/Contents/MacOS/MaxTranserSizeOverrideDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/MaxTranserSizeOverrideDriver.kext/Contents/MacOS/MaxTranserSizeOverrideDriver] 45808 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/MKE-LF-D211A.kext/Contents/MacOS/MKE-LF-D211A] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/MKE-LF-D211A.kext/Contents/MacOS/MKE-LF-D211A] 53760 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/MKE-SR-8171.kext/Contents/MacOS/MKE-SR-8171] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/MKE-SR-8171.kext/Contents/MacOS/MKE-SR-8171] 53456 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/OxfordSemiconductor.kext/Contents/MacOS/OxfordSemiconductor] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/OxfordSemiconductor.kext/Contents/MacOS/OxfordSemiconductor] 43488 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/PioneerSuperDrive.kext/Contents/MacOS/PioneerSuperDrive] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/PioneerSuperDrive.kext/Contents/MacOS/PioneerSuperDrive] 53632 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/PlasmonUDO.kext/Contents/MacOS/PlasmonUDO] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/PlasmonUDO.kext/Contents/MacOS/PlasmonUDO] 45696 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/PreventMediaMountDriver.kext/Contents/MacOS/PreventMediaMountDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/PreventMediaMountDriver.kext/Contents/MacOS/PreventMediaMountDriver] 57600 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/QPSQueFire.kext/Contents/MacOS/QPSQueFire] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/QPSQueFire.kext/Contents/MacOS/QPSQueFire] 38720 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/SanyoIDShot.kext/Contents/MacOS/SanyoIDShot] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/SanyoIDShot.kext/Contents/MacOS/SanyoIDShot] 38944 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/StorageLynx.kext/Contents/MacOS/StorageLynx] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/StorageLynx.kext/Contents/MacOS/StorageLynx] 38736 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/UFIWriteProtectedMediaDriver.kext/Contents/MacOS/UFIWriteProtectedMediaDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/UFIWriteProtectedMediaDriver.kext/Contents/MacOS/UFIWriteProtectedMediaDriver] 58480 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/WriteProtectedMediaDriver.kext/Contents/MacOS/WriteProtectedMediaDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/WriteProtectedMediaDriver.kext/Contents/MacOS/WriteProtectedMediaDriver] 45792 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltDPAdapters.kext/Contents/PlugIns/AppleThunderboltDPAdapterFamily.kext/Contents/MacOS/AppleThunderboltDPAdapterFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltDPAdapters.kext/Contents/PlugIns/AppleThunderboltDPAdapterFamily.kext/Contents/MacOS/AppleThunderboltDPAdapterFamily] 86576 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltDPAdapters.kext/Contents/PlugIns/AppleThunderboltDPInAdapter.kext/Contents/MacOS/AppleThunderboltDPInAdapter] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltDPAdapters.kext/Contents/PlugIns/AppleThunderboltDPInAdapter.kext/Contents/MacOS/AppleThunderboltDPInAdapter] 49312 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltDPAdapters.kext/Contents/PlugIns/AppleThunderboltDPOutAdapter.kext/Contents/MacOS/AppleThunderboltDPOutAdapter] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltDPAdapters.kext/Contents/PlugIns/AppleThunderboltDPOutAdapter.kext/Contents/MacOS/AppleThunderboltDPOutAdapter] 84928 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltEDMService.kext/Contents/PlugIns/AppleThunderboltEDMSink.kext/Contents/MacOS/AppleThunderboltEDMSink] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltEDMService.kext/Contents/PlugIns/AppleThunderboltEDMSink.kext/Contents/MacOS/AppleThunderboltEDMSink] 77216 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltEDMService.kext/Contents/PlugIns/AppleThunderboltEDMSource.kext/Contents/MacOS/AppleThunderboltEDMSource] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltEDMService.kext/Contents/PlugIns/AppleThunderboltEDMSource.kext/Contents/MacOS/AppleThunderboltEDMSource] 82416 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltIP.kext/Contents/MacOS/AppleThunderboltIP] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltIP.kext/Contents/MacOS/AppleThunderboltIP] 199952 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltNHI.kext/Contents/MacOS/AppleThunderboltNHI] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltNHI.kext/Contents/MacOS/AppleThunderboltNHI] 153568 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltPCIAdapters.kext/Contents/PlugIns/AppleThunderboltPCIDownAdapter.kext/Contents/MacOS/AppleThunderboltPCIDownAdapter] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltPCIAdapters.kext/Contents/PlugIns/AppleThunderboltPCIDownAdapter.kext/Contents/MacOS/AppleThunderboltPCIDownAdapter] 43040 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltPCIAdapters.kext/Contents/PlugIns/AppleThunderboltPCIUpAdapter.kext/Contents/MacOS/AppleThunderboltPCIUpAdapter] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltPCIAdapters.kext/Contents/PlugIns/AppleThunderboltPCIUpAdapter.kext/Contents/MacOS/AppleThunderboltPCIUpAdapter] 78416 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltUTDM.kext/Contents/MacOS/AppleThunderboltUTDM] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleThunderboltUTDM.kext/Contents/MacOS/AppleThunderboltUTDM] 151488 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleTopCase.kext/Contents/PlugIns/AppleTopCaseHIDEventDriver.kext/Contents/MacOS/AppleTopCaseHIDEventDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleTopCase.kext/Contents/PlugIns/AppleTopCaseHIDEventDriver.kext/Contents/MacOS/AppleTopCaseHIDEventDriver] 47136 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleTopCase.kext/Contents/PlugIns/AppleUSBTopCaseDriver.kext/Contents/MacOS/AppleUSBTopCaseDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleTopCase.kext/Contents/PlugIns/AppleUSBTopCaseDriver.kext/Contents/MacOS/AppleUSBTopCaseDriver] 53136 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleTyMCEDriver.kext/Contents/MacOS/AppleTyMCEDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleTyMCEDriver.kext/Contents/MacOS/AppleTyMCEDriver] 67568 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUpstreamUserClient.kext/Contents/MacOS/AppleUpstreamUserClient] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUpstreamUserClient.kext/Contents/MacOS/AppleUpstreamUserClient] 55136 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBAudio.kext/Contents/MacOS/AppleUSBAudio] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBAudio.kext/Contents/MacOS/AppleUSBAudio] 389664 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBDisplays.kext/Contents/MacOS/AppleUSBDisplays] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBDisplays.kext/Contents/MacOS/AppleUSBDisplays] 44528 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBEthernetHost.kext/Contents/MacOS/AppleUSBEthernetHost] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBEthernetHost.kext/Contents/MacOS/AppleUSBEthernetHost] 58960 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBMultitouch.kext/Contents/MacOS/AppleUSBMultitouch] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBMultitouch.kext/Contents/MacOS/AppleUSBMultitouch] 127056 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCButtons.kext/Contents/MacOS/AppleUSBTCButtons] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCButtons.kext/Contents/MacOS/AppleUSBTCButtons] 42960 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyboard.kext/Contents/MacOS/AppleUSBTCKeyboard] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyboard.kext/Contents/MacOS/AppleUSBTCKeyboard] 48160 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyEventDriver.kext/Contents/MacOS/AppleUSBTCKeyEventDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyEventDriver.kext/Contents/MacOS/AppleUSBTCKeyEventDriver] 37952 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTrackpad.kext/Contents/MacOS/AppleUSBTrackpad] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTrackpad.kext/Contents/MacOS/AppleUSBTrackpad] 189440 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleWWANAutoEject.kext/Contents/MacOS/AppleWWANAutoEject] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleWWANAutoEject.kext/Contents/MacOS/AppleWWANAutoEject] 38544 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleXsanFilter.kext/Contents/MacOS/AppleXsanFilter] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AppleXsanFilter.kext/Contents/MacOS/AppleXsanFilter] 40544 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ATIRadeonX2000.kext/Contents/MacOS/ATIRadeonX2000] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ATIRadeonX2000.kext/Contents/MacOS/ATIRadeonX2000] 3027520 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ATTOCelerityFC.kext/Contents/MacOS/ATTOCelerityFC] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ATTOCelerityFC.kext/Contents/MacOS/ATTOCelerityFC] 438824 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ATTOExpressPCI4.kext/Contents/MacOS/ATTOExpressPCI4] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ATTOExpressPCI4.kext/Contents/MacOS/ATTOExpressPCI4] 211744 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ATTOExpressSASHBA.kext/Contents/MacOS/ATTOExpressSASHBA] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ATTOExpressSASHBA.kext/Contents/MacOS/ATTOExpressSASHBA] 189736 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ATTOExpressSASHBA3.kext/Contents/MacOS/ATTOExpressSASHBA3] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ATTOExpressSASHBA3.kext/Contents/MacOS/ATTOExpressSASHBA3] 330504 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ATTOExpressSASRAID.kext/Contents/MacOS/ATTOExpressSASRAID] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ATTOExpressSASRAID.kext/Contents/MacOS/ATTOExpressSASRAID] 148048 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AudioAUUC.kext/AudioAUUC] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/AudioAUUC.kext/AudioAUUC] 53296 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/basICColorDISCUS.kext/Contents/MacOS/basICColorDISCUS] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/basICColorDISCUS.kext/Contents/MacOS/basICColorDISCUS] 30328 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/BootCache.kext/Contents/MacOS/BootCache] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/BootCache.kext/Contents/MacOS/BootCache] 64624 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/cd9660.kext/Contents/MacOS/cd9660] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/cd9660.kext/Contents/MacOS/cd9660] 47904 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/cddafs.kext/Contents/MacOS/cddafs] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/cddafs.kext/Contents/MacOS/cddafs] 29120 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/corecrypto.kext/Contents/MacOS/corecrypto] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/corecrypto.kext/Contents/MacOS/corecrypto] 291520 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/CoreStorage.kext/Contents/MacOS/CoreStorage] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/CoreStorage.kext/Contents/MacOS/CoreStorage] 891072 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/CoreStorage.kext/Contents/PlugIns/CoreStorageFsck.kext/Contents/MacOS/CoreStorageFsck] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/CoreStorage.kext/Contents/PlugIns/CoreStorageFsck.kext/Contents/MacOS/CoreStorageFsck] 122272 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/CUDA.kext/Contents/MacOS/CUDA] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/CUDA.kext/Contents/MacOS/CUDA] 9832 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/exfat.kext/Contents/MacOS/exfat] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/exfat.kext/Contents/MacOS/exfat] 72608 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/FakeSMC.kext/Contents/MacOS/FakeSMC] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/FakeSMC.kext/Contents/MacOS/FakeSMC] 143784 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/FakeSMC.kext/Contents/PlugIns/ACPISensors.kext/Contents/MacOS/ACPISensors] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/FakeSMC.kext/Contents/PlugIns/ACPISensors.kext/Contents/MacOS/ACPISensors] 83392 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/FakeSMC.kext/Contents/PlugIns/CPUSensors.kext/Contents/MacOS/CPUSensors] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/FakeSMC.kext/Contents/PlugIns/CPUSensors.kext/Contents/MacOS/CPUSensors] 42704 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/FakeSMC.kext/Contents/PlugIns/GPUSensors.kext/Contents/MacOS/GPUSensors] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/FakeSMC.kext/Contents/PlugIns/GPUSensors.kext/Contents/MacOS/GPUSensors] 172104 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/FakeSMC.kext/Contents/PlugIns/LPCSensors.kext/Contents/MacOS/LPCSensors] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/FakeSMC.kext/Contents/PlugIns/LPCSensors.kext/Contents/MacOS/LPCSensors] 106408 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/GeForce.kext/Contents/MacOS/GeForce] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/GeForce.kext/Contents/MacOS/GeForce] 770432 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/GeForceTesla.kext/Contents/MacOS/GeForceTesla] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/GeForceTesla.kext/Contents/MacOS/GeForceTesla] 1103776 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/GenericUSBXHCI.kext/Contents/MacOS/GenericUSBXHCI] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/GenericUSBXHCI.kext/Contents/MacOS/GenericUSBXHCI] 139792 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/HDAEnabler1.kext/Contents/MacOS/HDAEnabler] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/HDAEnabler1.kext/Contents/MacOS/HDAEnabler] 32184 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IO80211Family.kext/Contents/MacOS/IO80211Family] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IO80211Family.kext/Contents/MacOS/IO80211Family] 594992 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortAtheros40.kext/Contents/MacOS/AirPortAtheros40] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortAtheros40.kext/Contents/MacOS/AirPortAtheros40] 1645904 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcm4331.kext/Contents/MacOS/AirPortBrcm4331] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcm4331.kext/Contents/MacOS/AirPortBrcm4331] 2379248 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcm4360.kext/Contents/MacOS/AirPortBrcm4360] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcm4360.kext/Contents/MacOS/AirPortBrcm4360] 4366656 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AppleAirPortBrcm43224.kext/Contents/MacOS/AppleAirPortBrcm43224] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AppleAirPortBrcm43224.kext/Contents/MacOS/AppleAirPortBrcm43224] 1614176 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/IO80211NetBooter.kext/Contents/MacOS/IO80211NetBooter] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/IO80211NetBooter.kext/Contents/MacOS/IO80211NetBooter] 36400 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAcceleratorFamily.kext/Contents/MacOS/IOAcceleratorFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAcceleratorFamily.kext/Contents/MacOS/IOAcceleratorFamily] 441840 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOACPIFamily.kext/Contents/MacOS/IOACPIFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOACPIFamily.kext/Contents/MacOS/IOACPIFamily] 58496 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAHCIFamily.kext/Contents/MacOS/IOAHCIFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAHCIFamily.kext/Contents/MacOS/IOAHCIFamily] 132176 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage] 192384 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCISerialATAPI.kext/Contents/MacOS/IOAHCISerialATAPI] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCISerialATAPI.kext/Contents/MacOS/IOAHCISerialATAPI] 83232 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOATAFamily.kext/Contents/MacOS/IOATAFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOATAFamily.kext/Contents/MacOS/IOATAFamily] 149728 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/AppleIntelPIIXATA.kext/Contents/MacOS/AppleIntelPIIXATA] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/AppleIntelPIIXATA.kext/Contents/MacOS/AppleIntelPIIXATA] 102592 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/IOATABlockStorage.kext/Contents/MacOS/IOATABlockStorage] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/IOATABlockStorage.kext/Contents/MacOS/IOATABlockStorage] 140080 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/IOATAPIProtocolTransport.kext/Contents/MacOS/IOATAPIProtocolTransport] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/IOATAPIProtocolTransport.kext/Contents/MacOS/IOATAPIProtocolTransport] 52496 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAudioFamily.kext/Contents/MacOS/IOAudioFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAudioFamily.kext/Contents/MacOS/IOAudioFamily] 256928 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAVBFamily.kext/Contents/MacOS/IOAVBFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAVBFamily.kext/Contents/MacOS/IOAVBFamily] 60064 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAVBFamily.kext/Contents/PlugIns/IOAVBDiscoveryPlugin.kext/Contents/MacOS/IOAVBDiscoveryPlugin] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAVBFamily.kext/Contents/PlugIns/IOAVBDiscoveryPlugin.kext/Contents/MacOS/IOAVBDiscoveryPlugin] 92512 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAVBFamily.kext/Contents/PlugIns/IOAVBPlugin.kext/Contents/MacOS/IOAVBPlugin] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAVBFamily.kext/Contents/PlugIns/IOAVBPlugin.kext/Contents/MacOS/IOAVBPlugin] 277808 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAVBFamily.kext/Contents/PlugIns/IOMRPPlugin.kext/Contents/MacOS/IOMRPPlugin] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOAVBFamily.kext/Contents/PlugIns/IOMRPPlugin.kext/Contents/MacOS/IOMRPPlugin] 183712 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOBDStorageFamily.kext/Contents/MacOS/IOBDStorageFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOBDStorageFamily.kext/Contents/MacOS/IOBDStorageFamily] 91536 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/CSRHIDTransitionDriver.kext/Contents/MacOS/CSRHIDTransitionDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/CSRHIDTransitionDriver.kext/Contents/MacOS/CSRHIDTransitionDriver] 33808 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothSerialManager.kext/Contents/MacOS/IOBluetoothSerialManager] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothSerialManager.kext/Contents/MacOS/IOBluetoothSerialManager] 90976 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothUSBDFU.kext/Contents/MacOS/IOBluetoothUSBDFU] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothUSBDFU.kext/Contents/MacOS/IOBluetoothUSBDFU] 30896 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOCDStorageFamily.kext/Contents/MacOS/IOCDStorageFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOCDStorageFamily.kext/Contents/MacOS/IOCDStorageFamily] 106608 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IODVDStorageFamily.kext/Contents/MacOS/IODVDStorageFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IODVDStorageFamily.kext/Contents/MacOS/IODVDStorageFamily] 94432 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireAVC.kext/Contents/MacOS/IOFireWireAVC] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireAVC.kext/Contents/MacOS/IOFireWireAVC] 153408 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireFamily.kext/Contents/MacOS/IOFireWireFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireFamily.kext/Contents/MacOS/IOFireWireFamily] 585920 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireFamily.kext/Contents/PlugIns/AppleFWOHCI.kext/Contents/MacOS/AppleFWOHCI] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireFamily.kext/Contents/PlugIns/AppleFWOHCI.kext/Contents/MacOS/AppleFWOHCI] 286096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireIP.kext/Contents/MacOS/IOFireWireIP] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireIP.kext/Contents/MacOS/IOFireWireIP] 98064 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireIP.kext/Contents/PlugIns/IOFireWireIPPrivate.kext/Contents/MacOS/IOFireWireIPPrivate] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireIP.kext/Contents/PlugIns/IOFireWireIPPrivate.kext/Contents/MacOS/IOFireWireIPPrivate] 106752 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireSBP2.kext/Contents/MacOS/IOFireWireSBP2] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireSBP2.kext/Contents/MacOS/IOFireWireSBP2] 154096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireSerialBusProtocolTransport.kext/Contents/MacOS/IOFireWireSerialBusProtocolTransport] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOFireWireSerialBusProtocolTransport.kext/Contents/MacOS/IOFireWireSerialBusProtocolTransport] 51760 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/MacOS/IOHDIXController] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/MacOS/IOHDIXController] 153120 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesCryptoEncoding.kext/Contents/MacOS/AppleDiskImagesCryptoEncoding] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesCryptoEncoding.kext/Contents/MacOS/AppleDiskImagesCryptoEncoding] 62048 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesFileBackingStore.kext/Contents/MacOS/AppleDiskImagesFileBackingStore] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesFileBackingStore.kext/Contents/MacOS/AppleDiskImagesFileBackingStore] 37840 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesHTTPBackingStore.kext/Contents/MacOS/AppleDiskImagesHTTPBackingStore] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesHTTPBackingStore.kext/Contents/MacOS/AppleDiskImagesHTTPBackingStore] 51520 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesKernelBacked.kext/Contents/MacOS/AppleDiskImagesKernelBacked] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesKernelBacked.kext/Contents/MacOS/AppleDiskImagesKernelBacked] 127424 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesPartitionBackingStore.kext/Contents/MacOS/AppleDiskImagesPartitionBackingStore] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesPartitionBackingStore.kext/Contents/MacOS/AppleDiskImagesPartitionBackingStore] 32848 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesRAMBackingStore.kext/Contents/MacOS/AppleDiskImagesRAMBackingStore] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesRAMBackingStore.kext/Contents/MacOS/AppleDiskImagesRAMBackingStore] 32496 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesReadWriteDiskImage.kext/Contents/MacOS/AppleDiskImagesReadWriteDiskImage] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesReadWriteDiskImage.kext/Contents/MacOS/AppleDiskImagesReadWriteDiskImage] 32128 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesSparseDiskImage.kext/Contents/MacOS/AppleDiskImagesSparseDiskImage] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesSparseDiskImage.kext/Contents/MacOS/AppleDiskImagesSparseDiskImage] 38944 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesUDIFDiskImage.kext/Contents/MacOS/AppleDiskImagesUDIFDiskImage] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHDIXController.kext/Contents/PlugIns/AppleDiskImagesUDIFDiskImage.kext/Contents/MacOS/AppleDiskImagesUDIFDiskImage] 68864 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHIDFamily.kext/Contents/MacOS/IOHIDFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOHIDFamily.kext/Contents/MacOS/IOHIDFamily] 590864 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/MacOS/IONetworkingFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/MacOS/IONetworkingFamily] 250192 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleBCM5701Ethernet.kext/Contents/MacOS/AppleBCM5701Ethernet] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleBCM5701Ethernet.kext/Contents/MacOS/AppleBCM5701Ethernet] 277968 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleIntel8254XEthernet.kext/Contents/MacOS/AppleIntel8254XEthernet] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleIntel8254XEthernet.kext/Contents/MacOS/AppleIntel8254XEthernet] 130656 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleIntelE1000e.kext/Contents/MacOS/AppleIntelE1000e] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleIntelE1000e.kext/Contents/MacOS/AppleIntelE1000e] 207128 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleIntelI210Ethernet.kext/Contents/MacOS/AppleIntelI210Ethernet] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleIntelI210Ethernet.kext/Contents/MacOS/AppleIntelI210Ethernet] 213120 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleUSBEthernet.kext/Contents/MacOS/AppleUSBEthernet] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleUSBEthernet.kext/Contents/MacOS/AppleUSBEthernet] 91520 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleUSBGigEthernet.kext/Contents/MacOS/AppleUSBGigEthernet] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleUSBGigEthernet.kext/Contents/MacOS/AppleUSBGigEthernet] 72816 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext/Contents/MacOS/AppleYukon2] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext/Contents/MacOS/AppleYukon2] 251584 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/Intel82574L.kext/Contents/MacOS/Intel82574L] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/Intel82574L.kext/Contents/MacOS/Intel82574L] 133248 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/IOEthernetAVBController.kext/Contents/MacOS/IOEthernetAVBController] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/IOEthernetAVBController.kext/Contents/MacOS/IOEthernetAVBController] 61344 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/mDNSOffloadUserClient.kext/Contents/MacOS/mDNSOffloadUserClient] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/mDNSOffloadUserClient.kext/Contents/MacOS/mDNSOffloadUserClient] 51744 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/nvenet.kext/Contents/MacOS/nvenet] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/nvenet.kext/Contents/MacOS/nvenet] 125696 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOPCIFamily.kext/IOPCIFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOPCIFamily.kext/IOPCIFamily] 224640 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/AppleSMCPDRC.kext/Contents/MacOS/AppleSMCPDRC] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/AppleSMCPDRC.kext/Contents/MacOS/AppleSMCPDRC] 35744 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOReportFamily.kext/Contents/MacOS/IOReportFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOReportFamily.kext/Contents/MacOS/IOReportFamily] 91840 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/MacOS/IOSCSIArchitectureModelFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/MacOS/IOSCSIArchitectureModelFamily] 225376 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/IOSCSIBlockCommandsDevice.kext/Contents/MacOS/IOSCSIBlockCommandsDevice] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/IOSCSIBlockCommandsDevice.kext/Contents/MacOS/IOSCSIBlockCommandsDevice] 141408 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/IOSCSIMultimediaCommandsDevice.kext/Contents/MacOS/IOSCSIMultimediaCommandsDevice] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/IOSCSIMultimediaCommandsDevice.kext/Contents/MacOS/IOSCSIMultimediaCommandsDevice] 165920 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/IOSCSIReducedBlockCommandsDevice.kext/Contents/MacOS/IOSCSIReducedBlockCommandsDevice] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/IOSCSIReducedBlockCommandsDevice.kext/Contents/MacOS/IOSCSIReducedBlockCommandsDevice] 92304 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/SCSITaskUserClient.kext/Contents/MacOS/SCSITaskUserClient] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/SCSITaskUserClient.kext/Contents/MacOS/SCSITaskUserClient] 68640 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSCSIParallelFamily.kext/Contents/MacOS/IOSCSIParallelFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSCSIParallelFamily.kext/Contents/MacOS/IOSCSIParallelFamily] 103920 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSerialFamily.kext/Contents/MacOS/IOSerialFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSerialFamily.kext/Contents/MacOS/IOSerialFamily] 91280 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSerialFamily.kext/Contents/PlugIns/AppleUSBIrDA.kext/Contents/MacOS/AppleUSBIrDA] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSerialFamily.kext/Contents/PlugIns/AppleUSBIrDA.kext/Contents/MacOS/AppleUSBIrDA] 267328 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSerialFamily.kext/Contents/PlugIns/AppleWWANSupport.kext/Contents/MacOS/AppleWWANSupport] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSerialFamily.kext/Contents/PlugIns/AppleWWANSupport.kext/Contents/MacOS/AppleWWANSupport] 35904 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSerialFamily.kext/Contents/PlugIns/AppleWWANSupport1.kext/Contents/MacOS/AppleWWANSupport1] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSerialFamily.kext/Contents/PlugIns/AppleWWANSupport1.kext/Contents/MacOS/AppleWWANSupport1] 66416 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSerialFamily.kext/Contents/PlugIns/AppleWWANSupport2.kext/Contents/MacOS/AppleWWANSupport2] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSerialFamily.kext/Contents/PlugIns/AppleWWANSupport2.kext/Contents/MacOS/AppleWWANSupport2] 66576 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSMBusFamily.kext/Contents/MacOS/IOSMBusFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOSMBusFamily.kext/Contents/MacOS/IOSMBusFamily] 34736 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOStorageFamily.kext/Contents/MacOS/IOStorageFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOStorageFamily.kext/Contents/MacOS/IOStorageFamily] 216800 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOStreamFamily.kext/Contents/MacOS/IOStreamFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOStreamFamily.kext/Contents/MacOS/IOStreamFamily] 68912 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOThunderboltFamily.kext/Contents/MacOS/IOThunderboltFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOThunderboltFamily.kext/Contents/MacOS/IOThunderboltFamily] 1077840 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOTimeSyncFamily.kext/Contents/MacOS/IOTimeSyncFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOTimeSyncFamily.kext/Contents/MacOS/IOTimeSyncFamily] 74656 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOTimeSyncFamily.kext/Contents/PlugIns/IO8021ASPlugin.kext/Contents/MacOS/IO8021ASPlugin] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOTimeSyncFamily.kext/Contents/PlugIns/IO8021ASPlugin.kext/Contents/MacOS/IO8021ASPlugin] 134480 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBAttachedSCSI.kext/Contents/MacOS/IOUSBAttachedSCSI] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBAttachedSCSI.kext/Contents/MacOS/IOUSBAttachedSCSI] 79520 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/MacOS/IOUSBFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/MacOS/IOUSBFamily] 489968 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDC.kext/Contents/MacOS/AppleUSBCDC] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDC.kext/Contents/MacOS/AppleUSBCDC] 40592 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCACMControl.kext/Contents/MacOS/AppleUSBCDCACMControl] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCACMControl.kext/Contents/MacOS/AppleUSBCDCACMControl] 36816 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCACMData.kext/Contents/MacOS/AppleUSBCDCACMData] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCACMData.kext/Contents/MacOS/AppleUSBCDCACMData] 66928 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCDMM.kext/Contents/MacOS/AppleUSBCDCDMM] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCDMM.kext/Contents/MacOS/AppleUSBCDCDMM] 45040 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCECMControl.kext/Contents/MacOS/AppleUSBCDCECMControl] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCECMControl.kext/Contents/MacOS/AppleUSBCDCECMControl] 36912 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCECMData.kext/Contents/MacOS/AppleUSBCDCECMData] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCECMData.kext/Contents/MacOS/AppleUSBCDCECMData] 57184 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCEEM.kext/Contents/MacOS/AppleUSBCDCEEM] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCEEM.kext/Contents/MacOS/AppleUSBCDCEEM] 52016 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCWCM.kext/Contents/MacOS/AppleUSBCDCWCM] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCWCM.kext/Contents/MacOS/AppleUSBCDCWCM] 31456 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBEHCI.kext/Contents/MacOS/AppleUSBEHCI] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBEHCI.kext/Contents/MacOS/AppleUSBEHCI] 178144 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBFTDI.kext/Contents/MacOS/AppleUSBFTDI] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBFTDI.kext/Contents/MacOS/AppleUSBFTDI] 59824 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBHub.kext/Contents/MacOS/AppleUSBHub] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBHub.kext/Contents/MacOS/AppleUSBHub] 156608 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBMergeNub.kext/Contents/MacOS/AppleUSBMergeNub] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBMergeNub.kext/Contents/MacOS/AppleUSBMergeNub] 49744 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBOHCI.kext/Contents/MacOS/AppleUSBOHCI] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBOHCI.kext/Contents/MacOS/AppleUSBOHCI] 106880 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBUHCI.kext/Contents/MacOS/AppleUSBUHCI] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBUHCI.kext/Contents/MacOS/AppleUSBUHCI] 130320 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBVideoSupport.kext/Contents/MacOS/AppleUSBVideoSupport] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBVideoSupport.kext/Contents/MacOS/AppleUSBVideoSupport] 43296 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBXHCI.kext/Contents/MacOS/AppleUSBXHCI] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBXHCI.kext/Contents/MacOS/AppleUSBXHCI] 195872 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBCompositeDriver.kext/Contents/MacOS/IOUSBCompositeDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBCompositeDriver.kext/Contents/MacOS/IOUSBCompositeDriver] 45424 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBHIDDriver.kext/Contents/MacOS/IOUSBHIDDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBHIDDriver.kext/Contents/MacOS/IOUSBHIDDriver] 57840 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBUserClient.kext/Contents/MacOS/IOUSBUserClient] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBUserClient.kext/Contents/MacOS/IOUSBUserClient] 31184 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBMassStorageClass.kext/Contents/MacOS/IOUSBMassStorageClass] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUSBMassStorageClass.kext/Contents/MacOS/IOUSBMassStorageClass] 120272 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUserEthernet.kext/Contents/MacOS/IOUserEthernet] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOUserEthernet.kext/Contents/MacOS/IOUserEthernet] 85040 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOVideoFamily.kext/Contents/MacOS/IOVideoFamily] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/IOVideoFamily.kext/Contents/MacOS/IOVideoFamily] 85024 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/iPodDriver.kext/Contents/MacOS/iPodDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/iPodDriver.kext/Contents/MacOS/iPodDriver] 76112 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/iPodDriver.kext/Contents/PlugIns/iPodSBCDriver.kext/Contents/MacOS/iPodSBCDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/iPodDriver.kext/Contents/PlugIns/iPodSBCDriver.kext/Contents/MacOS/iPodSBCDriver] 60048 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/JMicronATA.kext/Contents/MacOS/JMicronATA] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/JMicronATA.kext/Contents/MacOS/JMicronATA] 91760 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/mcxalr.kext/Contents/MacOS/mcxalr] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/mcxalr.kext/Contents/MacOS/mcxalr] 45920 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/msdosfs.kext/Contents/MacOS/msdosfs] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/msdosfs.kext/Contents/MacOS/msdosfs] 77264 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ntfs.kext/Contents/MacOS/ntfs] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/ntfs.kext/Contents/MacOS/ntfs] 399680 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/NVSMU.kext/Contents/MacOS/NVSMU] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/NVSMU.kext/Contents/MacOS/NVSMU] 86768 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/OSvKernDSPLib.kext/Contents/MacOS/OSvKernDSPLib] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/OSvKernDSPLib.kext/Contents/MacOS/OSvKernDSPLib] 73296 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/PPP.kext/Contents/MacOS/PPP] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/PPP.kext/Contents/MacOS/PPP] 56992 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/pthread.kext/Contents/MacOS/pthread] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/pthread.kext/Contents/MacOS/pthread] 48096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Quarantine.kext/Contents/MacOS/Quarantine] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Quarantine.kext/Contents/MacOS/Quarantine] 39888 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Sandbox.kext/Contents/MacOS/Sandbox] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/Sandbox.kext/Contents/MacOS/Sandbox] 91056 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/SiLabsUSBDriver.kext/Contents/MacOS/SiLabsUSBDriver] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/SiLabsUSBDriver.kext/Contents/MacOS/SiLabsUSBDriver] 157680 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/SiLabsUSBDriver64.kext/Contents/MacOS/SiLabsUSBDriver64] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/SiLabsUSBDriver64.kext/Contents/MacOS/SiLabsUSBDriver64] 70024 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/SMCMotionSensor.kext/Contents/MacOS/SMCMotionSensor] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/SMCMotionSensor.kext/Contents/MacOS/SMCMotionSensor] 62400 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/BSDKernel.kext/BSDKernel] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/BSDKernel.kext/BSDKernel] 32128 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/IOKit.kext/IOKit] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/IOKit.kext/IOKit] 118704 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/Libkern.kext/Libkern] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/Libkern.kext/Libkern] 44864 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/MACFramework.kext/MACFramework] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/MACFramework.kext/MACFramework] 6336 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/Mach.kext/Mach] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/Mach.kext/Mach] 7440 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/Private.kext/Private] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/Private.kext/Private] 28048 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/Unsupported.kext/Unsupported] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/System.kext/PlugIns/Unsupported.kext/Unsupported] 14560 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/TMSafetyNet.kext/Contents/MacOS/TMSafetyNet] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/TMSafetyNet.kext/Contents/MacOS/TMSafetyNet] 12960 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/udf.kext/Contents/MacOS/udf] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/udf.kext/Contents/MacOS/udf] 283824 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/vecLib.kext/Contents/MacOS/vecLib] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/vecLib.kext/Contents/MacOS/vecLib] 192544 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/webdav_fs.kext/Contents/MacOS/webdav_fs] 4096 bytes.
Read HFS+ file: [hd(0,2)/System/Library/Extensions/webdav_fs.kext/Contents/MacOS/webdav_fs] 45920 bytes.
Starting Darwin x86_64
Boot Args: boot-uuid=720F3AEC-E88B-3529-ACD6-E7700970C657 rd=*uuid  -v
 
Status
Not open for further replies.
Back
Top