parisc: Increase SEABIOS_HPPA_VERSION to version 2

This version adds fixes which allow choosing the primary boot device.

Either via qemu bootindex parameter, e.g.:
 -device scsi-hd,drive=drive1,bus=scsi0.0,channel=0,scsi-id=6,lun=0,bootindex=1
 -drive file=image.img,if=none,id=drive1

or via qemu boot order option to select the SCSI ID, e.g.:
 -boot order=g-m: machine implementation dependent drives (SCSI ID)
where "g" means SCSI ID 0, "h" is SCSI ID 1 and so on.

Signed-off-by: Helge Deller <deller@gmx.de>
diff --git a/src/parisc/parisc.c b/src/parisc/parisc.c
index 45dfe4b..2715c8e 100644
--- a/src/parisc/parisc.c
+++ b/src/parisc/parisc.c
@@ -31,7 +31,7 @@
 
 #include "vgabios.h"
 
-#define SEABIOS_HPPA_VERSION 1
+#define SEABIOS_HPPA_VERSION 2
 
 /*
  * Various variables which are needed by x86 code.