]> Zhao Yanbai Git Server - minix.git/commit
. removed readclock command and cmos driver.
authorBen Gras <ben@minix3.org>
Fri, 12 Jan 2007 16:35:04 +0000 (16:35 +0000)
committerBen Gras <ben@minix3.org>
Fri, 12 Jan 2007 16:35:04 +0000 (16:35 +0000)
commitf47aa04a30b2784cc62df1af692612299670924f
tree6bb4db4adc1ddc8899814fd0badaf4e6b0dcd6cd
parentf65b3b8fbf47e2afee9dcbc1821333c27e9504aa
. removed readclock command and cmos driver.
. replaced by a readclock 'driver' that runs once, a re-imported version
  of the minix 2.0.4 readclock command.
. this has also restored cmos writing.
. readclock wrapper script calls service command to run /bin/readclock.drv
  once.
12 files changed:
commands/ibm/Makefile
commands/ibm/readclock.c [deleted file]
commands/scripts/MAKEDEV.sh
commands/scripts/Makefile
commands/scripts/readclock.sh [new file with mode: 0644]
drivers/Makefile
drivers/cmos/cmos.c [deleted file]
drivers/readclock/Makefile [moved from drivers/cmos/Makefile with 54% similarity]
drivers/readclock/readclock.c [new file with mode: 0644]
etc/Makefile
etc/drivers.conf
etc/rc