Hello community, here is the log from the commit of package syslinux checked in at Fri Apr 28 21:15:35 CEST 2006. -------- --- arch/i386/syslinux/syslinux.changes 2006-02-09 17:32:24.000000000 +0100 +++ STABLE/syslinux/syslinux.changes 2006-04-27 16:12:47.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Apr 27 16:11:52 CEST 2006 - snwint@suse.de + +- ignore drive reset error when booting from local disk (#169014) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ syslinux.spec ++++++ --- /var/tmp/diff_new_pack.ujwkvV/_old 2006-04-28 21:15:30.000000000 +0200 +++ /var/tmp/diff_new_pack.ujwkvV/_new 2006-04-28 21:15:30.000000000 +0200 @@ -17,7 +17,7 @@ Autoreqprov: on Summary: Boot Loader for Linux Version: 3.11 -Release: 7 +Release: 18 Source: %{name}-%{version}.tar.bz2 Source1: isolinux-config Patch: %{name}-%{version}.dif @@ -79,6 +79,8 @@ /usr/share/syslinux %changelog -n syslinux +* Thu Apr 27 2006 - snwint@suse.de +- ignore drive reset error when booting from local disk (#169014) * Thu Feb 09 2006 - snwint@suse.de - monitor detection can be skipped (#149578) * Thu Feb 02 2006 - snwint@suse.de ++++++ syslinux-3.11.dif ++++++ --- /var/tmp/diff_new_pack.ujwkvV/_old 2006-04-28 21:15:30.000000000 +0200 +++ /var/tmp/diff_new_pack.ujwkvV/_new 2006-04-28 21:15:31.000000000 +0200 @@ -2032,6 +2032,15 @@ call vgaclearmode lss sp,[cs:Stack] ; Restore stack pointer xor dx,dx +@@ -1130,7 +1257,7 @@ + xor dh,dh + push dx + xor ax,ax ; Reset drive +- call xint13 ++ int 13h ; we don't care about errors here... + mov ax,0201h ; Read one sector + mov cx,0001h ; C/H/S = 0/0/1 (first sector) + mov bx,trackbuf @@ -1496,6 +1623,9 @@ %include "strcpy.inc" ; strcpy() %include "rawcon.inc" ; Console I/O w/o using the console functions ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de