History log of /openbsd-src/sys/dev/usb/if_cdce.c (Results 76 – 83 of 83)
Revision Date Author Comments
# 8610fc0a 27-Jan-2005 dlg <dlg@openbsd.org>

align the buffer when it is allocated, rather than realign the data in it
after we recieve it.

the crc is little endian, so always transmit it in that byteorder. this lets
me talk to a zaurus with a

align the buffer when it is allocated, rather than realign the data in it
after we recieve it.

the crc is little endian, so always transmit it in that byteorder. this lets
me talk to a zaurus with a sparc64.

ok drahn@

show more ...


# f93be532 23-Jan-2005 drahn <drahn@openbsd.org>

Allow this to work on __STRICT_ALIGN archs, ok dhartmei@


# 118ea095 10-Nov-2004 grange <grange@openbsd.org>

strncpy->strlcpy
ok henning@


# c908807c 23-Sep-2004 brad <brad@openbsd.org>

don't need to set ifp->if_mtu or ifp->if_output in each driver,
{ether,atm,fddi}_ifattach already does this.

ok mcbride@ markus@ henning@


# 23872b3b 21-Jul-2004 deraadt <deraadt@openbsd.org>

spacing


# 6aed53b3 21-Jul-2004 dhartmei <dhartmei@openbsd.org>

use cdce_ prefix on crc32 function and table name to avoid conflicts,
suggested by mickey


# a3f84ec9 21-Jul-2004 dhartmei <dhartmei@openbsd.org>

add crc32(), ether_crc32_[b|l]e() doesn't work here. should make it work
with Zaurus.


# 3fff2e98 20-Jul-2004 dhartmei <dhartmei@openbsd.org>

Driver for USB CDC Ethernet devices (USB Host-to-Host), appearing as
network interfaces, transporting Ethernet, supporting Sharp Zaurus and
Prolific PL-2501 (external cable). Written by Craig Boston

Driver for USB CDC Ethernet devices (USB Host-to-Host), appearing as
network interfaces, transporting Ethernet, supporting Sharp Zaurus and
Prolific PL-2501 (external cable). Written by Craig Boston based on code
from Bill Paul. ok deraadt@

show more ...


1234