Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!brutus.cs.uiuc.edu!ux1.cso.uiuc.edu!tank!gargoyle!chinet!bill From: bill@chinet.chi.il.us (Bill Mitchell) Newsgroups: comp.os.minix Subject: readclock.c and portio.c (minix 1.5.3) Message-ID: <1990Mar7.004337.9883@chinet.chi.il.us> Date: 7 Mar 90 00:43:37 GMT Organization: Chinet - Chicago Public Access UNIX Lines: 7 Today I tried to get readclock.c working on my shiny new Zenith Turbosport 386 luggable, and I ran into some minix stuff which stumped me. readclock.c calls port_in(). port_in() is in lib/other/portio.c, and reads from /dev/port. I don't have a /dev/port. fs/table.c doesn't mention /dev/port. Am I missing something obvious here?