summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_url.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update for GREENHOUSE2 -> REALTEK USB vid change.jsg2005-07-191-3/+3
|
* clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.brad2005-07-021-2/+2
|
* don't call mii_pollstat() right after mii_tick() in foo_tick_task()brad2005-07-021-11/+8
|
* remove netns crud.henning2005-06-081-21/+1
| | | | | some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad
* ethernet on OQO model 01 device cable. dlg okitojun2005-03-031-2/+4
|
* - make sure int is in running state before touching the multicast filtersbrad2005-01-031-4/+5
| | | | | | | | - call foo_setmulti only instead of init'ing the chip - don't overwrite potential error return with success when calling ether_addmulti/ether_delmulti ok dlg@
* Three mode devices found in the wild, I thinkderaadt2004-11-171-2/+6
|
* strncpy->strlcpygrange2004-11-101-2/+2
| | | | ok henning@
* Add Longshine LCS-8138TX and Micronet SP128AR found in linux driverjsg2004-10-161-2/+6
| | | | ok dlg@
* from netbsd: if_url.c 1.8, if_urlreg.h 1.2, urlphy.c 1.9 and urlphyreg.h 1.2dlg2004-09-291-5/+2
| | | | | | | | via Jonathan Gray log message: Remove advertising clauses from code written by Shingo WATANABE. He has kindly consented it.
* don't need to set ifp->if_mtu or ifp->if_output in each driver,brad2004-09-231-2/+1
| | | | | | {ether,atm,fddi}_ifattach already does this. ok mcbride@ markus@ henning@
* put "do { } while (0)" wrappers on all the debug maroc functionsderaadt2004-07-081-3/+3
|
* init ether address correctly, since our Ether_ifattach macro does not doderaadt2003-12-231-1/+4
| | | | that job; 3612, rspmn@arcor.de
* Set devclass to DV_IFNET for all USB network drivers.cedric2003-12-151-2/+2
| | | | ok deraadt@ nate@
* string cleanup; nate okderaadt2003-05-071-2/+2
|
* pad minimum frames with 0's; based on netbsdjason2003-01-271-2/+4
|
* sync with NetBSDnate2002-11-111-4/+8
|
* Plug memory leak; nyar-junk@int0rnet.netjason2002-09-291-2/+2
|
* get rid of trailing whitespacenate2002-07-251-21/+21
|
* shorten address printoutderaadt2002-07-101-2/+2
|
* Kill __FUNCTION__.espie2002-06-261-48/+48
|
* Fix ioctl handlingnate2002-05-091-8/+69
| | | | | | | Add default MTU fix typo errors noted by Jason Ackley <jason@ackley.net>
* Add a driver for Realtek RTL8150L based ethernet devicesnate2002-05-071-0/+1630
| | | | From NetBSD
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-1609/+0
|
* Sync ulpt driver with NetBSDnate2002-05-071-0/+1609