Changeset 97566 in vbox
- Timestamp:
- Nov 16, 2022 10:31:01 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154598
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r97559 r97566 157 157 158 158 <listitem> 159 <para>Linux Guest Additions: Introduced initial support for SLES 15.4 kernels</para> 160 </listitem> 161 162 <listitem> 159 163 <para>Linux Guest Additions: Fixed kernel modules rebuild behavior on 160 164 system shutdown</para> -
trunk/src/VBox/Additions/linux/drm/vbox_drv.c
r97556 r97566 84 84 85 85 # if RTLNX_VER_MIN(5,14,0) || RTLNX_RHEL_RANGE(8,6, 8,99) 86 # if RTLNX_VER_MIN(5,15,0) || RTLNX_RHEL_RANGE(8,7, 8,99) || RTLNX_RHEL_MIN(9,1) 86 # if RTLNX_VER_MIN(5,15,0) || RTLNX_RHEL_RANGE(8,7, 8,99) || RTLNX_RHEL_MIN(9,1) || RTLNX_SUSE_MAJ_PREREQ(15,4) 87 87 ret = drm_aperture_remove_conflicting_pci_framebuffers(pdev, &driver); 88 88 # else
Note:
See TracChangeset
for help on using the changeset viewer.