| 20 | === onboard SATA === |
| 21 | * diff simple.map |
| 22 | {{{ |
| 23 | --- simple.map 2009-06-12 04:35:46.000000000 +0900 |
| 24 | +++ ahci/simple.map 2009-11-12 07:42:59.000000000 +0900 |
| 25 | @@ -33,6 +33,7 @@ |
| 26 | 1000:1960 0000:0000 storage megaraid2.o |
| 27 | 1000:9010 0000:0000 storage megaraid2.o |
| 28 | 1000:9060 0000:0000 storage megaraid2.o |
| 29 | +1002:4380 0000:0000 storage ahci |
| 30 | 1002:4390 0000:0000 storage ahci.o |
| 31 | 1002:4391 0000:0000 storage ahci.o |
| 32 | 1002:4392 0000:0000 storage ahci.o |
| 33 | }}} |
| 34 | |
| 35 | * => attachment:SB600-SATA-oem.tgz |
| 36 | |
| 37 | === onboard SATA and NIC(Realtek) === |
| 38 | * see [http://www.vm-help.com/forum/viewtopic.php?f=12&t=1272 vm-help.com - View topic - RTL8111/8168 and P55 integr. SATA Ctrl. (AHCI) for ESX 4] |
| 39 | * r8168.o from http://www.vm-help.com/forum/download/file.php?id=136 |
| 40 | |
| 41 | * diff simple.map |
| 42 | {{{ |
| 43 | --- simple.map 2009-06-12 04:35:46.000000000 +0900 |
| 44 | +++ ahci+realtek/simple.map 2009-11-11 23:44:24.176278600 +0900 |
| 45 | @@ -33,6 +33,7 @@ |
| 46 | 1000:1960 0000:0000 storage megaraid2.o |
| 47 | 1000:9010 0000:0000 storage megaraid2.o |
| 48 | 1000:9060 0000:0000 storage megaraid2.o |
| 49 | +1002:4380 0000:0000 storage ahci |
| 50 | 1002:4390 0000:0000 storage ahci.o |
| 51 | 1002:4391 0000:0000 storage ahci.o |
| 52 | 1002:4392 0000:0000 storage ahci.o |
| 53 | @@ -223,6 +224,7 @@ |
| 54 | 10df:fe00 0000:0000 storage lpfc820.o |
| 55 | 10df:fe05 0000:0000 storage lpfc820.o |
| 56 | 10df:fe12 0000:0000 storage lpfc820.o |
| 57 | +10ec:8168 0000:0000 network r8168.o |
| 58 | 1103:0004 0000:0000 storage pata_hpt3x2n.o |
| 59 | 1103:0005 0000:0000 storage pata_hpt3x2n.o |
| 60 | 1103:0006 0000:0000 storage pata_hpt3x2n.o |
| 61 | }}} |
| 62 | |
| 63 | * => attachment:SB600-SATA-NIC-oem.tgz |