From 5c980d0f993bcb2b59ba4faf25cf9d887faf83f3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 5 Sep 2008 14:48:37 +0000 Subject: 2008-09-05 Joel Sherrill * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared memory driver to not use the clock ioctl to install a method to poll for input. It now uses a Class API Timer which means we can eliminate this special IOCTL from all clock drivers. * libchip/shmdr/setckvec.c: Removed. --- c/src/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'c/src/ChangeLog') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 840c7c4457..5b33c24f6d 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,12 @@ +2008-09-05 Joel Sherrill + + * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c, + libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared + memory driver to not use the clock ioctl to install a method to poll + for input. It now uses a Class API Timer which means we can eliminate + this special IOCTL from all clock drivers. + * libchip/shmdr/setckvec.c: Removed. + 2008-08-30 Joel Sherrill * libchip/network/sonic.c: Do not declare a variable just to hold an -- cgit v1.2.3