History log of /openbsd-src/sys/dev/usb/if_url.c (Results 76 – 89 of 89)
Revision Date Author Comments
# 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@


# fcfe4ff8 08-Jul-2004 deraadt <deraadt@openbsd.org>

put "do { } while (0)" wrappers on all the debug maroc functions


# c8729ecb 23-Dec-2003 deraadt <deraadt@openbsd.org>

init ether address correctly, since our Ether_ifattach macro does not do
that job; 3612, rspmn@arcor.de


# 7afc75fc 15-Dec-2003 cedric <cedric@openbsd.org>

Set devclass to DV_IFNET for all USB network drivers.
ok deraadt@ nate@


# e8c2dba3 07-May-2003 deraadt <deraadt@openbsd.org>

string cleanup; nate ok


# d7e9bd23 27-Jan-2003 jason <jason@openbsd.org>

pad minimum frames with 0's; based on netbsd


# 681fdbd8 11-Nov-2002 nate <nate@openbsd.org>

sync with NetBSD


# 65b55feb 29-Sep-2002 jason <jason@openbsd.org>

Plug memory leak; nyar-junk@int0rnet.net


# b9553664 25-Jul-2002 nate <nate@openbsd.org>

get rid of trailing whitespace


# 87b5abd1 10-Jul-2002 deraadt <deraadt@openbsd.org>

shorten address printout


# 24a9f1af 26-Jun-2002 espie <espie@openbsd.org>

Kill __FUNCTION__.


# 8a8c164e 09-May-2002 nate <nate@openbsd.org>

Fix ioctl handling
Add default MTU
fix typo

errors noted by Jason Ackley <jason@ackley.net>


# 36394e5f 07-May-2002 nate <nate@openbsd.org>

Add a driver for Realtek RTL8150L based ethernet devices
From NetBSD


# 5cd29220 07-May-2002 nate <nate@openbsd.org>

Sync ulpt driver with NetBSD


1234