summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_aue.c
Commit message (Expand)AuthorAgeFilesLines
* Add a new linksys ethernet adapter: USB_PRODUCT_LINKSYS_USB10TX2.joe2002-01-031-0/+1
* Support MELCO LUA2-TX USB ethernet adaptor.sumikawa2001-11-191-32/+38
* Do not call mii_polltick() immediately after mii_tick().jlemon2001-09-291-7/+5
* Add support for the Accton USB320-EC Ethernet adapter.dwhite2001-09-091-0/+1
* Make these depend on the usb module so they can use its symbols if theypeter2001-08-221-1/+2
* Add support for the I-O DATA USB-ET/TX(USB Ethernet adapter)n_hibma2001-08-211-1/+2
* Add AboCom Systems USB to 1M HomePNA & 10M/100M Fast Ethernet Adapter.n_hibma2001-06-301-0/+1
* Add an AUE device ID: USB_PRODUCT_MELCO_LUATX5peter2001-03-051-0/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-031-2/+1
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-1/+2
* Readd the id removed by sheldon in the previous commit to uscanner.c.n_hibma2001-01-041-1/+1
* Close PR #21078: the aue driver was not correctly programming thewpaul2000-11-011-1/+1
* Convert the USB ethernet drivers to use mutexes. Also convertwpaul2000-10-241-66/+81
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Add missing comma at the end of line.kuriyama2000-10-111-1/+1
* Add support for the Kingston KNU101TX 10/100 USB ethernet adapter. We'rewpaul2000-10-101-0/+1
* Tweak the aue driver so that the homePNA PHYs will be detected andwpaul2000-09-221-0/+2
* Add support for D-Link DSB-650 USB ethernet adapter.wpaul2000-09-061-2/+7
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-6/+3
* Darn it... left if_aue.c out of the last commit. (Fix watchdog timeoutwpaul2000-06-011-5/+24
* Depend on miibus.peter2000-04-291-0/+2
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-68/+68
* Add support for the LinkSys USB10T network adapter thatjmb2000-04-021-2/+6
* Regenerate usbdevs files.wpaul2000-03-211-0/+1
* Add vendor/device ID for Corega FEther USB-TX.gehenna2000-03-091-0/+1
* Minor tweak: the D-Link 10/100 USB ethernet adapter is apparently usingwpaul2000-01-291-4/+8
* Fix a bug in the uhci driver that breaks large bulk IN transfers. Thewpaul2000-01-281-37/+3
* Fix test for deciding when a bulk IN transfer got truncated. I thoughtwpaul2000-01-201-1/+1
* More USB ethernet tweaks:wpaul2000-01-201-25/+28
* Fix a couple of bugs:wpaul2000-01-191-1/+1
* Remove device name strings from vendor/product lists since we don't usewpaul2000-01-161-21/+20
* Minor enhancement: set the 'dual link LED' bit in the auxmode registerwpaul2000-01-151-0/+12
* Pull my head out of my ass and actually make the tx netisr stuff work right.wpaul2000-01-141-3/+2
* Clean up rxeof routines a little.wpaul2000-01-141-2/+3
* Fix instance of AUE_BUFSZ that should have been AUE_CUTOFF.wpaul2000-01-131-1/+1
* Remove debug printf I left in by mistake.wpaul2000-01-131-2/+0
* Bunch of updates:wpaul2000-01-131-27/+48
* Apply the same netisr mechanism to transmissions as well. In order towpaul2000-01-121-2/+1
* Attempt to fix a problem with receiving packets on USB ethernet interfaces.wpaul2000-01-101-23/+7
* Add the vendor/device IDs for the LinkSys USB100TX.wpaul2000-01-081-0/+2
* Be a bit more discriminating when trying to decide when to screen outwpaul2000-01-081-7/+20
* Add the vendor and device IDs for a whole bunch of additional USBwpaul2000-01-071-0/+6
* This commit adds device driver support for the ADMtek AN986 Pegasuswpaul1999-12-281-0/+1517
OpenPOWER on IntegriCloud