opengnsys_ipxe/src/arch
Michael Brown 8ca43ccbc1 [int13] Do not report INT 13 extension support for emulated floppies
The INT 13 extensions provide a mechanism for accessing disks using
linear (LBA) rather than C/H/S addressing.  SAN protocols such as
iSCSI invariably support only linear addresses and so iPXE currently
provides LBA access to all SAN disks (with autodetection and emulation
of an appropriate geometry for C/H/S accesses).

Most BIOSes will not report support for INT 13 extensions for floppy
disk drives, and some operating systems may be confused by a floppy
drive that claims such support.

Minimise surprise by reporting the existence of support for INT 13
extensions only for non-floppy drive numbers.  Continue to provide
support for all drive numbers, to avoid breaking operating systems
that may unconditionally use the INT 13 extensions without first
checking for support.

Reported-by: Valdo Toost <vtoost@hot.ee>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2021-04-13 20:42:55 +01:00
..
arm [arm] Provide dummy implementations for {in,out}[s]{b,w,l} 2019-07-14 15:31:25 +01:00
arm32 [build] Fix ARM32 EFI builds with current EDK2 headers 2017-07-28 15:46:06 +01:00
arm64 [build] Work around -fPIE patched versions of gcc on all architectures 2021-02-04 02:53:25 +00:00
i386 [build] Allow __asmcall to be used as a type attribute 2021-03-02 10:15:23 +00:00
x86 [int13] Do not report INT 13 extension support for emulated floppies 2021-04-13 20:42:55 +01:00
x86_64 [build] Allow __asmcall to be used as a type attribute 2021-03-02 10:15:23 +00:00