parisc: SEABIOS_HPPA_VERSION 19

New:
- Added new "715" machine (Snake machine, no PCI bus)
- Added driver for NCR710 SCSI on LASI (Soumyajyotii Ssarkar)

Fixes & cleanups:
- Fix memory size detection on NetBSD
- Snake machines do not support the PDC_SYSTEM_MAP call
- Always return the HPA in pdc_mem_map() PDC call
- Add LMMIO range for internal artist graphic card
- various coding style cleanups

Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
Helge Deller
2025-10-14 18:22:22 +02:00
parent 5504e9fd17
commit d0d359929a

View File

@ -3,8 +3,8 @@
/* this file is included by x86.h */
/* version number of this SeaBIOS firmware */
#define SEABIOS_HPPA_VERSION 18
#define SEABIOS_HPPA_VERSION_STR "18"
#define SEABIOS_HPPA_VERSION 19
#define SEABIOS_HPPA_VERSION_STR "19"
#ifdef __LP64__
#define CONFIG_64BIT