Re: More thinking about adding /dev/rtc

2024-10-26 Thread Sergey Bugaev
On Sat, Oct 26, 2024 at 5:45 AM Zhaoming Luo wrote: > Hi, Hi, > - Which server should have the implementation pioctl-ops.c, pfinet or > lwip? /dev/rtc is the Real Time Clock device, right? If so, it has nothing to do with the TCP/IP stack, in either of the two implementations (pfinet or lwip).

More thinking about adding /dev/rtc

2024-10-25 Thread Zhaoming Luo
Hi, After doing more reading document and code. I think now I have a better understanding of adding /dev/rtc. As suggested by Samuel, because RTC operations belong to p-group[1],we can write a pioctl.defs for p-group io operations. Then this defs file can generate *_pioctl_S.h (a user header