I have project using a GPS device in what we call a "player unit". The
player unit is a small AMD Geode (x86) based device running Linux. The
GPS is a PCI part connected to INTD (PCI INTx). It submits interrupts
every second which need to be caught and used to reset the system time
with - thereby synchronizing the entire (wireless) network of player
units.
1) How do associate a handler with this interrupt?
2) What is the best system call to reset the the system clock? (I
assume I really don't want to reset the hardware clock?)
---John