CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/09/21 01:41:18
Modified files:
sys/dev/usb : udl.c udl.h
sys/dev/wscons : wsconsio.h
Added files:
sys/dev/usb : udlio.h
Log message:
Document a private ioctl range for wscons drivers (from Miod). Therefore
change the UDLIO_DAMAGE ioctl from 0 to 128 and move the ioctl part from
udl.h to udlio.h so we can include it in userland applications.
Suggested and OK miod@
