On Oct-10, Melvin Smith wrote: > At 08:31 AM 10/10/2003 -0400, Dan Sugalski wrote: > > > >I think it's time to start thinking about it. (And I think we need a new > >name, but that's because I've always hated 'ioctl' :) > > :) > > I also considered iocmd, ioattr and ioset. > > IPop your favorite into the suggestion box...
How about keyed access to the IO PMC?
set I0, P0[.CMDGETBUFSIZE] set P0[.CMDSETBUFSIZE], I0
I like that.
Actually it could look even simpler since we have separate setkeyed and getkeyed support:
set IO, P0[.BUFSIZE] set P0[.BUFSIZE], 8192
-Melvin