Can't getting Driver

I want the driver of this board.
Anyone please help me.
in arduino.inf file its getting the driver of arduino due
after this when I was uploading it's giveing me this error code

Arduino: 1.6.9 (Windows 10), Board: "Arduino NG or older, ATmega8"

In file included from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino\wiring_private.h:31:0,

from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino\wiring_digital.c:26:

C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino\Arduino.h:187:0: warning: "PE" redefined [enabled by default]

#define PE 5

^

In file included from c:\program files (x86)\arduino\hardware\tools\avr\avr\include\avr\io.h:350:0,

from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino\wiring_private.h:26,

from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino\wiring_digital.c:26:

c:\program files (x86)\arduino\hardware\tools\avr\avr\include\avr\iom8.h:534:0: note: this is the location of the previous definition

#define PE 2

^

Sketch uses 814 bytes (11%) of program storage space. Maximum is 7,168 bytes.
Global variables use 15 bytes (1%) of dynamic memory, leaving 1,009 bytes for local variables. Maximum is 1,024 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x89
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x89
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x89
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x89
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x89
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x89
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x89
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x89
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x89
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x89

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

What the... Look at the underside of the board, near the USB header. Is there another chip there? What is it labeled?

Why are you using that weirdo board? You can get Arduino Uno "clones"

Also - what are you talking about with Arduino Due? The Due (not to be confused with the duemillanove) is a very different board...

(deleted)

The number of back side chip is PL2303HX

Make sure the drivers from here are installed:

http://www.prolific.com.tw/US/ShowProduct.aspx?p_id=225&pcid=41

Note the bit at the bottom about problems with counterfeit PL2303HX chips (this is why I avoid Prolific and FTDI chips, and buy only boards with CH340Gs, since there isn't a problem with counterfeits)

BUT I think you may have the drivers properly installed, but a problem with the bootloader on the chip? It's hard to know - that's a rather exotic board you're using - I don't think the atmega8 has been used in an official board for quite a while.