richardsj / netbook-installer

Automatically exported from code.google.com/p/netbook-installer
0 stars 0 forks source link

Add support for Poulsbo/SATA disk #235

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Any chance of adding the additional device to AppleIntelPIIXATA,  doing this 
for 0.8.3 allowed me 
to install on Acer Aspire One AO751h.

                <key>SCH ATA/100</key>
                <dict>
                        <key>CFBundleIdentifier</key>
            <string>com.apple.driver.AppleIntelPIIXATA</string>
                        <key>Controller Name</key>
                        <string>SCH ATA/100</string>
                        <key>IOClass</key>
            <string>AppleIntelPIIXATARoot</string>
                        <key>IOPCIPrimaryMatch</key>
                        <string>0x811a8086</string>
                        <key>IOProbeScore</key>
                        <integer>2000</integer>
                        <key>IOProviderClass</key>
                        <string>IOPCIDevice</string>
                        <key>Supported Transfer Modes</key>
                        <string>0x3f061d</string>
                </dict>

Please provide any additional information below.

Original issue reported on code.google.com by camrsta...@googlemail.com on 2 Apr 2010 at 11:41

GoogleCodeExporter commented 9 years ago
I should be able to add something like that (such as a legacy kext).

Original comment by Meklort@gmail.com on 2 Apr 2010 at 2:20

GoogleCodeExporter commented 9 years ago
terrific,  happy to test it out.

Original comment by camrsta...@googlemail.com on 4 Apr 2010 at 10:02

GoogleCodeExporter commented 9 years ago
Kernel Panic on Vaio P with this ATA controller. 

Original comment by santiaga...@gmail.com on 13 Apr 2010 at 6:40