freebsd-ports/emulators/rtc/pkg-plist
Akinori MUSHA 3cf900afec This is rtc, a kernel module for /dev/rtc device support.
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.
2000-04-03 15:28:30 +00:00

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%%