Browse code

linux-esx: Added ata_piix module go get cdrom working.

YustasSwamp authored on 2015/09/22 08:25:33
Showing 2 changed files
... ...
@@ -1309,7 +1309,58 @@ CONFIG_ATA_SFF=y
1309 1309
 # CONFIG_PDC_ADMA is not set
1310 1310
 # CONFIG_SATA_QSTOR is not set
1311 1311
 # CONFIG_SATA_SX4 is not set
1312
-# CONFIG_ATA_BMDMA is not set
1312
+CONFIG_ATA_BMDMA=y
1313
+
1314
+#
1315
+# SATA SFF controllers with BMDMA
1316
+#
1317
+CONFIG_ATA_PIIX=m
1318
+# CONFIG_SATA_MV is not set
1319
+# CONFIG_SATA_NV is not set
1320
+# CONFIG_SATA_PROMISE is not set
1321
+# CONFIG_SATA_SIL is not set
1322
+# CONFIG_SATA_SIS is not set
1323
+# CONFIG_SATA_SVW is not set
1324
+# CONFIG_SATA_ULI is not set
1325
+# CONFIG_SATA_VIA is not set
1326
+# CONFIG_SATA_VITESSE is not set
1327
+
1328
+#
1329
+# PATA SFF controllers with BMDMA
1330
+#
1331
+# CONFIG_PATA_ALI is not set
1332
+# CONFIG_PATA_AMD is not set
1333
+# CONFIG_PATA_ARTOP is not set
1334
+# CONFIG_PATA_ATIIXP is not set
1335
+# CONFIG_PATA_ATP867X is not set
1336
+# CONFIG_PATA_CMD64X is not set
1337
+# CONFIG_PATA_CYPRESS is not set
1338
+# CONFIG_PATA_EFAR is not set
1339
+# CONFIG_PATA_HPT366 is not set
1340
+# CONFIG_PATA_HPT37X is not set
1341
+# CONFIG_PATA_HPT3X2N is not set
1342
+# CONFIG_PATA_HPT3X3 is not set
1343
+# CONFIG_PATA_IT8213 is not set
1344
+# CONFIG_PATA_IT821X is not set
1345
+# CONFIG_PATA_JMICRON is not set
1346
+# CONFIG_PATA_MARVELL is not set
1347
+# CONFIG_PATA_NETCELL is not set
1348
+# CONFIG_PATA_NINJA32 is not set
1349
+# CONFIG_PATA_NS87415 is not set
1350
+# CONFIG_PATA_OLDPIIX is not set
1351
+# CONFIG_PATA_OPTIDMA is not set
1352
+# CONFIG_PATA_PDC2027X is not set
1353
+# CONFIG_PATA_PDC_OLD is not set
1354
+# CONFIG_PATA_RADISYS is not set
1355
+# CONFIG_PATA_RDC is not set
1356
+# CONFIG_PATA_SCH is not set
1357
+# CONFIG_PATA_SERVERWORKS is not set
1358
+# CONFIG_PATA_SIL680 is not set
1359
+# CONFIG_PATA_SIS is not set
1360
+# CONFIG_PATA_TOSHIBA is not set
1361
+# CONFIG_PATA_TRIFLEX is not set
1362
+# CONFIG_PATA_VIA is not set
1363
+# CONFIG_PATA_WINBOND is not set
1313 1364
 
1314 1365
 #
1315 1366
 # PIO-only SFF controllers
... ...
@@ -1324,6 +1375,8 @@ CONFIG_ATA_SFF=y
1324 1324
 #
1325 1325
 # Generic fallback / legacy drivers
1326 1326
 #
1327
+# CONFIG_PATA_ACPI is not set
1328
+# CONFIG_ATA_GENERIC is not set
1327 1329
 # CONFIG_PATA_LEGACY is not set
1328 1330
 CONFIG_MD=y
1329 1331
 # CONFIG_BLK_DEV_MD is not set
... ...
@@ -2,7 +2,7 @@
2 2
 Summary:        Kernel
3 3
 Name:        linux-esx
4 4
 Version:    4.2.0
5
-Release:    3%{?dist}
5
+Release:    4%{?dist}
6 6
 License:    GPLv2
7 7
 URL:        http://www.kernel.org/
8 8
 Group:        System Environment/Kernel
... ...
@@ -121,6 +121,8 @@ ln -sf %{name}-%{version}-%{release}.cfg /boot/photon.cfg
121 121
 /lib/modules/%{version}-esx/build
122 122
 
123 123
 %changelog
124
+*   Mon Sep 21 2015 Alexey Makhalov <amakhalov@vmware.com> 4.2.0-4
125
+-   CDROM modules are added.
124 126
 *   Thu Sep 17 2015 Alexey Makhalov <amakhalov@vmware.com> 4.2.0-3
125 127
 -   Fix for 05- patch (SVGA mem size)
126 128
 -   Compile out: pci hotplug, sched smt.