[MPlayer-dev-eng] [PATCH] -- FreeBSD RTC Support

Diego Biurrun diego at biurrun.de
Tue Jan 4 12:18:03 CET 2005


Michael Johnson writes:
> >
> Yes, works great except FreeBSD only has a few functions, it's not as 
> complete as linux rtc.
> 
> ahze at blueheron ~ > cat /usr/local/include/rtc.h
> #ifndef RTC_H
> #define RTC_H
> 
> 
> #define RTCIO_PIE_ON _IO('p', 0x05)
> #define RTCIO_IRQP_SET _IO('p', 0x0c)
> 
> #ifndef M_WAITOK
> #define M_WAITOK 0x0000
> #endif
> 
> #endif /* RTC_H */

BTW, does this file exist on other (BSD) systems as well?  And I tried
to find it on the FreeBSD CVSweb:

http://www.freebsd.org/cgi/cvsweb.cgi/

In which dir does it reside?

Diego




More information about the MPlayer-dev-eng mailing list