[BACK]Return to if_cdce.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/if_cdce.c between version 1.8 and 1.8.8.1

version 1.8, 2005/11/28 13:31:09 version 1.8.8.1, 2006/04/01 12:07:29
Line 254  USB_ATTACH(cdce)
Line 254  USB_ATTACH(cdce)
                 printf("%s: faking address\n", USBDEVNAME(sc->cdce_dev));                  printf("%s: faking address\n", USBDEVNAME(sc->cdce_dev));
                 eaddr[0]= 0x2a;                  eaddr[0]= 0x2a;
                 memcpy(&eaddr[1], &hardclock_ticks, sizeof(u_int32_t));                  memcpy(&eaddr[1], &hardclock_ticks, sizeof(u_int32_t));
                 eaddr[5] = (u_int8_t)(sc->cdce_dev.dv_unit);                  eaddr[5] = (u_int8_t)(device_unit(&sc->cdce_dev));
         } else {          } else {
                 int j;                  int j;
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.8.8.1

CVSweb <webmaster@jp.NetBSD.org>