From 059a371409f8e35a635e412cd9061a41d4cf7c46 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 16 Oct 2001 19:05:29 +0000 Subject: 2001-10-16 Chris Johns * include/confdefs.h, include/rtems/config.h, include/rtems/io.h, optman/no-io.c, src/exinit.c, src/io.c: Added a device driver register/unregister interface to allow device drivers to be installed and removed at runtime. This means you do not need devices present in the device table when you build. --- c/src/exec/sapi/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'c/src/exec/sapi/ChangeLog') diff --git a/c/src/exec/sapi/ChangeLog b/c/src/exec/sapi/ChangeLog index 46595a89b9..e64a906f1b 100644 --- a/c/src/exec/sapi/ChangeLog +++ b/c/src/exec/sapi/ChangeLog @@ -1,3 +1,11 @@ +2001-10-16 Chris Johns + + * include/confdefs.h, include/rtems/config.h, include/rtems/io.h, + optman/no-io.c, src/exinit.c, src/io.c: Added a device driver + register/unregister interface to allow device drivers to be + installed and removed at runtime. This means you do not need devices + present in the device table when you build. + 2001-10-16 Ralf Corsepius * include/rtems/Makefile.am: Remove. -- cgit v1.2.3