aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_aue.c
Commit message (Expand)AuthorAgeFilesLines
* network interface driver changes:Sam Leffler2002-11-141-10/+4
* Add support for a couple of network adapters; the 3Com 3C460B andJosef Karthauser2002-07-301-0/+2
* MFNetBSD: Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II)Josef Karthauser2002-07-091-0/+1
* Add a couple of new aue ethernet adapters from NetBSD:Josef Karthauser2002-05-271-0/+2
* Use aue_lookup for looking up devices.Josef Karthauser2002-05-261-76/+68
* Fix a panic by allocating the iface structure locally in the attachJosef Karthauser2002-05-231-3/+13
* Revert part of revision 1.49 which was supposed to be white spaceJosef Karthauser2002-04-171-1/+1
* We not long need to use USBD_NO_TSLEEP.Josef Karthauser2002-04-071-8/+4
* MFNetBSD: if_aue.c (1.26), if_auereg.h (1.6), if_cue.c (1.10),Josef Karthauser2002-04-071-3/+7
* Use the UE_GET_XFERTYPE macro.Josef Karthauser2002-04-061-3/+3
* Another step in merging our if_aue driver with NetBSD's.Josef Karthauser2002-04-061-20/+9
* Rename foo_gone to foo_dying, in keeping with the rest of the usb code.Josef Karthauser2002-04-061-8/+8
* Replace device_t with device_ptr_t.Josef Karthauser2002-04-061-12/+12
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-2/+2
* Reduce differences between NetBSD's version and ours.Josef Karthauser2002-04-021-94/+85
* Use ANSI prototypes and declarations.Josef Karthauser2002-04-021-152/+119
* Add more usb adapters, from NetBSD.Josef Karthauser2002-03-311-14/+45
* Remove __P.Alfred Perlstein2002-03-201-38/+37
* Add a new linksys ethernet adapter: USB_PRODUCT_LINKSYS_USB10TX2.Josef Karthauser2002-01-031-0/+1
* Support MELCO LUA2-TX USB ethernet adaptor.Munechika SUMIKAWA2001-11-191-32/+38
* Do not call mii_polltick() immediately after mii_tick().Jonathan Lemon2001-09-291-7/+5
* Add support for the Accton USB320-EC Ethernet adapter.Doug White2001-09-091-0/+1
* Make these depend on the usb module so they can use its symbols if theyPeter Wemm2001-08-221-1/+2
* Add support for the I-O DATA USB-ET/TX(USB Ethernet adapter)Nick Hibma2001-08-211-1/+2
* Add AboCom Systems USB to 1M HomePNA & 10M/100M Fast Ethernet Adapter.Nick Hibma2001-06-301-0/+1
* Add an AUE device ID: USB_PRODUCT_MELCO_LUATX5Peter Wemm2001-03-051-0/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofPoul-Henning Kamp2001-02-031-2/+1
* Implement MTX_RECURSE flag for mtx_init().Bosko Milekic2001-01-191-1/+2
* Readd the id removed by sheldon in the previous commit to uscanner.c.Nick Hibma2001-01-041-1/+1
* Close PR #21078: the aue driver was not correctly programming theBill Paul2000-11-011-1/+1
* Convert the USB ethernet drivers to use mutexes. Also convertBill Paul2000-10-241-66/+81
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Add missing comma at the end of line.Jun Kuriyama2000-10-111-1/+1
* Add support for the Kingston KNU101TX 10/100 USB ethernet adapter. We'reBill Paul2000-10-101-0/+1
* Tweak the aue driver so that the homePNA PHYs will be detected andBill Paul2000-09-221-0/+2
* Add support for D-Link DSB-650 USB ethernet adapter.Bill Paul2000-09-061-2/+7
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-6/+3
* Darn it... left if_aue.c out of the last commit. (Fix watchdog timeoutBill Paul2000-06-011-5/+24
* Depend on miibus.Peter Wemm2000-04-291-0/+2
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-031-67/+67
* Add support for the LinkSys USB10T network adapter thatJonathan M. Bresler2000-04-021-2/+6
* Regenerate usbdevs files.Bill Paul2000-03-211-0/+1
* Add vendor/device ID for Corega FEther USB-TX.Masahide MAEKAWA2000-03-091-0/+1
* Minor tweak: the D-Link 10/100 USB ethernet adapter is apparently usingBill Paul2000-01-291-4/+8
* Fix a bug in the uhci driver that breaks large bulk IN transfers. TheBill Paul2000-01-281-37/+3
* Fix test for deciding when a bulk IN transfer got truncated. I thoughtBill Paul2000-01-201-1/+1
* More USB ethernet tweaks:Bill Paul2000-01-201-25/+28
* Fix a couple of bugs:Bill Paul2000-01-191-1/+1