3cf900afec
Some apps such as VMware for Linux would be happy with it. The code was originally written by Vladimir N. Silyaev. Note: It _includes_ Linux ioctl support, but basically it's FreeBSD native stuff. I'm importing this into emulators category for convevience' sake. Check it out.
9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
etc/rc.d/rtc.sh
|
|
include/rtc.h
|
|
modules/rtc.ko
|
|
share/examples/rtc/test.c
|
|
@dirrm share/examples/rtc
|
|
@exec rm -f %%DEVFILE%%
|
|
@exec mknod %%DEVFILE%% c %%CDEV_MAJOR%% 0
|
|
@unexec rm -f %%DEVFILE%%
|