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>
diff --git a/src/parisc/hppa.h b/src/parisc/hppa.h
index ab68f63..4e3a765 100644
--- a/src/parisc/hppa.h
+++ b/src/parisc/hppa.h
@@ -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