Signed-off-by: Gleb Natapov <[email protected]>
diff --git a/src/ahci.c b/src/ahci.c
index e2b2dbf..70c0f1c 100644
--- a/src/ahci.c
+++ b/src/ahci.c
@@ -395,8 +395,10 @@ ahci_port_init(struct ahci_ctrl_s *ctrl, u32 pnr)
                  , (iscd ? "DVD/CD" : "Device"));
 
         // fill cdidmap
-        if (iscd)
+        if (iscd) {
             map_cd_drive(&port->drive);
+            add_baid_cdrom(&port->drive);
+       }
     }
     dprintf(1, "%s\n", port->drive.desc);
 
--
                        Gleb.

_______________________________________________
SeaBIOS mailing list
[email protected]
http://www.seabios.org/mailman/listinfo/seabios

Reply via email to