[BACK]Return to ucom.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / usb

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/usb/ucom.c between version 1.36.2.9 and 1.36.2.10

version 1.36.2.9, 2002/10/18 02:44:30 version 1.36.2.10, 2002/11/11 22:12:50
Line 144  dev_type_poll(ucompoll);
Line 144  dev_type_poll(ucompoll);
   
 const struct cdevsw ucom_cdevsw = {  const struct cdevsw ucom_cdevsw = {
         ucomopen, ucomclose, ucomread, ucomwrite, ucomioctl,          ucomopen, ucomclose, ucomread, ucomwrite, ucomioctl,
         ucomstop, ucomtty, ucompoll, nommap, D_TTY          ucomstop, ucomtty, ucompoll, nommap, ttykqfilter, D_TTY
 };  };
   
 Static void     ucom_cleanup(struct ucom_softc *);  Static void     ucom_cleanup(struct ucom_softc *);

Legend:
Removed from v.1.36.2.9  
changed lines
  Added in v.1.36.2.10

CVSweb <webmaster@jp.NetBSD.org>